Package | Description |
---|---|
de.hunsicker.jalopy.plugin |
Supplies the Plug-in hook for the integration with other Java applications.
|
Modifier and Type | Field and Description |
---|---|
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.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).
|
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.UNDEFINED
Indicates that no action was ever performed.
|
Modifier and Type | Method and Description |
---|---|
AbstractPlugin.Action |
AbstractPlugin.getLastAction()
Returns the action that was performed last.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractPlugin.performAction(AbstractPlugin.Action action)
Performs the given action.
|
Submit a bug or feature.
For further information and documentation, visit the official Jalopy website.
This page generated: March 30 2013