Package com.sun.javatest.exec
Class ContextManager.TestManagerDialog
java.lang.Object
com.sun.javatest.tool.ToolDialog
com.sun.javatest.exec.ContextManager.TestManagerDialog
- Enclosing class:
ContextManager
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).
-
Nested Class Summary
Nested classes/interfaces inherited from class com.sun.javatest.tool.ToolDialog
ToolDialog.Restorer
-
Field Summary
Fields inherited from class com.sun.javatest.tool.ToolDialog
DIALOG, FRAME, FREE, MODAL, MODAL_APPLICATION, MODAL_DOCUMENT, MODAL_TOOLKIT, parent, tool, uif
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.sun.javatest.tool.ToolDialog
disableDefaultDisposeHandler, dispose, getBody, getButtons, getDefaultButton, getDialogParent, getJMenuBar, getLocation, getRestorer, getSize, getTitle, getTool, initGUI, isShowing, isVisible, pack, setBody, setButtons, setComponentListener, setDefaultCloseOperation, setHelp, setI18NTitle, setI18NTitle, setI18NTitle, setJMenuBar, setLocation, setLocation, setRestorer, setSize, setSize, setTool, setTool, setVisible, windowClosingAction
-
Constructor Details
-
TestManagerDialog
- 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.
-