com.borland.primetime.ide
Class KeymapManager.KeyActionBinding

java.lang.Object
  |
  +--com.borland.primetime.ide.KeymapManager.KeyActionBinding
Enclosing class:
KeymapManager

public static class KeymapManager.KeyActionBinding
extends java.lang.Object

Binding record for creating bindings from KeyStrokes to Actions objects


Field Summary
protected  javax.swing.Action action
           
protected  javax.swing.KeyStroke key
           
 
Constructor Summary
KeymapManager.KeyActionBinding(javax.swing.KeyStroke key, javax.swing.Action action)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

protected javax.swing.KeyStroke key

action

protected javax.swing.Action action
Constructor Detail

KeymapManager.KeyActionBinding

public KeymapManager.KeyActionBinding(javax.swing.KeyStroke key,
                                      javax.swing.Action action)