|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CellListener | |
|---|---|
| net.sf.jett.model | Provides value objects for JETT processing and enumerated objects for things like style values. |
| net.sf.jett.transform | Provides the classes and API necessary to transform pre-existing Excel template spreadsheets (.xls and .xlsx are supported) into new spreadsheets that are fully populated with user data. |
| Uses of CellListener in net.sf.jett.model |
|---|
| Methods in net.sf.jett.model that return types with arguments of type CellListener | |
|---|---|
java.util.List<CellListener> |
WorkbookContext.getCellListeners()
Returns the CellListeners. |
| Method parameters in net.sf.jett.model with type arguments of type CellListener | |
|---|---|
void |
WorkbookContext.setCellListeners(java.util.List<CellListener> cellListeners)
Sets the CellListeners. |
| Uses of CellListener in net.sf.jett.transform |
|---|
| Methods in net.sf.jett.transform with parameters of type CellListener | |
|---|---|
void |
ExcelTransformer.addCellListener(CellListener listener)
Registers the given CellListener. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||