Uses of Class javax.swing.InputMap

Uses in package javax.swing.plaf

Classes derived from javax.swing.InputMap

class
A ComponentInputMap that implements the UIResource interface to indicate that it belongs to a pluggable LookAndFeel.
class
An InputMap that is marked as UIResource, which indicates that it has been installed by a pluggable LookAndFeel.

Uses in package javax.swing

Classes derived from javax.swing.InputMap

class
An InputMap that is associated with a particular JComponent.

Methods with parameter type javax.swing.InputMap

void
Loads the bindings in keys into retMap.
void
SwingUtilities.replaceUIInputMap(JComponent component, int condition, InputMap uiInputMap)
Change the shared, UI-managed InputMap for a given component.
void
JComponent.setInputMap(int condition, InputMap map)
void
Sets a parent for this ComponentInputMap.
void
Sets a parent for this InputMap.

Methods with return type javax.swing.InputMap

InputMap
InputMap
JComponent.getInputMap(int condition)
InputMap
Returns the parent of this InputMap.
InputMap
SwingUtilities.getUIInputMap(JComponent component, int cond)
Returns the InputMap that is provided by the ComponentUI of component for the specified condition.
InputMap
Creates a InputMap from keys.