OpenJDK 1.22
java.desktop
javax.swing.plaf
ComponentInputMapUIResource
Top
Description
Constructors
Methods
javax.swing.plaf
public
Class ComponentInputMapUIResource
extends
ComponentInputMap
implements
UIResource
Class Inheritance
java.lang.Object
javax.swing.InputMap
javax.swing.ComponentInputMap
javax.swing.plaf.ComponentInputMapUIResource
All Implemented Interfaces
javax.swing.plaf.UIResource
Known Direct Subclasses
javax.
swing.
plaf.
basic.
BasicRootPaneUI.
RootPaneInputMap
Annotations
@SuppressWarnings
:
serial
Imports
javax.
swing.
ComponentInputMap
,
.JComponent
A subclass of javax.swing.ComponentInputMap that implements UIResource. UI classes which provide a ComponentInputMap should use this class.
Author
Scott Violet
Since
1.3
Constructor Summary
Access
Constructor and Description
public
ComponentInputMapUIResource
(
JComponent
a non-null JComponent
component
)
Constructs a
ComponentInputMapUIResource
.
Method Summary
Inherited from
javax.swing.ComponentInputMap
:
clear
getComponent
put
remove
setParent
Constructor Detail
ComponentInputMapUIResource
back to summary
public
ComponentInputMapUIResource
(
JComponent
component
)
Constructs a
ComponentInputMapUIResource
.
Parameters
component:
JComponent
a non-null JComponent