public interface CycleFocusProvider
| Modifier and Type | Method | 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 invokedBuilt on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.