Uses of Class
tico.editor.handler.TComponentMarqueeHandler

Packages that use TComponentMarqueeHandler
tico.editor.handler Package with the possible board marquee handlers. 
 

Uses of TComponentMarqueeHandler in tico.editor.handler
 

Subclasses of TComponentMarqueeHandler in tico.editor.handler
 class TCellMarqueeHandler
          Marquee handler which allows to insert, in a boardContainer board, a new cell of the selected dimension.
 class TControllerCellMarqueeHandler
          Marquee handler which allows to insert, in a boardContainer board, a new controllerCell of the selected dimension.
 class TGridMarqueeHandler
          Marquee handler which allows to insert, in a boardContainer board, a new grid of the selected dimension and which contains a specified number of gridCells rows and columns.
 class TLabelMarqueeHandler
          Marquee handler which allows to insert, in a boardContainer board, a new label of the selected dimension.
 class TLineMarqueeHandler
          Marquee handler which allows to insert, in a boardContainer board, a new line of the selected dimension.
 class TOvalMarqueeHandler
          Marquee handler which allows to insert, in a boardContainer board, a new oval of the selected dimension.
 class TRectangleMarqueeHandler
          Marquee handler which allows to insert, in a boardContainer board, a new rectangle of the selected dimension.
 class TRoundRectMarqueeHandler
          Marquee handler which allows to insert, in a boardContainer board, a new roundRect of the selected dimension.
 class TTextAreaMarqueeHandler
          Marquee handler which allows to insert, in a boardContainer board, a new textArea of the selected dimension.