public abstract class ActionBase extends AbstractAction
| 限定符和类型 | 字段和说明 |
|---|---|
protected AbstractEditor |
editor
A reference to the editor class.
|
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| 构造器和说明 |
|---|
ActionBase(AbstractEditor editor)
The Abstract action uses unqualified class name as action name.
|
ActionBase(AbstractEditor editor,
String name)
Constructor which accepts the action name.
|
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabledequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitactionPerformedprotected AbstractEditor editor
public ActionBase(AbstractEditor editor)
editor - The reference to the editor for this actionpublic ActionBase(AbstractEditor editor, String name)
editor - The reference to the editor for this actionname - Name of this actionCopyright © 2023 onecode. All rights reserved.