javax.swing.plaf
Class InputMapUIResource

java.lang.Object
  extended by javax.swing.InputMap
      extended by javax.swing.plaf.InputMapUIResource
All Implemented Interfaces:
Serializable, UIResource

public class InputMapUIResource
extends InputMap
implements UIResource

An InputMap that is marked as UIResource, which indicates that it has been installed by a pluggable LookAndFeel. Such dimensions are replaced when the LookAndFeel changes.

See Also:
Serialized Form

Constructor Summary
InputMapUIResource()
          Constructs a new InputMapUIResource.
 
Method Summary
 
Methods inherited from class javax.swing.InputMap
allKeys, clear, get, getParent, keys, put, remove, setParent, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputMapUIResource

public InputMapUIResource()
Constructs a new InputMapUIResource.