Jalopy 1.0b10

Uses of Class
de.hunsicker.jalopy.plugin.AbstractPlugin.Action

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

Submit a bug or feature.

For further information and documentation, visit the official Jalopy website.
This page generated: November 14 2002