public interface CycleFocusProvider
Modifier and Type | Method and Description |
---|---|
boolean |
switchNextFocus(Widget widget)
Switches a focus to the next widget/object on a scene.
|
boolean |
switchPreviousFocus(Widget widget)
Switches a focus to the previous widget/object on a scene.
|
boolean switchPreviousFocus(Widget widget)
widget
- the widget where the action was invokedboolean switchNextFocus(Widget widget)
widget
- the widget where the action was invoked