- java.lang.Object
-
- javax.swing.InputMap
-
- javax.swing.plaf.InputMapUIResource
-
- All Implemented Interfaces:
Serializable
,UIResource
public class InputMapUIResource extends InputMap implements UIResource
A subclass of javax.swing.InputMap that implements UIResource. UI classes which provide a InputMap should use this class.- Since:
- 1.3
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InputMapUIResource()
Constructs anInputMapUIResource
.
-