|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.swing.text.JTextComponent.KeyBinding | +--com.borland.primetime.ide.KeymapManager.KeyBinding
Binding record for creating bindings from KeyStrokes to Action Names.
Note that this is here so that we don't have to directly deal with JTextComponent, even though JTextComponent.KeyBinding has the entire implementation.
Fields inherited from class javax.swing.text.JTextComponent.KeyBinding |
actionName,
key |
Constructor Summary | |
KeymapManager.KeyBinding(javax.swing.KeyStroke key,
java.lang.String actionName)
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public KeymapManager.KeyBinding(javax.swing.KeyStroke key, java.lang.String actionName)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |