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, setVisible
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
action, getAcceleratorKey, getGroup, getMnemonicKey, getName, isEnabled, isVisible, prepare, setSelectedContext
addPropertyChangeListener, removePropertyChangeListener
public final Form form()
FormAction
form
in interface FormAction
protected abstract Form doForm()