|
|||||||||
| Home >> All >> de >> hunsicker >> jalopy >> [ plugin overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
de.hunsicker.jalopy.plugin
Class AbstractPlugin.Action

java.lang.Objectde.hunsicker.jalopy.plugin.AbstractPlugin.Action
- Enclosing class:
- AbstractPlugin
- public static final class AbstractPlugin.Action
- extends java.lang.Object
Represents an action that can be performed.
- Since:
- 1.0b8
| Field Summary | |
static AbstractPlugin.Action |
FORMAT_ACTIVE
Format the currently active (opened) file. |
static AbstractPlugin.Action |
FORMAT_ALL
Format all Java Source files of the currently active project. |
static AbstractPlugin.Action |
FORMAT_OPEN
Format all currently opened Java source files. |
static AbstractPlugin.Action |
FORMAT_SELECTED
Format the selected Java source file(s). |
static AbstractPlugin.Action |
INSPECT_ACTIVE
Inspect the currently active (opened) file. |
static AbstractPlugin.Action |
INSPECT_ALL
Inspect all Java Source files of the currently active project. |
static AbstractPlugin.Action |
INSPECT_OPEN
Inspect all currently opened Java source files. |
static AbstractPlugin.Action |
INSPECT_SELECTED
Inspect the selected Java source file(s). |
(package private) java.lang.String |
name
|
static AbstractPlugin.Action |
PARSE_ACTIVE
Parse the currently active (opened) file. |
static AbstractPlugin.Action |
PARSE_ALL
Parse all Java Source files of the currently active project. |
static AbstractPlugin.Action |
PARSE_OPEN
Parse all currently opened Java source files. |
static AbstractPlugin.Action |
PARSE_SELECTED
Parse the selected Java source file(s). |
static AbstractPlugin.Action |
UNDEFINED
Indicates that no action was ever performed. |
| Constructor Summary | |
private |
AbstractPlugin.Action(java.lang.String name)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
UNDEFINED
public static final AbstractPlugin.Action UNDEFINED
- Indicates that no action was ever performed.
FORMAT_ACTIVE
public static final AbstractPlugin.Action FORMAT_ACTIVE
- Format the currently active (opened) file.
FORMAT_ALL
public static final AbstractPlugin.Action FORMAT_ALL
- Format all Java Source files of the currently active project.
FORMAT_OPEN
public static final AbstractPlugin.Action FORMAT_OPEN
- Format all currently opened Java source files.
FORMAT_SELECTED
public static final AbstractPlugin.Action FORMAT_SELECTED
- Format the selected Java source file(s).
PARSE_ACTIVE
public static final AbstractPlugin.Action PARSE_ACTIVE
- Parse the currently active (opened) file.
PARSE_ALL
public static final AbstractPlugin.Action PARSE_ALL
- Parse all Java Source files of the currently active project.
PARSE_OPEN
public static final AbstractPlugin.Action PARSE_OPEN
- Parse all currently opened Java source files.
PARSE_SELECTED
public static final AbstractPlugin.Action PARSE_SELECTED
- Parse the selected Java source file(s).
INSPECT_ACTIVE
public static final AbstractPlugin.Action INSPECT_ACTIVE
- Inspect the currently active (opened) file.
INSPECT_ALL
public static final AbstractPlugin.Action INSPECT_ALL
- Inspect all Java Source files of the currently active project.
INSPECT_OPEN
public static final AbstractPlugin.Action INSPECT_OPEN
- Inspect all currently opened Java source files.
INSPECT_SELECTED
public static final AbstractPlugin.Action INSPECT_SELECTED
- Inspect the selected Java source file(s).
name
final java.lang.String name
| Constructor Detail |
AbstractPlugin.Action
private AbstractPlugin.Action(java.lang.String name)
|
|||||||||
| Home >> All >> de >> hunsicker >> jalopy >> [ plugin overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
de.hunsicker.jalopy.plugin.AbstractPlugin.Action