public abstract class AbstractToolAction
extends org.openide.util.actions.BooleanStateAction
FXTool which is used by Toolbox, aka Toolbox Item| Modifier and Type | Field and Description |
|---|---|
protected FXTool |
tool
Canvas FXTool
|
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON| Constructor and Description |
|---|
AbstractToolAction()
Creates a new instance of AbstractToolAction
|
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(ActionEvent evt) |
org.openide.util.HelpCtx |
getHelpCtx()
Overidden to return HelpCtx.DEFAULT_HELP
|
getBooleanState, getMenuPresenter, getPopupPresenter, getToolbarPresenter, initialize, setBooleanStateclearSharedData, createPopupMenu, createToolbarPresenter, get, getIcon, getIcon, getName, getValue, iconResource, isEnabled, linkActions, putValue, setEnabled, setIconaddNotify, addPropertyChangeListener, equals, finalize, findObject, findObject, firePropertyChange, getLock, getProperty, hashCode, putProperty, putProperty, readExternal, removeNotify, removePropertyChangeListener, reset, writeExternal, writeReplaceclone, getClass, notify, notifyAll, toString, wait, wait, waitaddPropertyChangeListener, removePropertyChangeListenerprotected FXTool tool
public AbstractToolAction()
public org.openide.util.HelpCtx getHelpCtx()
getHelpCtx in interface org.openide.util.HelpCtx.ProvidergetHelpCtx in class org.openide.util.actions.SystemActionpublic void actionPerformed(ActionEvent evt)
actionPerformed in interface ActionListeneractionPerformed in class org.openide.util.actions.BooleanStateAction