Uses of Class
tico.board.components.TCell

Packages that use TCell
tico.board.components Package that contains the models of board components. 
tico.editor.actions Package with the editor actions. 
 

Uses of TCell in tico.board.components
 

Methods in tico.board.components that return TCell
static TCell TCell.XMLDecode(org.w3c.dom.Element element)
          Returns a TCell object from the data contained in the XML Element.
 

Uses of TCell in tico.editor.actions
 

Constructors in tico.editor.actions with parameters of type TCell
TInsertGridCellAction(TEditor editor, TCell cell, TGrid grid)
          Constructor of the TInsertGridCellAction.