|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.erights.e.meta.java.awt.ComponentMakerSugar
Untamed:
Constructor Summary | |
private |
ComponentMakerSugar()
prevent instantiation |
Method Summary | |
private static boolean |
anyContainsFocus(Component[] sources)
Do any of these have or contain the focus? |
static boolean |
transferFocus(Component[] sources,
Component 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 ComponentMakerSugar()
Method Detail |
private static boolean anyContainsFocus(Component[] sources)
public static boolean transferFocus(Component[] sources, Component dest)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |