com.borland.primetime.ide
Class KeymapManager.KeyBinding

java.lang.Object
  |
  +--javax.swing.text.JTextComponent.KeyBinding
        |
        +--com.borland.primetime.ide.KeymapManager.KeyBinding
Enclosing class:
KeymapManager

public static class KeymapManager.KeyBinding
extends javax.swing.text.JTextComponent.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

KeymapManager.KeyBinding

public KeymapManager.KeyBinding(javax.swing.KeyStroke key,
                                java.lang.String actionName)