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, enabled
ACCELERATOR_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, setEnabled
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
actionPerformed
protected 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 TopComponent
Copyright © 2022–2024. All rights reserved.