public class HardResetAction extends JobAction
DESIGN_GROUP, ENABLED_PROPERTY, JOB_GROUP, PROPERTY_GROUP, VISIBLE_PROPERTY
Constructor and Description |
---|
HardResetAction() |
Modifier and Type | Method and Description |
---|---|
protected void |
doAction() |
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.
|
action, addPropertyChangeListener, checkPrepare, getExplorerContext, isEnabled, isPrepared, isVisible, prepare, removePropertyChangeListener, setEnabled, setSelectedContext, setVisible
public java.lang.String getName()
ExplorerAction
public java.lang.String getGroup()
ExplorerAction
public java.lang.Integer getMnemonicKey()
ExplorerAction
public javax.swing.KeyStroke getAcceleratorKey()
ExplorerAction
protected void doPrepare(ExplorerContext explorerContext)
protected void doFree(ExplorerContext explorerContext)