public abstract class EmulatorAction extends AbstractAction
| Modifier and Type | Field and Description |
|---|---|
protected SessionPanel |
session |
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| Constructor and Description |
|---|
EmulatorAction(SessionPanel session,
String name) |
EmulatorAction(SessionPanel session,
String name,
KeyStroke ks,
KeyMapper keyMap) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
actionPerformed(ActionEvent e) |
protected void |
setKeyStroke(String action,
KeyStroke ks,
KeyMapper keyMap) |
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabledprotected SessionPanel session
public EmulatorAction(SessionPanel session, String name)
public EmulatorAction(SessionPanel session, String name, KeyStroke ks, KeyMapper keyMap)
public abstract void actionPerformed(ActionEvent e)
Copyright © 2018. All rights reserved.