org.oddjob.monitor.model
Class JobFormAction
java.lang.Object
org.oddjob.monitor.model.JobAction
org.oddjob.monitor.model.JobFormAction
- All Implemented Interfaces:
- PropertyChangeNotifier, ExplorerAction, FormAction, SelectedContextAware
- Direct Known Subclasses:
- AddJobAction, DesignerAction, DesignInsideAction, SetPropertyAction
public abstract class JobFormAction
- extends JobAction
- implements FormAction
Base class for actions that launch a form.
- Author:
- rob
Method Summary |
protected abstract Form |
doForm()
Override this method to create the form. |
Form |
form()
Provide the form. |
Methods inherited from class org.oddjob.monitor.model.JobAction |
action, addPropertyChangeListener, checkPrepare, doAction, doFree, doPrepare, getExplorerContext, isEnabled, isPrepared, isVisible, prepare, removePropertyChangeListener, setEnabled, setSelectedContext, setVisible |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JobFormAction
public JobFormAction()
form
public final Form form()
- Description copied from interface:
FormAction
- Provide the form.
- Specified by:
form
in interface FormAction
- Returns:
- The DesignDefinition for the form. Never Null.
doForm
protected abstract Form doForm()
- Override this method to create the form.
- Returns: