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 ContextManagerBasicSessionControl.cmprotected final ContextManagerET_DefaultControlFactory.cmprotected ContextManagerInterviewEditor.contextManagerMethods in com.sun.javatest.exec that return ContextManagerModifier and TypeMethodDescriptionstatic ContextManagerExecTool.createContextManager(TestSuite ts) ExecModel.getContextManager()ExecTool.getContextManager()WorkDirChooseTool.ExecModelStub.getContextManager()Methods in com.sun.javatest.exec with parameters of type ContextManagerModifier and TypeMethodDescriptionstatic 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 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)