javax.swing.plaf

Class ComponentInputMapUIResource

public class ComponentInputMapUIResource extends ComponentInputMap implements UIResource

A 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.

Constructor Detail

ComponentInputMapUIResource

public ComponentInputMapUIResource(JComponent component)
Constructs a new ComponentInputMapUIResource.

Parameters: component the JComponent associated with this InputMap.