Uses of Class
com.sun.javatest.tool.ToolManager
Packages that use ToolManager
Package
Description
The Test Manager Tool provides a GUI for opening, browsing, configuring,
and running tests and test suites, and for browsing the results.
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 -
Uses of ToolManager in com.sun.javatest.tool
Methods in com.sun.javatest.tool that return ToolManagerModifier and TypeMethodDescriptionTool.getManager()
Get the manager for this tool.Desktop.getToolManager
(Class<? extends ToolManager> c) Get the instance of a tool manager for this desktop of a specific class.Desktop.getToolManager
(String className) Get the instance of a tool manager for this desktop of a specific class.Desktop.getToolManagers()
Get the set of tool managers associated with this desktop.Method parameters in com.sun.javatest.tool with type arguments of type ToolManagerModifier and TypeMethodDescriptionDesktop.getToolManager
(Class<? extends ToolManager> c) Get the instance of a tool manager for this desktop of a specific class.Constructors in com.sun.javatest.tool with parameters of type ToolManagerModifierConstructorDescriptionprotected
Tool
(ToolManager m, String uiKey) Create a tool object.protected
Tool
(ToolManager m, String uiKey, String helpID) Create a tool object.