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 ContextManager
BasicSessionControl. cm
protected ContextManager
ET_DefaultControlFactory. cm
protected ContextManager
InterviewEditor. contextManager
Methods in com.sun.javatest.exec that return ContextManager Modifier and Type Method Description static ContextManager
ExecTool. createContextManager(TestSuite ts)
ContextManager
ExecModel. getContextManager()
ContextManager
ExecTool. getContextManager()
ContextManager
WorkDirChooseTool.ExecModelStub. getContextManager()
Methods in com.sun.javatest.exec with parameters of type ContextManager Modifier and Type Method Description static java.io.File
InterviewEditor. checkLoadConfigFileDefaults(ContextManager cm)
Checks default settings relate to config file load fron the default locationboolean
ExecToolManager. 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)
-