xelem.3.0

Uses of Interface
nl.fountain.xelem.excel.ExcelWorkbook

Packages that use ExcelWorkbook
nl.fountain.xelem.excel Provides interfaces and classes that represent elements in SpreadsheetML. 
nl.fountain.xelem.excel.ss Provides classes that represent elements of the spreadsheet namespace. 
nl.fountain.xelem.excel.x Provides classes that represent elements of the excel namespace. 
nl.fountain.xelem.lex Provides classes that enable reading SpreadsheetML. 
 

Uses of ExcelWorkbook in nl.fountain.xelem.excel
 

Methods in nl.fountain.xelem.excel that return ExcelWorkbook
 ExcelWorkbook Workbook.getExcelWorkbook()
          Gets the ExcelWorkbook of this workbook.
 

Methods in nl.fountain.xelem.excel with parameters of type ExcelWorkbook
 void Workbook.setExcelWorkbook(ExcelWorkbook excelWb)
          Set the ExcelWorkbook of this workbook or, if this workbook allready had an ExcelWorkbook, replace it.
 

Uses of ExcelWorkbook in nl.fountain.xelem.excel.ss
 

Methods in nl.fountain.xelem.excel.ss that return ExcelWorkbook
 ExcelWorkbook XLWorkbook.getExcelWorkbook()
           
 

Methods in nl.fountain.xelem.excel.ss with parameters of type ExcelWorkbook
 void XLWorkbook.setExcelWorkbook(ExcelWorkbook excelWb)
           
 

Uses of ExcelWorkbook in nl.fountain.xelem.excel.x
 

Classes in nl.fountain.xelem.excel.x that implement ExcelWorkbook
 class XExcelWorkbook
          An implementation of the XLElement ExcelWorkbook.
 

Uses of ExcelWorkbook in nl.fountain.xelem.lex
 

Methods in nl.fountain.xelem.lex with parameters of type ExcelWorkbook
 void ExcelReaderListener.setExcelWorkbook(ExcelWorkbook excelWb)
          Recieve notification of the the construction of ExcelWorkbook.
 void WorkbookListener.setExcelWorkbook(ExcelWorkbook excelWb)
          Called by event dispatcher.
 void DefaultExcelReaderListener.setExcelWorkbook(ExcelWorkbook excelWb)
          Does effectively nothing.
 void DefaultExcelReaderFilter.setExcelWorkbook(ExcelWorkbook excelWb)
          Passes the event unfiltered to it's listeners.
 


xelem.3.0