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 invokedBuilt on August 24 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.