Uses of Class
tico.board.components.TGridCell

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

Uses of TGridCell in tico.board.components
 

Methods in tico.board.components that return TGridCell
 TGridCell TGrid.getCell(int row, int column)
          Returns the gridCell in the specified position.
 TGridCell TGrid.getFollowingColumnCell(int column, int position)
          Returns the following gridCell of the specified position in the specified column.
 TGridCell TGrid.getFollowingRowCell(int row, int position)
          Returns the following gridCell of the specified position in the specified row.
static TGridCell TGridCell.XMLDecode(org.w3c.dom.Element element)
          Returns a TGridCell object from the data contained in the XML Element.
 

Constructors in tico.board.components with parameters of type TGridCell
TGrid(TGridCell[] childs)
          Creates a new TGrid with the specified childs.
 

Uses of TGridCell in tico.editor.actions
 

Constructors in tico.editor.actions with parameters of type TGridCell
TDeleteGridCellAction(TEditor editor, TGridCell cell)
          Constructor for TDeleteGridCellAction.
TExtractGridCellAction(TEditor editor, TGridCell cell)
          Constructor for TExtractGridCellAction.