org.openstreetmap.josm.tools
Class MultikeyActionsHandler.MyAction

java.lang.Object
  extended by javax.swing.AbstractAction
      extended by org.openstreetmap.josm.tools.MultikeyActionsHandler.MyAction
All Implemented Interfaces:
java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action
Enclosing class:
MultikeyActionsHandler

private class MultikeyActionsHandler.MyAction
extends javax.swing.AbstractAction


Field Summary
(package private)  MultikeyShortcutAction action
           
(package private)  Shortcut shortcut
           
 
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
 
Constructor Summary
MultikeyActionsHandler.MyAction(MultikeyShortcutAction action)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 java.lang.String toString()
           
 
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, wait, wait, wait
 

Field Detail

action

final MultikeyShortcutAction action

shortcut

final Shortcut shortcut
Constructor Detail

MultikeyActionsHandler.MyAction

MultikeyActionsHandler.MyAction(MultikeyShortcutAction action)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


JOSM