|
com.im.ijc.core/1 5.9.4 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.im.ijc.core.api.views.Widgets
public class Widgets
Utilities pertaining to widgets and their containers.
| Method Summary | |
|---|---|
static Iterable<? extends WidgetContainer> |
getAllContainers(WidgetContainer container,
boolean onlyVisible)
Returns this and all nested containers. |
static Iterable<? extends VisualWidgetHandle> |
getAllWidgets(WidgetContainer container,
boolean onlyVisible)
Provides all widgets in this container including widgets from nested containers. |
static Rectangle |
getWidgetScenePosition(VisualWidgetHandle w)
|
static Predicate<VisualWidgetHandle> |
isVisualWidgetHandleFor(IJCWidget widget)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Iterable<? extends VisualWidgetHandle> getAllWidgets(WidgetContainer container,
boolean onlyVisible)
onlyVisible - only currently visible widgets will be returned (it is up to implementation to decide
what to return if the container is not shown)
public static Iterable<? extends WidgetContainer> getAllContainers(WidgetContainer container,
boolean onlyVisible)
onlyVisible - only currently visible widgets will be returned (it is up to implementation to decide
what to return if the container is not shown)public static Predicate<VisualWidgetHandle> isVisualWidgetHandleFor(IJCWidget widget)
public static Rectangle getWidgetScenePosition(VisualWidgetHandle w)
|
com.im.ijc.core/1 5.9.4 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||