com.borland.primetime.editor
Class TrackingKeymap.ActionModifier
java.lang.Object
|
+--com.borland.primetime.editor.TrackingKeymap.ActionModifier
- Enclosing class:
- TrackingKeymap
- protected class TrackingKeymap.ActionModifier
- extends java.lang.Object
Helper class to keep track of user defined
modifications to the keymap.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TrackingKeymap.ActionModifier
public TrackingKeymap.ActionModifier(javax.swing.Action action,
javax.swing.KeyStroke keyStroke,
boolean add)
getAction
public javax.swing.Action getAction()
getKeyStroke
public javax.swing.KeyStroke getKeyStroke()
getActionName
public java.lang.String getActionName()
getKeyStrokeName
public java.lang.String getKeyStrokeName()
isAdd
public boolean isAdd()