Uses of Package
net.sf.jett.event

Packages that use net.sf.jett.event
net.sf.jett.event Provides support for event-based processing of template spreadsheets. 
net.sf.jett.model Provides value objects for JETT processing and enumerated objects for things like style values. 
net.sf.jett.tag Provides Tag functionality, including the Tag interface and all built-in tag classes, plus the TagLibrary interface and TagLibraryRegistry classes for custom tag creation and registration. 
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. 
 

Classes in net.sf.jett.event used by net.sf.jett.event
CellEvent
          A CellEvent represents data associated with a "cell processed" event.
TagEvent
          A TagEvent represents data associated with a "tag processed" event.
TagLoopEvent
          A TagLoopEvent represents data associated with a "tag loop processed" event.
 

Classes in net.sf.jett.event used by net.sf.jett.model
CellListener
          A CellListener is an object that has an opportunity to inspect a Cell as it's being transformed, with access to the Cell, the current Map of beans, and the old and new values for the Cell.
 

Classes in net.sf.jett.event used by net.sf.jett.tag
TagLoopListener
          A TagLoopListener is an object that has an opportunity to manipulate a block of Cells as they're being transformed while in a looping tag, with access to the block of Cells, the current Map of beans, and the looping index.
 

Classes in net.sf.jett.event used by net.sf.jett.transform
CellListener
          A CellListener is an object that has an opportunity to inspect a Cell as it's being transformed, with access to the Cell, the current Map of beans, and the old and new values for the Cell.
 



Copyright © 2012-2013 Jett Team. All Rights Reserved.