Package tico.editor.handler

Package with the possible board marquee handlers.

See:
          Description

Class Summary
TBasicMarqueeHandler New version of BasicMarqueeHandler which add the creation of popup menus with right button and the opening of components dialogs with double click.
TCellMarqueeHandler Marquee handler which allows to insert, in a boardContainer board, a new cell of the selected dimension.
TComponentMarqueeHandler Marquee handler which allows to insert, in a TBoardContainer board, new components of the selected dimension.
TControllerCellMarqueeHandler Marquee handler which allows to insert, in a boardContainer board, a new controllerCell of the selected dimension.
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.
TLabelMarqueeHandler Marquee handler which allows to insert, in a boardContainer board, a new label of the selected dimension.
TLineMarqueeHandler Marquee handler which allows to insert, in a boardContainer board, a new line of the selected dimension.
TOvalMarqueeHandler Marquee handler which allows to insert, in a boardContainer board, a new oval of the selected dimension.
TRectangleMarqueeHandler Marquee handler which allows to insert, in a boardContainer board, a new rectangle of the selected dimension.
TRoundRectMarqueeHandler Marquee handler which allows to insert, in a boardContainer board, a new roundRect of the selected dimension.
TTextAreaMarqueeHandler Marquee handler which allows to insert, in a boardContainer board, a new textArea of the selected dimension.
 

Package tico.editor.handler Description

Package with the possible board marquee handlers.