public abstract class JobFormAction extends JobAction implements FormAction
DESIGN_GROUP, ENABLED_PROPERTY, JOB_GROUP, PROPERTY_GROUP, VISIBLE_PROPERTY| Constructor and Description |
|---|
JobFormAction() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Form |
doForm()
Override this method to create the form.
|
Form |
form()
Provide the form.
|
action, addPropertyChangeListener, checkPrepare, doAction, doFree, doPrepare, getExplorerContext, isEnabled, isPrepared, isVisible, prepare, removePropertyChangeListener, setEnabled, setSelectedContext, setVisibleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaction, getAcceleratorKey, getGroup, getMnemonicKey, getName, isEnabled, isVisible, prepare, setSelectedContextaddPropertyChangeListener, removePropertyChangeListenerpublic final Form form()
FormActionform in interface FormActionprotected abstract Form doForm()