javax.swing.plaf
Class ComponentInputMapUIResource
java.lang.Object
javax.swing.InputMap
javax.swing.ComponentInputMap
javax.swing.plaf.ComponentInputMapUIResource
- All Implemented Interfaces:
- Serializable, UIResource
public class ComponentInputMapUIResource
- extends ComponentInputMap
- implements UIResource
A ComponentInputMap
that implements the UIResource
interface to indicate that it belongs to a pluggable
LookAndFeel.
- See Also:
ComponentInputMap
,
InputMap
,
Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComponentInputMapUIResource
public ComponentInputMapUIResource(JComponent component)
- Constructs a new
ComponentInputMapUIResource
.
- Parameters:
component
- the JComponent
associated with
this InputMap
.