public class AddJobAction extends JobFormAction implements FormAction
DESIGN_GROUP, ENABLED_PROPERTY, JOB_GROUP, PROPERTY_GROUP, VISIBLE_PROPERTY| Constructor and Description |
|---|
AddJobAction() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doAction() |
protected Form |
doForm()
Override this method to create the form.
|
protected void |
doFree(ExplorerContext explorerContext) |
protected void |
doPrepare(ExplorerContext explorerContext) |
javax.swing.KeyStroke |
getAcceleratorKey()
Get the Accelerator key for the action.
|
java.lang.String |
getGroup()
Get the group name.
|
java.lang.Integer |
getMnemonicKey()
Get the Mnemonic Key for the action.
|
java.lang.String |
getName()
Get the name for the option.
|
formaction, addPropertyChangeListener, checkPrepare, getExplorerContext, isEnabled, isPrepared, isVisible, prepare, removePropertyChangeListener, setEnabled, setSelectedContext, setVisibleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitformaction, isEnabled, isVisible, prepare, setSelectedContextaddPropertyChangeListener, removePropertyChangeListenerpublic java.lang.String getName()
ExplorerActiongetName in interface ExplorerActionpublic java.lang.String getGroup()
ExplorerActiongetGroup in interface ExplorerActionpublic java.lang.Integer getMnemonicKey()
ExplorerActiongetMnemonicKey in interface ExplorerActionpublic javax.swing.KeyStroke getAcceleratorKey()
ExplorerActiongetAcceleratorKey in interface ExplorerActionprotected void doPrepare(ExplorerContext explorerContext)
protected void doFree(ExplorerContext explorerContext)
protected Form doForm()
JobFormActiondoForm in class JobFormAction