|
Jalopy 1.0b10 | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractPlugin.Action | |
de.hunsicker.jalopy.plugin | Supplies the Plug-in hook for the integration with other Java applications. |
Uses of AbstractPlugin.Action in de.hunsicker.jalopy.plugin |
Fields in de.hunsicker.jalopy.plugin declared as AbstractPlugin.Action | |
static AbstractPlugin.Action |
AbstractPlugin.Action.UNDEFINED
Indicates that no action was ever performed. |
static AbstractPlugin.Action |
AbstractPlugin.Action.FORMAT_ACTIVE
Format the currently active (opened) file. |
static AbstractPlugin.Action |
AbstractPlugin.Action.FORMAT_ALL
Format all Java Source files of the currently active project. |
static AbstractPlugin.Action |
AbstractPlugin.Action.FORMAT_OPEN
Format all currently opened Java source files. |
static AbstractPlugin.Action |
AbstractPlugin.Action.FORMAT_SELECTED
Format the selected Java source file(s). |
static AbstractPlugin.Action |
AbstractPlugin.Action.PARSE_ACTIVE
Parse the currently active (opened) file. |
static AbstractPlugin.Action |
AbstractPlugin.Action.PARSE_ALL
Parse all Java Source files of the currently active project. |
static AbstractPlugin.Action |
AbstractPlugin.Action.PARSE_OPEN
Parse all currently opened Java source files. |
static AbstractPlugin.Action |
AbstractPlugin.Action.PARSE_SELECTED
Parse the selected Java source file(s). |
static AbstractPlugin.Action |
AbstractPlugin.Action.INSPECT_ACTIVE
Inspect the currently active (opened) file. |
static AbstractPlugin.Action |
AbstractPlugin.Action.INSPECT_ALL
Inspect all Java Source files of the currently active project. |
static AbstractPlugin.Action |
AbstractPlugin.Action.INSPECT_OPEN
Inspect all currently opened Java source files. |
static AbstractPlugin.Action |
AbstractPlugin.Action.INSPECT_SELECTED
Inspect the selected Java source file(s). |
Methods in de.hunsicker.jalopy.plugin that return AbstractPlugin.Action | |
AbstractPlugin.Action |
AbstractPlugin.getLastAction()
Returns the action that was performed last. |
Methods in de.hunsicker.jalopy.plugin with parameters of type AbstractPlugin.Action | |
void |
AbstractPlugin.performAction(AbstractPlugin.Action action)
Performs the given action. |
|
Jalopy 1.0b10 | ||||||||
PREV NEXT | FRAMES NO FRAMES |