|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--abbot.util.AWT
Various AWT utilities.
Method Summary | |
static List |
disableHierarchy(Component root)
Disable a component hierarchy starting at the given component. |
static int |
getPopupMask()
Returns the InputEvent mask for the popup trigger button. |
static boolean |
getPopupOnPress()
Returns whether the platform registers a popup on mouse press. |
static int |
getTertiaryMask()
Returns the InputEvent mask for the tertiary button. |
static void |
invokeAction(Runnable action)
Ensure the given action happens on the event dispatch thread. |
static void |
invokeAndWait(Runnable action)
Ensure the given action happens on the event dispatch thread. |
static boolean |
isInternalFrameDecoration(Component c)
Return whether the given component is part of an internal frame's LAF decoration. |
static boolean |
isTransientPopup(Object c)
Return whether the given component is a transient wrapper around a popup. |
static void |
reenableHierarchy(List enabled)
Restore the enabled state. |
Methods inherited from class java.lang.Object |
|
Method Detail |
public static void invokeAndWait(Runnable action)
public static void invokeAction(Runnable action)
public static void reenableHierarchy(List enabled)
public static List disableHierarchy(Component root)
public static boolean isTransientPopup(Object c)
public static boolean isInternalFrameDecoration(Component c)
public static int getPopupMask()
public static int getTertiaryMask()
public static boolean getPopupOnPress()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |