|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.erights.e.ui.awt.HocusFocus
Untamed: Access to a StaticMaker on this class provides the authority to invoke the suppressed 'requestFocus()' and 'toFront()' methods.
Constructor Summary | |
private |
HocusFocus()
prevent instantiation |
Method Summary | |
static void |
requestFocus(Component comp)
Enabled: |
static void |
toFront(JComponent jComp)
Enabled: This is needed because getTopLevelAncestor() is also suppressed. |
static void |
toFront(Window win)
Enabled: |
static void |
toFrontInternalFrame(JInternalFrame frame)
Enabled: |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
private HocusFocus()
Method Detail |
public static void requestFocus(Component comp)
public static void toFront(Window win)
public static void toFront(JComponent jComp)
public static void toFrontInternalFrame(JInternalFrame frame)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |