public abstract class AbstractBaseAction extends AbstractAction
| Modifier and Type | Field and Description |
|---|---|
protected org.openide.windows.TopComponent |
topComponent
the related
TopComponent of this action. |
changeSupport, enabledACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON| Modifier | Constructor and Description |
|---|---|
protected |
AbstractBaseAction(String name,
org.openide.windows.TopComponent topComponent)
Constructor of abstract class
AbstractBaseAction. |
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabledequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitactionPerformedprotected final org.openide.windows.TopComponent topComponent
TopComponent of this action.protected AbstractBaseAction(String name, org.openide.windows.TopComponent topComponent)
AbstractBaseAction.name - the name of this actiontopComponent - the TopComponentCopyright © 2022–2024. All rights reserved.