Uses of Class
com.sun.javatest.tool.PreferencesPane
Packages that use PreferencesPane
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 PreferencesPane in com.sun.javatest.exec
Methods in com.sun.javatest.exec that return PreferencesPane -
Uses of PreferencesPane in com.sun.javatest.tool
Subclasses of PreferencesPane in com.sun.javatest.toolMethods in com.sun.javatest.tool that return PreferencesPaneModifier and TypeMethodDescriptionPreferencesPane.getChildPanes()
Get the set of child panes, if any, containing additional groups of preferences relevant to but not contained on this pane.ToolManager.getPrefsPane()
Get details about any user preferences supported by this tool manager.Methods in com.sun.javatest.tool with parameters of type PreferencesPaneModifier and TypeMethodDescriptionstatic void
PreferencesPane.showDialog
(JFrame f, Preferences preferences, PreferencesPane[] panes, com.sun.javatest.tool.jthelp.HelpBroker helpBroker) Show a dialog to allow the user to edit the set of preferences.