|
Class Summary |
| Command |
The Command interface defines the interface of all command
objects. |
| CommandProcessor |
The CommandProcessor singleton class is responsible for
managing the execution of the IDE commands and managing the undo stack.
|
| ContextMenu |
ContextMenu class. |
| IdeAction |
An IdeAction is used when adding a menu and/or toobar button.
|
| IdeActions |
Factory class for getting or creating IdeAction
instances that are defined by the IDE framework. |
| Menubar |
Menubar class represents a JFrame menu bar. |
| MenuConstants |
This class defines the constants for adding commands to the
main menubar and to context menus. |
| MenuManager |
Manages the IDE's menus. |
| MenuWeightComparator |
Comparator for sorting weighted menu items. |
| PropertyResolver |
A property resolver is responsible for looking up a named property. |
| ToolbarManager |
The ToolbarManager provides programmatic manipulation of toolbars
defined in an extension's manifest file.
|