Package com.pixelmed.test
Class UserInterfaceUtilities
java.lang.Object
com.pixelmed.test.UserInterfaceUtilities
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
dumpAllFramesAndChildren
(PrintStream stream) protected static void
dumpAllFramesAndChildren
(PrintStream stream, String indentSoFar, String indentOne) protected static void
dumpAllOwnedWindows
(Window[] windows, PrintStream stream, String indentSoFar, String indentOne) protected static void
dumpAllOwnedWindows
(Window w, PrintStream stream, String indentSoFar, String indentOne) static void
dumpAllOwnedWindows
(PrintStream stream) protected static void
dumpAllOwnedWindows
(PrintStream stream, String indentSoFar, String indentOne) static void
dumpComponentAndChildren
(Component c, PrintStream stream) protected static void
dumpComponentAndChildren
(Component c, PrintStream stream, String indentSoFar, String indentOne) static void
dumpRootPaneAndChildren
(PrintStream stream) protected static void
dumpRootPaneAndChildren
(PrintStream stream, String indentSoFar, String indentOne) static Component[]
findComponentsOfClass
(Component parent, String className) static Component[]
findComponentsOfClass
(String className) protected static void
findComponentsOfClass
(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 void
findComponentsOfClassWithTextValue
(ArrayList<Component> found, Component c, String className, String textValue) static JDialog
getOpenDialogByTitle
(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
-