org.oddjob.monitor.actions
Interface FormAction

All Superinterfaces:
ExplorerAction, PropertyChangeNotifier, SelectedContextAware
All Known Implementing Classes:
AddJobAction, DesignerAction, DesignInsideAction, JobFormAction, SetPropertyAction

public interface FormAction
extends ExplorerAction

An ExplorerAction that requires a form for further input.

Author:
rob

Field Summary
 
Fields inherited from interface org.oddjob.monitor.actions.ExplorerAction
DESIGN_GROUP, ENABLED_PROPERTY, JOB_GROUP, PROPERTY_GROUP, VISIBLE_PROPERTY
 
Method Summary
 Form form()
          Provide the form.
 
Methods inherited from interface org.oddjob.monitor.actions.ExplorerAction
action, getAcceleratorKey, getGroup, getMnemonicKey, getName, isEnabled, isVisible, prepare, setSelectedContext
 
Methods inherited from interface org.oddjob.framework.PropertyChangeNotifier
addPropertyChangeListener, removePropertyChangeListener
 

Method Detail

form

Form form()
Provide the form.

Returns:
The DesignDefinition for the form. Never Null.