javax.swing.plaf
Class InputMapUIResource
java.lang.Object
javax.swing.InputMap
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InputMapUIResource
public InputMapUIResource()
- Constructs a new
InputMapUIResource
.