Uses of Class
tico.board.components.TGrid

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

Uses of TGrid in tico.board.components
 

Methods in tico.board.components that return TGrid
 TGrid TGridCell.getGrid()
          Returns the grid cell parent grid.
static TGrid TGrid.XMLDecode(org.w3c.dom.Element element)
          Returns a TGrid object from the data contained in the XML Element.
 

Uses of TGrid in tico.editor.actions
 

Constructors in tico.editor.actions with parameters of type TGrid
TAddGridCellAction(TEditor editor, TGrid grid)
          Constructor of the TAddGridCellAction.
TAddGridColumnAction(TEditor editor, TGrid grid)
          Constructor for TAddGridColumnAction.
TAddGridRowAction(TEditor editor, TGrid grid)
          Constructor for TAddGridRowAction.
TChangeGridOrderAction(TEditor editor, TGrid grid, int order)
          Constructor for TChangeGridOrderAction.
TInsertGridCellAction(TEditor editor, TCell cell, TGrid grid)
          Constructor of the TInsertGridCellAction.
TReorderGridAction(TEditor editor, TGrid grid)
          Constructor for TCopyAction.