de.hunsicker.jalopy.plugin
Class AbstractPlugin.Action

java.lang.Object
  |
  +--de.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
See Also:
AbstractPlugin.performAction(de.hunsicker.jalopy.plugin.AbstractPlugin.Action)

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).
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.
 
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).



Copyright © 1997-2005 Jalopy. All Rights Reserved.