|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.swing.AbstractAction
verinec.gui.configurator.Configurator.EscKeyAction
class Configurator.EscKeyAction
Listener for keyboard typing, reacts on esc key in edit mode to end node creation.
| Field Summary | |
|---|---|
private Action |
ancestor
|
| Fields inherited from class javax.swing.AbstractAction |
|---|
changeSupport, enabled |
| Fields inherited from interface javax.swing.Action |
|---|
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON |
| Constructor Summary | |
|---|---|
Configurator.EscKeyAction(Action ancestor)
Init. |
|
| Method Summary | |
|---|---|
void |
actionPerformed(ActionEvent e)
Reset toolbar to cursor and change DrawPanel state to nothing. |
| Methods inherited from class javax.swing.AbstractAction |
|---|
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private Action ancestor
| Constructor Detail |
|---|
public Configurator.EscKeyAction(Action ancestor)
ancestor - The action to perform after this action.| Method Detail |
|---|
public void actionPerformed(ActionEvent e)
e - Ignored.
|
Copyright © 2005 Verinec, DIUF | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||