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.
|
Modifier and Type | Class and Description |
---|---|
class |
ExecToolManager
The ToolManager for
test manager windows. |
Modifier and Type | Method and 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.
|
Constructor and 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.
|
Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.