Uses of Class
tico.board.components.TComponent

Packages that use TComponent
tico.board Package that contains all the board and project classes. 
tico.board.components Package that contains the models of board components. 
tico.components Package that contains a set of Swing based components that are used in both applications. 
tico.editor.actions Package with the editor actions. 
tico.editor.dialogs Package with the editor dialogs. 
 

Uses of TComponent in tico.board
 

Methods in tico.board that return TComponent
static TComponent TBoardConstants.getSendTextTarget(java.util.Map map)
          Returns the sendTextTarget attribute from the specified map.
 

Methods in tico.board with parameters of type TComponent
 boolean TBoardModel.isRepeatedId(TComponent original, java.lang.String id)
          Determines if any model component different from original has the specified id.
static void TBoardConstants.setSendTextTarget(java.util.Map map, TComponent value)
          Sets the sendTextTarget attribute in the specified map to the specified value.
 

Uses of TComponent in tico.board.components
 

Subclasses of TComponent in tico.board.components
 class TCell
          Defines a TCell and its attributes.
 class TControllerCell
          Defines a TControllerCell and its attributes.
 class TGrid
          Defines a TGrid, its attributes and its children grid cells.
 class TGridCell
          Defines a TGridCell and its attributes.
 class TLabel
          Defines a TLabel and its attributes.
 class TLine
          Defines a TLine and its attributes.
 class TOval
          Defines a TCell and its attributes.
 class TRectangle
          Defines a TRectangle and its attributes.
 class TRoundRect
          Defines a TRoundRect and its attributes.
 class TTextArea
          Defines a TTextArea and its attributes.
 

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

Constructors in tico.board.components with parameters of type TComponent
TComponent(java.lang.String id, TComponent[] childs)
          Creates a new TComponent with the specified initial id and childs.
TComponent(TComponent[] childs)
          Creates a new TComponent with the specified initial childs.
 

Uses of TComponent in tico.components
 

Methods in tico.components that return TComponent
 TComponent TSendTextChooser.getTextReceiver()
          Returns the selected textReceiver.
 

Methods in tico.components with parameters of type TComponent
 void TSendTextChooser.setTextReceiver(TComponent textReceiver)
          Set the textReceiver.
 

Uses of TComponent in tico.editor.actions
 

Constructors in tico.editor.actions with parameters of type TComponent
TComponentDialogAction(TEditor editor, TComponent component)
          Constructor for TComponentDialogAction.
 

Uses of TComponent in tico.editor.dialogs
 

Methods in tico.editor.dialogs with parameters of type TComponent
 void TComponentDialogFactory.createComponentDialog(TComponent component)
          Constructs a TComponentDialog for the specified component.
 

Constructors in tico.editor.dialogs with parameters of type TComponent
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.
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.