Class | Description |
---|---|
AboutAction |
The action that shows the AboutBox.
|
HTMLViewAction |
Activates last opened HTML browser or opens a HTML Browser on the home URL
specified in IDESettings using HtmlBrowser.URLDisplayer.showURL().
|
JumpNextAction |
The action which invoke next "jump" getLine in output window (like next error)
|
JumpPrevAction |
The action which invoke previous "jump" line in output window
(previous error)
|
LogAction | |
LogViewerSupport |
Connects the output stream of a file to the IDE output window.
|
NextViewCallbackAction |
A skeleton action, useful just as a placeholder for global shortcut.
|
PreviousViewCallbackAction |
A skeleton action, useful just as a placeholder for global shortcut.
|
SystemExit |
Shut down the system.
|