Uses of Class
com.sun.javatest.tool.Preferences
Packages that use Preferences
Package
Description
This package provides API for generating reports about test runs.
The JT Harness Tool API provides the command-line and GUI
infrastructure for the main JT Harness test harness.
-
Uses of Preferences in com.sun.javatest.report
Methods in com.sun.javatest.report with parameters of type PreferencesModifier and TypeMethodDescriptionstatic ReportSettings
ReportSettings.create
(Preferences prefs) void
ReportSettings.write
(Preferences prefs) -
Uses of Preferences in com.sun.javatest.tool
Methods in com.sun.javatest.tool that return PreferencesModifier and TypeMethodDescriptionstatic Preferences
Preferences.access()
Access the single Preferences object.Methods in com.sun.javatest.tool with parameters of type PreferencesModifier 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.