public class DesignerAction extends JobFormAction implements FormAction
DESIGN_GROUP, ENABLED_PROPERTY, JOB_GROUP, PROPERTY_GROUP, VISIBLE_PROPERTY
Constructor and Description |
---|
DesignerAction() |
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.
|
form
action, addPropertyChangeListener, checkPrepare, getExplorerContext, isEnabled, isPrepared, isVisible, prepare, removePropertyChangeListener, setEnabled, setSelectedContext, setVisible
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
form
action, isEnabled, isVisible, prepare, setSelectedContext
addPropertyChangeListener, removePropertyChangeListener
public java.lang.String getName()
ExplorerAction
getName
in interface ExplorerAction
public java.lang.String getGroup()
ExplorerAction
getGroup
in interface ExplorerAction
public java.lang.Integer getMnemonicKey()
ExplorerAction
getMnemonicKey
in interface ExplorerAction
public javax.swing.KeyStroke getAcceleratorKey()
ExplorerAction
getAcceleratorKey
in interface ExplorerAction
protected void doPrepare(ExplorerContext explorerContext)
protected void doFree(ExplorerContext explorerContext)
protected void doAction() throws java.lang.Exception
protected Form doForm()
JobFormAction
doForm
in class JobFormAction