GNU Classpath (0.95) | |
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 | Sets the input map for the given condition.
|
void | Sets a parent for this ComponentInputMap .
|
void | Sets a parent for this InputMap . |
Methods with return type javax.swing.InputMap | |
InputMap | Returns the input map associated with this component for the
WHEN_FOCUSED state.
|
InputMap | JComponent.getInputMap(int condition) Returns the input map associated with this component for the given
state/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.95) |