Uses of Class
com.sun.javatest.exec.ContextManager
Packages that use ContextManager
Package
Description
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 ContextManagerModifier and TypeFieldDescriptionprotected ContextManager
BasicSessionControl.cm
protected final ContextManager
ET_DefaultControlFactory.cm
protected ContextManager
InterviewEditor.contextManager
Methods in com.sun.javatest.exec that return ContextManagerModifier and TypeMethodDescriptionstatic ContextManager
ExecTool.createContextManager
(TestSuite ts) ExecModel.getContextManager()
ExecTool.getContextManager()
WorkDirChooseTool.ExecModelStub.getContextManager()
Methods in com.sun.javatest.exec with parameters of type ContextManagerModifier and TypeMethodDescriptionstatic File
InterviewEditor.checkLoadConfigFileDefaults
(ContextManager cm) Checks default settings relate to config file load from the default locationboolean
ExecToolManager.checkOpenNewTool
(Desktop d, ContextManager conManager) Constructors in com.sun.javatest.exec with parameters of type ContextManagerModifierConstructorDescriptionBasicSessionControl
(JComponent parent, UIFactory uif, TestSuite ts, ContextManager cm) Creates a control over new created session for the passed test suite.ET_DefaultControlFactory
(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
(JComponent parent, UIFactory uif, InterviewParameters ip, ContextManager cm) TestManagerDialog
(ContextManager context, UIFactory uif, String key)