|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TEditor | |
---|---|
tico.board | Package that contains all the board and project classes. |
tico.board.componentview | Package that contains the views of board components. |
tico.components | Package that contains a set of Swing based components that are used in both applications. |
tico.editor | Package with the editor tool bars. |
tico.editor.actions | Package with the editor actions. |
tico.editor.dialogs | Package with the editor dialogs. |
tico.editor.toolbars | Package with all the user interface elements needed for Tico project edition. |
tico.imageGallery | |
tico.imageGallery.actions | |
tico.imageGallery.dialogs | |
tico.imageGallery.tasks | |
tico.rules | |
tico.rules.actions | |
tico.rules.dialogs |
Uses of TEditor in tico.board |
---|
Fields in tico.board declared as TEditor | |
---|---|
static TEditor |
TBoardConstants.editor
|
Uses of TEditor in tico.board.componentview |
---|
Methods in tico.board.componentview with parameters of type TEditor | |
---|---|
javax.swing.JPopupMenu |
TCellView.createPopupMenu(TEditor editor)
|
javax.swing.JPopupMenu |
TComponentView.createPopupMenu(TEditor editor)
Creates the popupMenu for the component. |
javax.swing.JPopupMenu |
TControllerCellView.createPopupMenu(TEditor editor)
|
javax.swing.JPopupMenu |
TGridCellView.createPopupMenu(TEditor editor)
|
Uses of TEditor in tico.components |
---|
Constructors in tico.components with parameters of type TEditor | |
---|---|
TImageChooser(int type,
TEditor editor)
Creates a new TImageChooser with the specified
type . |
|
TImageChooser(java.lang.String title,
int type,
TEditor editor)
Creates a new TImageChooser with the specified
type and title . |
|
TImageChooser(java.lang.String title,
TEditor editor)
Creates a new TImageChooser with NO_OPTIONS_TYPE
type and the specified title . |
|
TImageChooser(TEditor editor)
Creates a new TImageChooser with NO_OPTIONS_TYPE
type . |
Uses of TEditor in tico.editor |
---|
Methods in tico.editor that return TEditor | |
---|---|
TEditor |
TBoardContainer.getEditor()
Gets the editor of this TBoardContainer . |
TEditor |
TEditor.getEditor()
Returns itself. |
Constructors in tico.editor with parameters of type TEditor | |
---|---|
TActionSet(TEditor editor)
Creates a new TActionSet for the specified editor
with all the possible actions. |
|
TBoardContainer(TEditor editor,
TBoard board)
Creates a new TBoardContainer that will interact between
the specified editor and board |
|
TEditorMenuBar(TEditor editor,
TToolBarContainer toolBarContainer)
Creates a new TEditorMenuBar for the specified editor . |
Uses of TEditor in tico.editor.actions |
---|
Methods in tico.editor.actions that return TEditor | |
---|---|
TEditor |
TBoardAbstractAction.getEditor()
Returns the TEditor. |
TEditor |
TEditorAbstractAction.getEditor()
Returns the TEditor. |
Methods in tico.editor.actions with parameters of type TEditor | |
---|---|
void |
TBoardAbstractAction.setEditor(TEditor editor)
Sets the graphpad. |
void |
TEditorAbstractAction.setEditor(TEditor editor)
Sets the TEditor. |
Constructors in tico.editor.actions with parameters of type TEditor | |
---|---|
TAddGridCellAction(TEditor editor,
TGrid grid)
Constructor of the TAddGridCellAction. |
|
TAddGridColumnAction(TEditor editor,
TGrid grid)
Constructor for TAddGridColumnAction. |
|
TAddGridRowAction(TEditor editor,
TGrid grid)
Constructor for TAddGridRowAction. |
|
TAdjustHorizontalGapAction(TEditor editor)
Constructor of the TAdjustHorizontalGapAction. |
|
TAdjustVerticalGapAction(TEditor editor)
Constructor of the TAdjustVerticalGapAction. |
|
TAlignBottomAction(TEditor editor)
Constructor of the TAlignBottomAction. |
|
TAlignCenterHorizontalAction(TEditor editor)
Constructor of the TAlignCenterHorizontalAction. |
|
TAlignCenterVerticalAction(TEditor editor)
Constructor of the TAlignCenterVerticalAction. |
|
TAlignLeftAction(TEditor editor)
Constructor of the TAlignLeftAction. |
|
TAlignRightAction(TEditor editor)
Constructor of the TAlignRightAction. |
|
TAlignTopAction(TEditor editor)
Constructor of the TAlignTopAction. |
|
TBackAction(TEditor editor)
Constructor for TBackAction. |
|
TBoardAbstractAction(TEditor editor)
Constructor for TBoardAbstractAction. |
|
TBoardAbstractAction(TEditor editor,
java.lang.String name)
Constructor for TBoardAbstractAction. |
|
TBoardAbstractAction(TEditor editor,
java.lang.String name,
javax.swing.Icon icon)
Constructor for TBoardAbstractAction. |
|
TBoardDeleteAction(TEditor editor)
Constructor for TBoardDeleteAction. |
|
TBoardExportAction(TEditor editor)
Constructor for TBoardExportAction. |
|
TBoardExportImageAction(TEditor editor,
java.lang.String fileType)
Constructor for TBoardExportImageAction. |
|
TBoardNewAction(TEditor editor)
Constructor for TBoardNewAction. |
|
TBoardPropertiesAction(TEditor editor)
Constructor for TBoardPropertiesAction. |
|
TChangeGridOrderAction(TEditor editor,
TGrid grid,
int order)
Constructor for TChangeGridOrderAction. |
|
TComponentDialogAction(TEditor editor,
TComponent component)
Constructor for TComponentDialogAction. |
|
TCopyAction(TEditor editor)
Constructor for TCopyAction. |
|
TCutAction(TEditor editor)
Constructor for TCutAction. |
|
TDeleteAction(TEditor editor)
Constructor for TDeleteAction. |
|
TDeleteGridCellAction(TEditor editor,
TGridCell cell)
Constructor for TDeleteGridCellAction. |
|
TEditorAboutAction(TEditor editor)
Constructor for TEditorAboutAction. |
|
TEditorAbstractAction(TEditor editor)
Constructor for TEditorAbstractAction. |
|
TEditorAbstractAction(TEditor editor,
java.lang.String name)
Constructor for TEditorAbstractAction. |
|
TEditorAbstractAction(TEditor editor,
java.lang.String name,
javax.swing.Icon icon)
Constructor for TEditorAbstractAction. |
|
TEditorExitAction(TEditor editor)
Constructor for TEditorExitAction. |
|
TEditorPreferencesAction(TEditor editor)
Constructor for TEditorPreferencesAction. |
|
TExtractGridCellAction(TEditor editor,
TGridCell cell)
Constructor for TExtractGridCellAction. |
|
TFitHeightAction(TEditor editor)
Constructor of the TFitHeightAction. |
|
TFitWidthAction(TEditor editor)
Constructor of the TFitWidthAction. |
|
TFrontAction(TEditor editor)
Constructor for TFrontAction. |
|
THandlerCellAction(TEditor editor)
Constructor for THandlerCellAction. |
|
THandlerControllerCellAction(TEditor editor)
Constructor for THandlerCellAction. |
|
THandlerGridAction(TEditor editor)
Constructor for THandlerGridAction. |
|
THandlerLabelAction(TEditor editor)
Constructor for THandlerLabelAction. |
|
THandlerLineAction(TEditor editor)
Constructor for THandlerLineAction. |
|
THandlerOvalAction(TEditor editor)
Constructor for THandlerOvalAction. |
|
THandlerRectangleAction(TEditor editor)
Constructor for THandlerRectangleAction. |
|
THandlerRoundRectAction(TEditor editor)
Constructor for THandlerRoundRectAction. |
|
THandlerSelectionAction(TEditor editor)
Constructor for THandlerSelectionAction. |
|
THandlerTextAreaAction(TEditor editor)
Constructor for THandlerTextAreaAction. |
|
THideToolBarAction(TEditor editor,
TToolBar toolBar)
Constructor of the THideToolBarAction. |
|
TInsertGridCellAction(TEditor editor,
TCell cell,
TGrid grid)
Constructor of the TInsertGridCellAction. |
|
TPasteAction(TEditor editor)
Constructor for TPasteAction. |
|
TProjectExitAction(TEditor editor)
Constructor for TProjectExitAction. |
|
TProjectImportAction(TEditor editor)
Constructor for TProjectImportAction. |
|
TProjectNewAction(TEditor editor)
Constructor for TProjectNewAction. |
|
TProjectOpenAction(TEditor editor)
Constructor for TProjectOpenAction. |
|
TProjectPrintAction(TEditor editor)
Constructor for TProjectPrintAction. |
|
TProjectPropertiesAction(TEditor editor)
Constructor for TProjectPropertiesAction. |
|
TProjectSaveAction(TEditor editor)
Constructor for TProjectSaveAction. |
|
TProjectSaveAsAction(TEditor editor)
Constructor for TProjectSaveAsAction. |
|
TRedoAction(TEditor editor)
Constructor for TRedoAction. |
|
TReorderGridAction(TEditor editor,
TGrid grid)
Constructor for TCopyAction. |
|
TSelectAllAction(TEditor editor)
Constructor for TSelectAllAction. |
|
TSoundSave(TEditor editor)
Constructor for TProjectSaveAction. |
|
TUndoAction(TEditor editor)
Constructor for TUndoAction. |
Uses of TEditor in tico.editor.dialogs |
---|
Constructors in tico.editor.dialogs with parameters of type TEditor | |
---|---|
TAboutDialog(TEditor editor)
Creates a new TAboutDialog for the specified
editor . |
|
TEditorDialog(TEditor editor)
Creates a new TEditorDialog to edit the specified
editor preferences. |
|
TGridSizeOptionPane(TEditor editor)
Creates a new TGridSizeOptionPane in the specified
editor . |
|
TGridSizeOptionPane(TEditor editor,
int rows,
int columns)
Creates a new TGridSizeOptionPane in the specified
editor and with the specified initial rows
and columns values. |
|
TProjectDialog(TEditor editor)
Creates a new TProjectDialog to edit the editor's
project properties. |
|
TPropertiesDialog(TEditor editor)
DOCDO Add method documentation |
Uses of TEditor in tico.editor.toolbars |
---|
Constructors in tico.editor.toolbars with parameters of type TEditor | |
---|---|
TAlignToolBar(TEditor editor)
Creates a new TAlignToolBar . |
|
TEditionToolBar(TEditor editor)
Creates a new TEditionToolBar . |
|
TFileToolBar(TEditor editor)
Creates a new TFileToolBar . |
|
TFormatToolBar(TEditor editor)
Creates a new TFormatToolBar . |
|
THandlersToolBar(TEditor editor)
Creates a new THandlersToolBar . |
|
TTextToolBar(TEditor editor)
Creates a new TTextToolBar . |
Uses of TEditor in tico.imageGallery |
---|
Methods in tico.imageGallery with parameters of type TEditor | |
---|---|
TButton |
TImageGalleryButton.createImageGalleryButton(TEditor editor,
TImageChooser chooser)
Creates a TButton to open the image gallery into the specified
TImageChooser of the TEditor |
javax.swing.JMenu |
TImageGalleryMenuBar.createImageGalleryMenu(TEditor editor)
Creates a JMenu with the options of the image gallery |
Constructors in tico.imageGallery with parameters of type TEditor | |
---|---|
TIGActionSet(TEditor editor,
TIGDataBase dataBase)
Creates a new TIGActionSet for the specified editor
with all the possible actions. |
Uses of TEditor in tico.imageGallery.actions |
---|
Methods in tico.imageGallery.actions that return TEditor | |
---|---|
TEditor |
TIGAbstractAction.getEditor()
Returns the TEditor. |
Methods in tico.imageGallery.actions with parameters of type TEditor | |
---|---|
void |
TIGAbstractAction.setEditor(TEditor editor)
Sets the TEditor. |
Constructors in tico.imageGallery.actions with parameters of type TEditor | |
---|---|
TIGAbstractAction(TEditor editor)
Constructor for TEditorAbstractAction. |
|
TIGAbstractAction(TEditor editor,
java.lang.String name)
Constructor for TEditorAbstractAction. |
|
TIGAbstractAction(TEditor editor,
java.lang.String name,
javax.swing.Icon icon)
Constructor for TEditorAbstractAction. |
|
TIGAddKeyWordAction(TEditor editor,
java.lang.String text,
TIGDataBase dataBase)
Constructor for TEditorExitAction. |
|
TIGDeleteImageAction(TEditor editor,
TIGDataBase dataBase)
Constructor for TIGOpenGallery. |
|
TIGDeleteKeyWordAction(TEditor editor,
java.lang.String text,
TIGDataBase dataBase)
Constructor for TEditorExitAction. |
|
TIGExportDBAction(TEditor editor,
TIGDataBase dataBase)
Constructor for TIGOpenGallery. |
|
TIGImportDBAction(TEditor editor,
TIGDataBase dataBase)
Constructor for TIGOpenGallery. |
|
TIGInsertImageAction(TEditor editor,
java.util.Vector concepts,
java.lang.String image,
TIGDataBase dataBase,
java.lang.String behaviour)
Constructor for TEditorExitAction. |
|
TIGKeyWordGalleryAction(TEditor editor,
TIGDataBase dataBase)
Constructor for TIGOpenGallery. |
|
TIGManageGallery(TEditor editor,
TIGDataBase dataBase)
Constructor for TIGOpenGallery. |
|
TIGManageImageAction(TEditor editor,
TIGDataBase dataBase)
Constructor for TIGOpenGallery. |
|
TIGModifyImageAction(TEditor editor,
TIGDataBase dataBase,
java.lang.String path,
java.lang.String name,
java.util.Vector concepts)
Constructor for TEditorExitAction. |
|
TIGOpenGallery(TEditor editor)
Constructor for TIGOpenGallery. |
|
TIGUpdateKeyWordAction(TEditor editor,
TIGDataBase dataBase,
java.lang.String old,
java.lang.String newConcept)
Constructor for TEditorExitAction. |
Uses of TEditor in tico.imageGallery.dialogs |
---|
Constructors in tico.imageGallery.dialogs with parameters of type TEditor | |
---|---|
TIGDeleteImagesDialog(TEditor editor,
TIGDataBase dataBase)
|
|
TIGExportDBDialog(TEditor editor,
TIGDataBase dataBase)
|
|
TIGImageDataDialog(TEditor editor,
TIGDataBase dataBase,
javax.swing.ImageIcon icon,
java.lang.String path)
|
|
TIGImageGalleryDialog(TEditor editor,
int index)
|
|
TIGImportDBDialog(TEditor editor,
TIGDataBase dataBase)
|
|
TIGKeyWordGalleryDialog(TEditor editor,
TIGDataBase dataBase)
|
|
TIGManageGalleryDialog(TEditor editor,
TIGDataBase dataBase)
|
|
TIGModifyImageDialog(TEditor editor,
TIGDataBase dataBase)
|
Uses of TEditor in tico.imageGallery.tasks |
---|
Methods in tico.imageGallery.tasks with parameters of type TEditor | |
---|---|
void |
TIGImportTask.go(TEditor editor,
TIGDataBase dataBase,
java.lang.String directoryPath,
java.lang.String imagesBehaviour)
|
void |
TIGExportTask.go(TEditor editor,
TIGDataBase dataBase,
java.lang.String directoryPath,
java.util.Vector images)
|
void |
TIGDeleteTask.go(TEditor editor,
TIGDataBase dataBase,
java.util.Vector images)
|
Constructors in tico.imageGallery.tasks with parameters of type TEditor | |
---|---|
TIGDeleteTask.ActualTask(TEditor editor,
TIGDataBase dataBase,
java.util.Vector imagenes)
|
|
TIGExportTask.ActualTask(TEditor editor,
TIGDataBase dataBase,
java.lang.String directoryPath,
java.util.Vector images)
|
|
TIGImportTask.ActualTask(TEditor editor,
TIGDataBase dataBase,
java.lang.String directoryPath,
java.lang.String myImagesBehaviour)
|
Uses of TEditor in tico.rules |
---|
Methods in tico.rules with parameters of type TEditor | |
---|---|
void |
TShowResults.createDialog(TEditor editor,
java.lang.String type)
Creates the dialog |
Uses of TEditor in tico.rules.actions |
---|
Constructors in tico.rules.actions with parameters of type TEditor | |
---|---|
TBoardValidationAction(TEditor editor)
Constructor for TBoardValidationAction. |
|
TLimitationsAdminAction(TEditor editor)
Constructor for TLimitationsAdminDialog. |
|
TProjectValidationAction(TEditor editor)
Constructor for TProjectValidationAction. |
|
TRulesAdminAction(TEditor editor)
Constructor for TRulesAdminAction. |
|
TUsersAdminAction(TEditor editor)
Constructor for TUsersAdminAction. |
Uses of TEditor in tico.rules.dialogs |
---|
Constructors in tico.rules.dialogs with parameters of type TEditor | |
---|---|
TAddRuleDialog(TEditor editor)
Creates a new TValidationDialog for the specified
editor . |
|
TLimitationsAdminDialog(TEditor editor)
|
|
TRulesAdminDialog(TEditor editor)
|
|
TUsersAdminDialog(TEditor editor)
Creates a new TUsersAdminDialog for the specified
editor . |
|
TValidationDialog(TEditor editor,
TBoard board)
Creates a new TValidationDialog for the specified
editor and board . |
|
TValidationDialog(TEditor editor,
TProject project)
Creates a new TValidationDialog for the specified
editor and project . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |