Class ContextManager.TestManagerDialog

java.lang.Object
com.sun.javatest.tool.ToolDialog
com.sun.javatest.exec.ContextManager.TestManagerDialog
Enclosing class:
ContextManager

public abstract static class ContextManager.TestManagerDialog extends ToolDialog
Special class for creating dialogs which should be attached to the context of this test manager. It is important to use this class to assure proper component parenting, and because the system will properly track your dialogs if the user changes the desktop style (switching to internal frames interface for example).
  • Constructor Details

    • TestManagerDialog

      public TestManagerDialog(ContextManager context, UIFactory uif, String key)
      Parameters:
      context - The context object associated with this dialog, this parameter is required so that the proper parenting can be calculated.
      uif - The interface factory associated with this dialog.
      key - Resource key to be used when retrieving items from the uif.