| Interface | Description |
|---|---|
| ActionProvider |
Provides
ExplorerActions. |
| ExplorerAction |
Abstraction for an Action that acts on a Job and is executed
in from OddjobExplorer or another user interface.
|
| FormAction |
An
ExplorerAction that requires a form
for further input. |
| Class | Description |
|---|---|
| AccumulatingActionProvider |
An
ActionProvider that provides accumulates
of other ActionProviders |
| ActionProviderBean |
An
ActionProvider that is a Java Bean. |
| ResourceActionProvider |
An
ActionProvider that provides actions from
any number of XML Configurations found on the class path. |
| URLActionProvider |
An
ActionProvider that loads ActionProviders
from XML configuration found at the given URLs. |
Classes relating to Job Actions.