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 FormConstructor and Description |
---|
ComponentInputMapUIResource(JComponent component)
Constructs a new
ComponentInputMapUIResource . |
clear, getComponent, put, remove, setParent
public ComponentInputMapUIResource(JComponent component)
ComponentInputMapUIResource
.component
- the JComponent
associated with
this InputMap
.