Uses of Class
com.sun.javatest.exec.ContextManager
-
Packages that use ContextManager Package Description com.sun.javatest.exec The Test Manager Tool provides a GUI for opening, browsing, configuring, and running tests and test suites, and for browsing the results. -
-
Uses of ContextManager in com.sun.javatest.exec
Fields in com.sun.javatest.exec declared as ContextManager Modifier and Type Field Description protected ContextManagerBasicSessionControl. cmprotected ContextManagerET_DefaultControlFactory. cmprotected ContextManagerInterviewEditor. contextManagerMethods in com.sun.javatest.exec that return ContextManager Modifier and Type Method Description static ContextManagerExecTool. createContextManager(TestSuite ts)ContextManagerExecModel. getContextManager()ContextManagerExecTool. getContextManager()ContextManagerWorkDirChooseTool.ExecModelStub. getContextManager()Methods in com.sun.javatest.exec with parameters of type ContextManager Modifier and Type Method Description static java.io.FileInterviewEditor. checkLoadConfigFileDefaults(ContextManager cm)Checks default settings relate to config file load from the default locationbooleanExecToolManager. checkOpenNewTool(Desktop d, ContextManager conManager)Constructors in com.sun.javatest.exec with parameters of type ContextManager Constructor Description BasicSessionControl(javax.swing.JComponent parent, UIFactory uif, TestSuite ts, ContextManager cm)Creates a control over new created session for the passed test suite.ET_DefaultControlFactory(javax.swing.JComponent parent, UIFactory uif, TestSuite ts, ContextManager cm, ExecModel execModel, Tool tool)Initializes fields, does not create any instances.ExecModelStub(TestSuite ts, ContextManager cm)InterviewEditor(javax.swing.JComponent parent, UIFactory uif, InterviewParameters ip, ContextManager cm)TestManagerDialog(ContextManager context, UIFactory uif, java.lang.String key)
-