Uses of Class
tico.editor.handler.TBasicMarqueeHandler

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

Uses of TBasicMarqueeHandler in tico.editor.handler
 

Subclasses of TBasicMarqueeHandler in tico.editor.handler
 class TCellMarqueeHandler
          Marquee handler which allows to insert, in a boardContainer board, a new cell of the selected dimension.
 class TComponentMarqueeHandler
          Marquee handler which allows to insert, in a TBoardContainer board, new components 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.