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 | Method and Description |
---|---|
boolean |
ExecToolManager.checkOpenNewTool(Desktop d,
ContextManager conManager) |
Constructor and Description |
---|
ExecToolManager(Desktop desktop)
Create an ExecManager to manage the test manager windows on a desktop.
|
Modifier and Type | Method and Description |
---|---|
Desktop |
ToolManager.getDesktop()
Get the desktop for which this manager is managing tools.
|
Desktop |
Tool.getDesktop()
Get the desktop for this tool.
|
Desktop |
CommandContext.getDesktop()
Get the desktop associated with this object.
|
Modifier and Type | Method and Description |
---|---|
void |
CommandContext.setDesktop(Desktop d)
Set the desktop associated with this object.
|
Constructor and Description |
---|
ToolManager(Desktop desktop)
Create a tool manager to manage tools on a desktop.
|
Copyright (c) 1996, 2014, Oracle and/or its affiliates. All rights reserved.