|
JSR-209 (Final Approval Ballot) | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use InputMap | |
| javax.swing | Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms. |
| Uses of InputMap in javax.swing |
| Subclasses of InputMap in javax.swing | |
class |
ComponentInputMap
A ComponentInputMap is an InputMap
associated with a particular JComponent. |
| Methods in javax.swing that return InputMap | |
InputMap |
JComponent.getInputMap(int condition)
Returns the InputMap that is used during
condition. |
InputMap |
JComponent.getInputMap()
Returns the InputMap that is used when the
component has focus. |
InputMap |
InputMap.getParent()
Gets this InputMap's parent. |
| Methods in javax.swing with parameters of type InputMap | |
void |
JComponent.setInputMap(int condition,
InputMap map)
Sets the InputMap to use under the condition
condition to
map. |
void |
InputMap.setParent(InputMap map)
Sets this InputMap's parent. |
void |
ComponentInputMap.setParent(InputMap map)
Sets the parent, which must be a ComponentInputMap
associated with the same component as this
ComponentInputMap. |
|
JSR-209 (Final Approval Ballot) | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||