Uses of Class
tico.editor.TBoardContainer

Packages that use TBoardContainer
tico.editor Package with the editor tool bars. 
tico.editor.dialogs Package with the editor dialogs. 
tico.editor.handler Package with the possible board marquee handlers. 
 

Uses of TBoardContainer in tico.editor
 

Methods in tico.editor that return TBoardContainer
 TBoardContainer TEditor.getBoardContainer(int index)
          Returns the index position boardContainer.
 TBoardContainer TEditor.getCurrentBoardContainer()
          Returns the current editing boardContainer.
 

Uses of TBoardContainer in tico.editor.dialogs
 

Constructors in tico.editor.dialogs with parameters of type TBoardContainer
TBoardDialog(TBoardContainer boardContainer)
          Creates a new TBoardDialog to edit the boardContainer board's properties.
TCellDialog(TBoardContainer boardContainer, java.lang.String title, TComponent cell)
          Creates a new TCellDialog to edit the cell properties.
TCellDialog(TBoardContainer boardContainer, TComponent cell)
          Creates a new TCellDialog to edit the cell properties.
TComponentDialog(TBoardContainer boardContainer, java.lang.String title, TComponent component)
          Creates a new TComponentDialog to edit the component properties.
TComponentDialogFactory(TBoardContainer boardContainer)
          Creates a new TComponentDialogFactory for the specified boardContainer
TControllerCellDialog(TBoardContainer boardContainer, java.lang.String title, TComponent cell)
          Creates a new TCellDialog to edit the cell properties.
TControllerCellDialog(TBoardContainer boardContainer, TComponent cell)
          Creates a new TCellDialog to edit the cell properties.
TGridCellDialog(TBoardContainer boardContainer, TComponent gridCell)
          Creates a new TGridCellDialog to edit the gridCell properties.
TLabelDialog(TBoardContainer boardContainer, TComponent label)
          Creates a new TLabelDialog to edit the label properties.
TLineDialog(TBoardContainer boardContainer, TComponent line)
          Creates a new TLineDialog to edit the line properties.
TPolygonDialog(TBoardContainer boardContainer, TComponent polygon)
          Creates a new TPolygonDialog to edit the polygon properties.
TTextAreaDialog(TBoardContainer boardContainer, TComponent textArea)
          Creates a new TTextAreaDialog to edit the textArea properties.
 

Uses of TBoardContainer in tico.editor.handler
 

Constructors in tico.editor.handler with parameters of type TBoardContainer
TBasicMarqueeHandler(TBoardContainer boardContainer)
          Creates a new TBasicMarqueeHandler for the specified boardContainer.
TCellMarqueeHandler(TBoardContainer boardContainer)
          Creates a new TCellMarqueeHandler for the specified boardContainer.
TComponentMarqueeHandler(TBoardContainer boardContainer)
          Creates a new TComponentMarqueeHandler for the specified boardContainer.
TControllerCellMarqueeHandler(TBoardContainer boardContainer)
          Creates a new TCellMarqueeHandler for the specified boardContainer.
TGridMarqueeHandler(TBoardContainer boardContainer, java.awt.Dimension dimension)
          Creates a new TGridMarqueeHandler for the specified boardContainer and dimension.
TGridMarqueeHandler(TBoardContainer boardContainer, int rows, int columns)
          Creates a new TGridMarqueeHandler for the specified boardContainer, rows and columns.
TLabelMarqueeHandler(TBoardContainer boardContainer)
          Creates a new TLabelMarqueeHandler for the specified boardContainer.
TLineMarqueeHandler(TBoardContainer boardContainer)
          Creates a new TLineMarqueeHandler for the specified boardContainer.
TOvalMarqueeHandler(TBoardContainer boardContainer)
          Creates a new TOvalMarqueeHandler for the specified boardContainer.
TRectangleMarqueeHandler(TBoardContainer boardContainer)
          Creates a new TRectangleMarqueeHandler for the specified boardContainer.
TRoundRectMarqueeHandler(TBoardContainer boardContainer)
          Creates a new TRoundRectMarqueeHandler for the specified boardContainer.
TTextAreaMarqueeHandler(TBoardContainer boardContainer)
          Creates a new TTextAreaMarqueeHandler for the specified boardContainer.