CommonActions | The Common Actions are Undo, Redo, Cut, Copy, Paste, Delete, Select All, Rename. |
---|
CommonHandler | The common handler check for valid handled state and enabled state for the common action handlers. |
---|
ConfigureModuleProject | Configures the project to an iizi Module project. |
---|
Copy | The Copy property handler. |
---|
Cut | The Cut property handler. |
---|
Delete | The Delete property handler. |
---|
IzOperationHistoryActionHandler | OperationHistoryActionHandler implements common behavior for the undo and redo actions. |
---|
IzRedoActionHandler | RedoActionHandler provides common behavior for redoing an operation, as well as labeling and enabling the menu item. |
---|
IzUndoActionHandler | UndoActionHandler provides common behavior for performing an undo, as well as labeling and enabling the undo menu item. |
---|
Link | The Link property handler. |
---|
Move | The Move property handler. |
---|
Open | The Open property handler. |
---|
OpenJavaDoc | Opens the iizi JavaDoc that is included with the "com.iizigo.javadoc" plugin in the default external browser or in the same internal browser with the ID "com.iizigo.javadoc". |
---|
Paste | The Paste property handler. |
---|
PasteAfter | The Paste After property handler. |
---|
PasteBefore | The Paste Before property handler. |
---|
PasteLink | The Paste-Link property handler. |
---|
Rename | The Rename property handler. |
---|
SelectAll | The Select All handler. |
---|
SelectionEnabler | The enabler class processes selection changes from handlers, viewers, etc, and sets the state of the commands accordingly. |
---|