Uses of Class
com.sun.javatest.exec.ContextManager

Packages that use ContextManager
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
protected  ContextManager BasicSessionControl.cm
           
protected  ContextManager ET_DefaultControlFactory.cm
           
protected  ContextManager InterviewEditor.contextManager
           
 

Methods in com.sun.javatest.exec that return ContextManager
static ContextManager ExecTool.createContextManager(TestSuite ts)
           
 ContextManager WorkDirChooseTool.ExecModelStub.getContextManager()
           
 ContextManager ExecModel.getContextManager()
           
 ContextManager ExecTool.getContextManager()
           
 

Methods in com.sun.javatest.exec with parameters of type ContextManager
static java.io.File InterviewEditor.checkLoadConfigFileDefaults(ContextManager cm)
          Checks default settings relate to config file load fron the default location
 boolean ExecToolManager.checkOpenNewTool(Desktop d, ContextManager conManager)
           
 

Constructors in com.sun.javatest.exec with parameters of type ContextManager
BasicSessionControl(javax.swing.JComponent parent, UIFactory uif, TestSuite ts, ContextManager cm)
          Creates a control over new created session for the passed test suite.
ContextManager.TestManagerDialog(ContextManager context, UIFactory uif, java.lang.String key)
           
ET_DefaultControlFactory(javax.swing.JComponent parent, UIFactory uif, TestSuite ts, ContextManager cm, ExecModel execModel, Tool tool)
          Initializes fields, does not create any instances.
InterviewEditor(javax.swing.JComponent parent, UIFactory uif, InterviewParameters ip, ContextManager cm)
           
WorkDirChooseTool.ExecModelStub(TestSuite ts, ContextManager cm)
           
 



Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.