swingwtx.swing
Class InputMap

java.lang.Object
  extended byswingwtx.swing.InputMap

public class InputMap
extends java.lang.Object

This is kind of lame... same functionality as InputMap, different class name.


Constructor Summary
InputMap()
           
 
Method Summary
 KeyStroke[] allKeys()
           
 void clear()
           
 java.lang.Object get(KeyStroke keyStroke)
           
 InputMap getParent()
           
 KeyStroke[] keys()
           
 void put(KeyStroke keyStroke, java.lang.Object inputMapKey)
           
 void remove(KeyStroke key)
           
 void setParent(InputMap parent)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputMap

public InputMap()
Method Detail

setParent

public void setParent(InputMap parent)

getParent

public InputMap getParent()

get

public java.lang.Object get(KeyStroke keyStroke)

put

public void put(KeyStroke keyStroke,
                java.lang.Object inputMapKey)

remove

public void remove(KeyStroke key)

clear

public void clear()

keys

public KeyStroke[] keys()

size

public int size()

allKeys

public KeyStroke[] allKeys()