org.jagatoo.input.actions
Interface LabeledInputAction
- All Superinterfaces:
- InputAction
- All Known Subinterfaces:
- LabeledInvokableInputAction
- All Known Implementing Classes:
- AbstractLabeledInputAction, AbstractLabeledInvokableInputAction, InputActionCommand, InputHandlerSuspendAction, MouseSmoothingSwitchAction
public interface LabeledInputAction
- extends InputAction
An InputAction can be bound to an arbitrary InputDevice's component.
It is executed on a state-change.
getText
java.lang.String getText()
- Returns:
- a description-text for this InputAction.
getLocalizedText
java.lang.String getLocalizedText()
- Returns:
- a localozed descriptive text for this
InputAction.
You should prefer this method over getText().