com.sun.javatest.exec
Class ContextManager.TestManagerDialog

java.lang.Object
  extended by com.sun.javatest.tool.ToolDialog
      extended by 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).


Field Summary
 
Fields inherited from class com.sun.javatest.tool.ToolDialog
parent, tool, uif
 
Constructor Summary
ContextManager.TestManagerDialog(ContextManager context, UIFactory uif, java.lang.String key)
           
 
Method Summary
 
Methods inherited from class com.sun.javatest.tool.ToolDialog
disableDefaultDisposeHandler, dispose, getBody, getButtons, getDefaultButton, getDialogParent, getJMenuBar, getLocation, getSize, getTitle, getTool, initGUI, isShowing, isVisible, pack, setBody, setButtons, setComponentListener, setDefaultCloseOperation, setHelp, setI18NTitle, setI18NTitle, setI18NTitle, setJMenuBar, setLocation, setLocation, setSize, setSize, setVisible, windowClosingAction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextManager.TestManagerDialog

public ContextManager.TestManagerDialog(ContextManager context,
                                        UIFactory uif,
                                        java.lang.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.


Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved.