Uses of Package
net.sf.jett.model

Packages that use net.sf.jett.model
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.parser Provides classes for scanning and parsing any text-based value in JETT. 
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. 
net.sf.jett.util Provides utility functionality for JETT. 
 

Classes in net.sf.jett.model used by net.sf.jett.event
Block
          A Block object represents a rectangular block of Cells.
 

Classes in net.sf.jett.model used by net.sf.jett.model
Alignment
          Alignments represent the built-in horizontal alignment names that correspond with Excel's horizontal alignment scheme.
Block
          A Block object represents a rectangular block of Cells.
Block.Direction
          Possible directionalities of the Block.
BorderType
          BorderTypes represent the built-in border type names that correspond with Excel's border type scheme.
CellStyleCache
          A CellStyleCache is used internally to keep track of CellStyles.
ExcelColor
          Colors represent the built-in color names that correspond with Excel's indexed color scheme.
FillPattern
          FillPatterns represent the built-in fill pattern names that correspond with Excel's indexed fill pattern scheme.
FontBoldweight
          FontBoldweights represent the built-in boldweight names that correspond with Excel's font boldness scheme.
FontCache
          A FontCache is used internally to keep track of Fonts.
FontCharset
          Charsets represent the built-in type charset names that correspond with Excel's charset scheme.
FontTypeOffset
          FontTypeOffsets represent the built-in type offset names that correspond with Excel's type offset scheme.
FontUnderline
          FontUnderlines represent the built-in underline names that correspond with Excel's underlining scheme.
PastEndAction
          A PastEndAction enumerated value specifies a possible action when dealing with expressions that reference collection items beyond the end of the iteration.
PastEndValue
          A PastEndValue represents the fact that an expression references a collection item beyond the end of the iteration.
Style
          A Style object holds desired properties and property values for later reference.
VerticalAlignment
          VerticalAlignments represent the built-in vertical alignment names that correspond with Excel's vertical alignment scheme.
 

Classes in net.sf.jett.model used by net.sf.jett.parser
Style
          A Style object holds desired properties and property values for later reference.
 

Classes in net.sf.jett.model used by net.sf.jett.tag
Block
          A Block object represents a rectangular block of Cells.
Block.Direction
          Possible directionalities of the Block.
PastEndAction
          A PastEndAction enumerated value specifies a possible action when dealing with expressions that reference collection items beyond the end of the iteration.
WorkbookContext
          A WorkbookContext object holds data relevant to the context of a Workbook.
 

Classes in net.sf.jett.model used by net.sf.jett.transform
WorkbookContext
          A WorkbookContext object holds data relevant to the context of a Workbook.
 

Classes in net.sf.jett.model used by net.sf.jett.util
Block
          A Block object represents a rectangular block of Cells.
Group
          A Group is a group of objects that shares some common values for some properties.
PastEndAction
          A PastEndAction enumerated value specifies a possible action when dealing with expressions that reference collection items beyond the end of the iteration.
WorkbookContext
          A WorkbookContext object holds data relevant to the context of a Workbook.
 



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