Uses of Class
tico.editor.actions.TEditorAbstractAction

Packages that use TEditorAbstractAction
tico.editor.actions Package with the editor actions. 
tico.rules.actions   
 

Uses of TEditorAbstractAction in tico.editor.actions
 

Subclasses of TEditorAbstractAction in tico.editor.actions
 class TAddGridCellAction
          Action wich adds a new grid cell in a grid asking its position.
 class TAddGridColumnAction
          Action wich adds a new full grid cells column to a grid of the previous last column length.
 class TAddGridRowAction
          Action wich adds a new full grid cells row to a grid of the previous last row length.
 class TAdjustHorizontalGapAction
          Action wich distributes horizontally all the editor's current selected components.
 class TAdjustVerticalGapAction
          Action wich distributes vertically all the editor's current selected components.
 class TAlignBottomAction
          Action wich align the bottom of all the editor's current selected components.
 class TAlignCenterHorizontalAction
          Action wich align the horizontal central edge of all the editor's current selected components.
 class TAlignCenterVerticalAction
          Action wich align the vertical central edge of all the editor's current selected components.
 class TAlignLeftAction
          Action wich align the left side of all the editor's current selected components.
 class TAlignRightAction
          Action wich align the right side of all the editor's current selected components.
 class TAlignTopAction
          Action wich align the top of all the editor's current selected components.
 class TBackAction
          Action wich sends to back all the current editor's selected components.
 class TBoardDeleteAction
          Action wich deletes the editor selected board.
 class TBoardExportAction
          Action wich exports to file the editor selected board.
 class TBoardExportImageAction
          Action wich exports to image the editor selected board using the specified image file format.
 class TBoardNewAction
          Action wich adds a new board for the editor project.
 class TBoardPropertiesAction
          Action which opens the board properties dialog.
 class TChangeGridOrderAction
          Action wich changes the order of a grid.
 class TComponentDialogAction
          Action wich opens a components properties dialog.
 class TCopyAction
          Action wich copies the editor selected components into the clipboard.
 class TCutAction
          Action wich cuts the editor selected components into the clipboard.
 class TDeleteAction
          Action which deletes the editor selected components.
 class TDeleteGridCellAction
          Action wich deletes the selected grid cell from a grid.
 class TEditorAboutAction
          Action wich opens the editor about dialog.
 class TEditorExitAction
          Action which exists from the editor application.
 class TEditorPreferencesAction
          Action wich opens the editor preferences dialog.
 class TExtractGridCellAction
          Action wich deletes the specified grid cell from the grid and creates a new cell with the same attributes.
 class TFitHeightAction
          Action wich sets the same height to all the selected components.
 class TFitWidthAction
          Action wich sets the same width to all the selected components.
 class TFrontAction
          Action wich sends to front all the current editor's selected components.
 class THandlerCellAction
          Action wich sets TCellMarqueeHandler as the selected board marque handler.
 class THandlerControllerCellAction
          Action wich sets TCellMarqueeHandler as the selected board marque handler.
 class THandlerGridAction
          Action wich sets TGridMarqueeHandler as the selected board marque handler.
 class THandlerLabelAction
          Action wich sets TLabelMarqueeHandler as the selected board marque handler.
 class THandlerLineAction
          Action wich sets TLineMarqueeHandler as the selected board marque handler.
 class THandlerOvalAction
          Action wich sets TOvalMarqueeHandler as the selected board marque handler.
 class THandlerRectangleAction
          Action wich sets TRectangleMarqueeHandler as the selected board marque handler.
 class THandlerRoundRectAction
          Action wich sets TRoundRectMarqueeHandler as the selected board marque handler.
 class THandlerSelectionAction
          Action wich sets TSelectionMarqueeHandler as the selected board marque handler.
 class THandlerTextAreaAction
          Action wich sets TTextAreaMarqueeHandler as the selected board marque handler.
 class THideToolBarAction
          Action wich shows or hides the specified tool bar.
 class TInsertGridCellAction
          Action wich inserts a grid cell into a grid.
 class TPasteAction
          Action wich pastes the clipboard contantes into the editor selected board.
 class TProjectImportAction
          Action wich imports a project from a file to the current editor project.
 class TProjectNewAction
          Action wich creates a new project and sets it to the editor.
 class TProjectOpenAction
          Action wich opens a project from a file and set it to the editor.
 class TProjectPrintAction
          Action wich prints the current editor project.
 class TProjectPropertiesAction
          Action wich opens the current editor project properties dialog.
 class TProjectSaveAction
          Action wich saves the current editor project into a file.
 class TProjectSaveAsAction
          Action which saves the current editor project into a file with the specified name.
 class TRedoAction
          Action wich redoes the last undone current editor board edit.
 class TReorderGridAction
          Action wich reorder all the selected grid cells positions and sizes making all the cells have the same size of the first cell and making equal its distances with the prvious one.
 class TSelectAllAction
          Action wich selects all the components of the current editing board.
 class TSoundSave
           
 class TUndoAction
          Action wich undoes the last current editor board edit.
 

Uses of TEditorAbstractAction in tico.rules.actions
 

Subclasses of TEditorAbstractAction in tico.rules.actions
 class TBoardValidationAction
          Action which opens the board validation dialog.
 class TLimitationsAdminAction
          Action which opens the limitations administration dialog.
 class TProjectValidationAction
          Action which opens the project validation dialog.
 class TRulesAdminAction
          Action which opens the rules administration dialog.
 class TUsersAdminAction
          Action which opens the users administration dialog.