|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.ctdp.rfdynhud.input.InputMappings
public class InputMappings
Method Summary | |
---|---|
InputAction[] |
getMappedActions(Widget widget)
Gets the InputAction s possibly mapped to an action on the given Widget . |
java.lang.String[] |
getMappedDeviceComponents(InputAction action,
Widget widget)
Gets the input device components mapped to the given InputAction on a Widget with the name of the given Widget . |
boolean |
isActionMapped(InputAction action)
Gets whether an input mapping exists, that maps an input device component to the given InputAction . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public final InputAction[] getMappedActions(Widget widget)
InputAction
s possibly mapped to an action on the given Widget
.
widget
- the Widget
to query mapped actions for
public final boolean isActionMapped(InputAction action)
InputAction
.
action
- the action in question
InputAction
.public final java.lang.String[] getMappedDeviceComponents(InputAction action, Widget widget)
InputAction
on a Widget
with the name of the given Widget
.
action
- the actionwidget
- the widget
InputAction
on a Widget
with the name of the given Widget
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |