javax.swing.plaf
public class ComponentInputMapUIResource extends ComponentInputMap implements UIResource
ComponentInputMap
that implements the {@link UIResource}
interface to indicate that it belongs to a pluggable
LookAndFeel.
See Also: ComponentInputMap
Constructor Summary | |
---|---|
ComponentInputMapUIResource(JComponent component)
Constructs a new ComponentInputMapUIResource .
|
ComponentInputMapUIResource
.
Parameters: component the JComponent
associated with
this InputMap
.