public class

ComponentInputMapUIResource

extends ComponentInputMap
implements UIResource
java.lang.Object
   ↳ javax.swing.InputMap
     ↳ javax.swing.ComponentInputMap
       ↳ javax.swing.plaf.ComponentInputMapUIResource

Class Overview

A subclass of javax.swing.ComponentInputMap that implements UIResource. UI classes which provide a ComponentInputMap should use this class.

Summary

Public Constructors
ComponentInputMapUIResource(JComponent component)
[Expand]
Inherited Methods
From class javax.swing.ComponentInputMap
From class javax.swing.InputMap
From class java.lang.Object

Public Constructors

public ComponentInputMapUIResource (JComponent component)