Class UserInterfaceUtilities

java.lang.Object
com.pixelmed.test.UserInterfaceUtilities

public class UserInterfaceUtilities extends Object
  • Field Details

  • 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

      protected static void dumpAllOwnedWindows(PrintStream stream, String indentSoFar, String indentOne)
    • dumpAllOwnedWindows

      public static void dumpAllOwnedWindows(PrintStream stream)
    • dumpRootPaneAndChildren

      protected static void dumpRootPaneAndChildren(PrintStream stream, String indentSoFar, String indentOne)
    • dumpRootPaneAndChildren

      public static void dumpRootPaneAndChildren(PrintStream stream)
    • dumpComponentAndChildren

      protected static void dumpComponentAndChildren(Component c, PrintStream stream, String indentSoFar, String indentOne)
    • dumpComponentAndChildren

      public static void dumpComponentAndChildren(Component c, PrintStream stream)
    • dumpAllFramesAndChildren

      protected static void dumpAllFramesAndChildren(PrintStream stream, String indentSoFar, String indentOne)
    • dumpAllFramesAndChildren

      public static void dumpAllFramesAndChildren(PrintStream stream)
    • findComponentsOfClassWithTextValue

      protected static void findComponentsOfClassWithTextValue(ArrayList<Component> found, Component c, String className, String textValue)
    • findComponentsOfClassWithTextValue

      public static Component[] findComponentsOfClassWithTextValue(Component parent, String className, String textValue)
    • findComponentsOfClassWithTextValue

      public static Component[] findComponentsOfClassWithTextValue(String className, String textValue)
    • findComponentsOfClass

      protected static void findComponentsOfClass(ArrayList<Component> found, Component c, String className)
    • findComponentsOfClass

      public static Component[] findComponentsOfClass(Component parent, String className)
    • findComponentsOfClass

      public static Component[] findComponentsOfClass(String className)
    • registerWindowOpeningAndClosingListenerToTrackDialogs

      public static void registerWindowOpeningAndClosingListenerToTrackDialogs()
    • getOpenDialogByTitle

      public static JDialog getOpenDialogByTitle(String title)