Uses of Interface
com.jniwrapper.win32.jexcel.GenericWorkbook

Packages that use GenericWorkbook
com.jniwrapper.win32.jexcel   
com.jniwrapper.win32.jexcel.ui   
 

Uses of GenericWorkbook in com.jniwrapper.win32.jexcel
 

Classes in com.jniwrapper.win32.jexcel that implement GenericWorkbook
 class Workbook
          This class provides functionality for working with an Excel workbook.
 

Methods in com.jniwrapper.win32.jexcel that return GenericWorkbook
 GenericWorkbook Application.getActiveWorkbook()
          Returns the active workbook.
 GenericWorkbook WorkbookEventObject.getWorkbook()
          Returns the event source object.
 GenericWorkbook Window.getWorkbook()
          Returns the contained workbook.
 GenericWorkbook ApplicationEventObject.getWorkbook()
          Returns an instance of the Workbook class, witch the event is connected with.
 

Methods in com.jniwrapper.win32.jexcel with parameters of type GenericWorkbook
 void Workbook.mergeWorkbook(GenericWorkbook source)
          Copies all worksheets from source workbook to current workbook
 

Constructors in com.jniwrapper.win32.jexcel with parameters of type GenericWorkbook
ApplicationEventObject(Application source, GenericWorkbook workbook)
           
WorkbookEventObject(GenericWorkbook source)
           
WorkbookEventObject(GenericWorkbook source, com.jniwrapper.win32.excel.PivotTable pivotTable)
           
WorkbookEventObject(GenericWorkbook source, com.jniwrapper.win32.excel.Window window)
           
WorkbookEventObject(GenericWorkbook source, Worksheet worksheet)
           
 

Uses of GenericWorkbook in com.jniwrapper.win32.jexcel.ui
 

Classes in com.jniwrapper.win32.jexcel.ui that implement GenericWorkbook
 class JWorkbook
          This class provides functionality for embedding Excel workbook into a Java Swing application as an ordinary Swing component.
 

Methods in com.jniwrapper.win32.jexcel.ui that return GenericWorkbook
 GenericWorkbook JWorkbookEventObject.getWorkbook()
          Returns an instance of the GenericWorkbook class, witch the event is connected with.
 

Constructors in com.jniwrapper.win32.jexcel.ui with parameters of type GenericWorkbook
JWorkbookEventObject(JWorkbook source, GenericWorkbook workbook)