Interface | Description |
---|---|
DisposableAction.RunActionListener |
Listener to be notified when an action's
Action.run() method is executed. |
Class | Description |
---|---|
BrowserEditorAction | |
CancelAction |
Action to cancel various long running operations: Layout algorithm and heap analysis.
|
DisposableAction |
A disposable action extends a basic
Action with additionally having a dispose method,
which handles clean-up when the action is being removed from the menu. |
EditAbstractionsAction |
Action to open a browser to edit the abstraction constraints section of the configuration.
|
EditAdvancedAction |
An action to open an editor to edit the "advanced" section of the configuration.
|
EditBlacklistAction |
Action to open a browser and edit the blacklist section of the configuration.
|
EditConstraintsAction |
Action to open a browser to edit the ordering constraints section of the configuration.
|
EditStringFormatsAction |
Action to open a browser to edit the String format section of the configuration.
|
FixBugsAction |
Action to invoke the BugFixer prototype and fix bugs in some project.
|
ForwardSequenceAction |
An action which allows the user to forward the sequence of graphs to look at later
graphs once more.
|
InteractiveModeAction |
Action to start/stop interactive mode.
|
LoadConfigAction |
Action to load a new file to be used as the configuration file.
|
ManageAbstractionsAction |
Action to open a separate GUI editor to manage the abstractions which are currently
active.
|
ReloadAction |
Action to completely reload the current layout.
|
RewindableSequenceAction |
An action which has to do with a
RewindableGraphSequence object. |
RewindSequenceAction |
An action which allows the user to rewind the sequence of graphs to look at previous
graphs once more.
|
SettingsAction |
Action to open the settings dialog to change the most important settings of the tool.
|
ShowManualAction |
Action to show the manual in a browser.
|