Uses of Class
com.sun.javatest.tool.ToolManager
-
Packages that use ToolManager 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.com.sun.javatest.tool The JT Harness Tool API provides the command-line and GUI infrastructure for the main JT Harness test harness. -
-
Uses of ToolManager in com.sun.javatest.exec
Subclasses of ToolManager in com.sun.javatest.exec Modifier and Type Class Description class
ExecToolManager
The ToolManager fortest manager
windows. -
Uses of ToolManager in com.sun.javatest.tool
Methods in com.sun.javatest.tool that return ToolManager Modifier and Type Method Description ToolManager
Tool. getManager()
Get the manager for this tool.ToolManager
Desktop. getToolManager(java.lang.Class c)
Get the instance of a tool manager for this desktop of a specific class.ToolManager
Desktop. getToolManager(java.lang.String className)
Get the instance of a tool manager for this desktop of a specific class.ToolManager[]
Desktop. getToolManagers()
Get the set of tool managers associated with this desktop.Constructors in com.sun.javatest.tool with parameters of type ToolManager Constructor Description Tool(ToolManager m, java.lang.String uiKey)
Create a tool object.Tool(ToolManager m, java.lang.String uiKey, java.lang.String helpID)
Create a tool object.
-