Package com.pixelmed.test
Class UserInterfaceUtilities
java.lang.Object
com.pixelmed.test.UserInterfaceUtilities
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddumpAllFramesAndChildren(PrintStream stream) protected static voiddumpAllFramesAndChildren(PrintStream stream, String indentSoFar, String indentOne) protected static voiddumpAllOwnedWindows(Window[] windows, PrintStream stream, String indentSoFar, String indentOne) protected static voiddumpAllOwnedWindows(Window w, PrintStream stream, String indentSoFar, String indentOne) static voiddumpAllOwnedWindows(PrintStream stream) protected static voiddumpAllOwnedWindows(PrintStream stream, String indentSoFar, String indentOne) static voiddumpComponentAndChildren(Component c, PrintStream stream) protected static voiddumpComponentAndChildren(Component c, PrintStream stream, String indentSoFar, String indentOne) static voiddumpRootPaneAndChildren(PrintStream stream) protected static voiddumpRootPaneAndChildren(PrintStream stream, String indentSoFar, String indentOne) static Component[]findComponentsOfClass(Component parent, String className) static Component[]findComponentsOfClass(String className) protected static voidfindComponentsOfClass(ArrayList<Component> found, Component c, String className) static Component[]findComponentsOfClassWithTextValue(Component parent, String className, String textValue) static Component[]findComponentsOfClassWithTextValue(String className, String textValue) protected static voidfindComponentsOfClassWithTextValue(ArrayList<Component> found, Component c, String className, String textValue) static JDialoggetOpenDialogByTitle(String title) static void
-
Field Details
-
openDialogs
-
-
Constructor Details
-
UserInterfaceUtilities
public UserInterfaceUtilities()
-
-
Method Details
-
dumpAllOwnedWindows
protected static void dumpAllOwnedWindows(Window w, PrintStream stream, String indentSoFar, String indentOne) -
dumpAllOwnedWindows
protected static void dumpAllOwnedWindows(Window[] windows, PrintStream stream, String indentSoFar, String indentOne) -
dumpAllOwnedWindows
-
dumpAllOwnedWindows
-
dumpRootPaneAndChildren
protected static void dumpRootPaneAndChildren(PrintStream stream, String indentSoFar, String indentOne) -
dumpRootPaneAndChildren
-
dumpComponentAndChildren
protected static void dumpComponentAndChildren(Component c, PrintStream stream, String indentSoFar, String indentOne) -
dumpComponentAndChildren
-
dumpAllFramesAndChildren
protected static void dumpAllFramesAndChildren(PrintStream stream, String indentSoFar, String indentOne) -
dumpAllFramesAndChildren
-
findComponentsOfClassWithTextValue
-
findComponentsOfClassWithTextValue
-
findComponentsOfClassWithTextValue
-
findComponentsOfClass
-
findComponentsOfClass
-
findComponentsOfClass
-
registerWindowOpeningAndClosingListenerToTrackDialogs
public static void registerWindowOpeningAndClosingListenerToTrackDialogs() -
getOpenDialogByTitle
-