GNU Classpath (0.20) | |
Frames | No Frames |
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. |
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 | Change the shared, UI-managed InputMap for a given
component. |
void | |
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 | Returns the InputMap that is provided by the ComponentUI of
component for the specified condition.
|
InputMap | Creates a InputMap from keys.
|
GNU Classpath (0.20) |