public class ComponentInputMapUIResource extends ComponentInputMap implements UIResource
ComponentInputMap that implements the UIResource
interface to indicate that it belongs to a pluggable
LookAndFeel.ComponentInputMap,
InputMap,
Serialized Form| Constructor and Description |
|---|
ComponentInputMapUIResource(JComponent component)
Constructs a new
ComponentInputMapUIResource. |
clear, getComponent, put, remove, setParentpublic ComponentInputMapUIResource(JComponent component)
ComponentInputMapUIResource.component - the JComponent associated with
this InputMap.