|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.erights.e.meta.org.eclipse.swt.widgets.ControlMakerSugar
Untamed:
Constructor Summary | |
private |
ControlMakerSugar()
prevent instantiation |
Method Summary | |
private static boolean |
anyContainsFocus(Control[] sources)
Do any of these have or contain the focus? |
private static boolean |
anyIsActive(Shell[] sources)
Are any of the sources the active shell? |
static boolean |
transferActive(Shell[] sources,
Shell dest)
Enabled: If any of the sources were the active shell, then make dest the active shell. |
static boolean |
transferFocus(Control[] sources,
Control dest)
Enabled: If any of 'sources' currently has or contains the focus, then requests that 'dest' gets the focus. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
private ControlMakerSugar()
Method Detail |
private static boolean anyContainsFocus(Control[] sources)
public static boolean transferFocus(Control[] sources, Control dest)
private static boolean anyIsActive(Shell[] sources)
None of the sources may be null.
public static boolean transferActive(Shell[] sources, Shell dest)
Neither dest nor any of the sources may be null.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |