Uses of Class
com.sun.javatest.tool.Tool
Packages that use Tool
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 Tool in com.sun.javatest.exec
Subclasses of Tool in com.sun.javatest.execFields in com.sun.javatest.exec declared as ToolMethods in com.sun.javatest.exec that return ToolModifier and TypeMethodDescriptionExecToolManager.restoreTool(Map<String, String> m) ExecToolManager.startTool()Shows Quick Configuration Editor if not disabledExecToolManager.startTool(InterviewParameters p) Start an ExecTool for a particular configuration.Constructors in com.sun.javatest.exec with parameters of type ToolModifierConstructorDescriptionET_DefaultControlFactory(JComponent parent, UIFactory uif, TestSuite ts, ContextManager cm, ExecModel execModel, Tool tool) Initializes fields, does not create any instances. -
Uses of Tool in com.sun.javatest.tool
Fields in com.sun.javatest.tool declared as ToolMethods in com.sun.javatest.tool that return ToolModifier and TypeMethodDescriptionDesktop.addDefaultTool(InterviewParameters ip) Add a new default tool to the desktop.Desktop.getSelectedTool()Get the currently selected tool on the desktop.ToolDialog.getTool()Get the tool for which this is a dialog.Tool[]Desktop.getTools()Get the set of tools currently on the desktop.abstract ToolToolManager.restoreTool(Map<String, String> m) Restore a tool from previously saved information.abstract ToolToolManager.startTool()Start a default instance of a tool.Methods in com.sun.javatest.tool with parameters of type ToolModifier and TypeMethodDescriptionvoidAdd a new tool to the desktop.booleanDesktop.containsTool(Tool t) Check if a tool is present on the desktop.Desktop.createDialog(Tool tool, String uiKey, String title, JMenuBar menuBar, Container body, Rectangle bounds, int type) Create a dialog.booleanDesktop.isOKToClose(Tool t, JFrame parent) Check if it is OK to close a tool.booleanDesktop.isToolOwnerForDialog(Tool tool, Container dialog) Check if the tool's parent Window is the owner of a dialog.voidDesktop.removeTool(Tool t) Remove a tool from the desktop.voidDesktop.setSelectedTool(Tool t) Set the currently selected tool on the desktop.protected voidvoidTool.Observer.shortTitleChanged(Tool source, String newValue) The short title of a tool has been changed.voidTool.Observer.titleChanged(Tool source, String newValue) The title of a tool has been changed.voidTool.Observer.toolDisposed(Tool source) A tool has been disposed.