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 October 30 2013. | Portions Copyright 1997-2013 Sun Microsystems, Inc. All rights reserved.