| Interface | Description |
|---|---|
| DesignerContext | |
| DesignerModuleHook |
The main hook into a module's designer scope.
|
| DesignerProjectContext |
This extension of ProjectHolder contains methods used to alter the project.
|
| EditActionHandler |
An EditActionHandler is a class that handles common actions you'd find under an "edit" menu, like cut, copy, paste,
and delete.
|
| ResourceWorkspace |
A main editing area for the designer.
|
| ResourceWorkspaceFrame |
A resource workspace frame is a dockable frame that will be available for display when its associated workspace is
selected.
|
| SaveContext | |
| UndoDelegateContext |
Used to take control of the undo/redo stack.
|
| Class | Description |
|---|---|
| AbstractDesignerModuleHook |
Base class for all designer module hook implementations.
|
| AbstractEditActionHandler | |
| CodeEditorEditActionHandler |
An
EditActionHandler for CodeEditors
which takes care of the basic Copy / Cut / Paste / Delete actions. |
| CommonEditActionHandler<T extends java.awt.Component> |
Abstract base class which takes care of some boilerplate for handling edit
actions of
Components. |
| DelegatingEditActionHandler |
An
EditActionHandler which delegates to an injected delegate
EditActionHandler. |
| DelegatingEditActionHandlerFocusAdapter |
A
FocusAdapter which sets the injected
DelegatingEditActionHandler's delegate to the injected
EditActionHandler delegate when the target gains focus. |
| DesignerGeneralProps | |
| JTableEditActionHandler |
An
EditActionHandler for JTables which takes care of
the basic Copy / Cut / Paste / Delete actions. |
| JTextComponentEditActionHandler |
An
EditActionHandler for JTextComponents which takes care of the basic Copy / Cut / Paste / Delete
actions. |
| Exception | Description |
|---|---|
| ResourceLockException |