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 |
ExecTool |
Modifier and Type | Field and Description |
---|---|
protected Tool |
ET_DefaultControlFactory.tool |
Modifier and Type | Method and Description |
---|---|
Tool |
ExecToolManager.restoreTool(java.util.Map m) |
Tool |
ExecToolManager.startTool()
Shows Quick Configuration Editor if not disabled
|
Tool |
ExecToolManager.startTool(InterviewParameters p)
Start an ExecTool for a particular configuration.
|
Constructor and Description |
---|
ET_DefaultControlFactory(javax.swing.JComponent parent,
UIFactory uif,
TestSuite ts,
ContextManager cm,
ExecModel execModel,
Tool tool)
Initializes fields, does not create any instances.
|
Modifier and Type | Field and Description |
---|---|
protected Tool |
ToolDialog.tool
Parent tool of this dialog.
|
Modifier and Type | Method and Description |
---|---|
Tool |
Desktop.addDefaultTool(InterviewParameters ip)
Add a new default tool to the desktop.
|
Tool |
Desktop.getSelectedTool()
Get the currently selected tool on the desktop.
|
Tool |
ToolDialog.getTool()
Get the tool for which this is a dialog.
|
Tool[] |
Desktop.getTools()
Get the set of tools currently on the desktop.
|
abstract Tool |
ToolManager.restoreTool(java.util.Map m)
Restore a tool from previously saved information.
|
abstract Tool |
ToolManager.startTool()
Start a default instance of a tool.
|
Modifier and Type | Method and Description |
---|---|
void |
Desktop.addTool(Tool t)
Add a new tool to the desktop.
|
boolean |
Desktop.containsTool(Tool t)
Check if a tool is present on the desktop.
|
java.awt.Container |
Desktop.createDialog(Tool tool,
java.lang.String uiKey,
java.lang.String title,
javax.swing.JMenuBar menuBar,
java.awt.Container body,
java.awt.Rectangle bounds,
int type)
Create a dialog.
|
boolean |
Desktop.isOKToClose(Tool t,
javax.swing.JFrame parent)
Check if it is OK to close a tool.
|
boolean |
Desktop.isToolOwnerForDialog(Tool tool,
java.awt.Container dialog)
Check if the tool's parent Window is the owner of a dialog.
|
void |
Desktop.removeTool(Tool t)
Remove a tool from the desktop.
|
void |
Desktop.setSelectedTool(Tool t)
Set the currently selected tool on the desktop.
|
protected void |
ToolDialog.setTool(Tool t) |
void |
Tool.Observer.shortTitleChanged(Tool source,
java.lang.String newValue)
The short title of a tool has been changed.
|
void |
Tool.Observer.titleChanged(Tool source,
java.lang.String newValue)
The title of a tool has been changed.
|
void |
Tool.Observer.toolDisposed(Tool source)
A tool has been disposed.
|
Copyright (c) 1996, 2014, Oracle and/or its affiliates. All rights reserved.