|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ToolManager | |
---|---|
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 | |
---|---|
class |
ExecToolManager
The ToolManager for test manager windows. |
Uses of ToolManager in com.sun.javatest.tool |
---|
Methods in com.sun.javatest.tool that return ToolManager | |
---|---|
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 | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |