- main(String[]) - Static method in class com.sun.interview.WizEdit
-
Simple command-line front-end to the facilities of the API.
- main(String[]) - Static method in class com.sun.interview.WizPrint
-
Simple command-line front-end to the facilities of the API.
- main(String[]) - Static method in class com.sun.javatest.EditJTI
-
Command line entry point.
- main(String[]) - Static method in class com.sun.javatest.EditLinks
-
Command line entry point.
Usage:
- main(String[]) - Static method in class com.sun.javatest.finder.BinaryTestWriter
-
Standard program entry point.
- main(String[]) - Static method in class com.sun.javatest.finder.ShowTests
-
Standard program entry point.
- main(String[]) - Static method in class com.sun.javatest.lib.JavaCompileCommand
-
A stand-alone entry point for this command.
- main(String[]) - Static method in class com.sun.javatest.lib.ProcessCommand
-
A stand-alone entry point for this command.
- Main - Class in com.sun.javatest.tool
-
The main program class for JT Harness.
- Main() - Constructor for class com.sun.javatest.tool.Main
-
- main(String[]) - Static method in class com.sun.javatest.tool.Main
-
Run JT Harness with command-line args.
- Main.Fault - Exception in com.sun.javatest.tool
-
Thrown when a bad command line argument is encountered.
- Main.Fault(I18NResourceBundle, String) - Constructor for exception com.sun.javatest.tool.Main.Fault
-
Create a BadArgs exception.
- Main.Fault(I18NResourceBundle, String, Object) - Constructor for exception com.sun.javatest.tool.Main.Fault
-
Create a BadArgs exception.
- Main.Fault(I18NResourceBundle, String, Object[]) - Constructor for exception com.sun.javatest.tool.Main.Fault
-
Create a BadArgs exception.
- MainAppletContext - Class in com.sun.javatest.util
-
This class provides a means whereby tools can temporarily give access
to a shared AppletContext and applet instance(s) which will be
used in AppletContext tests.
- MainAppletContext() - Constructor for class com.sun.javatest.util.MainAppletContext
-
- mainConfig - Variable in class com.sun.javatest.exec.InterviewEditor
-
- MainFrame - Class in com.sun.javatest.util
-
This class provides a means whereby tools in Personal Java can
temporarily give access to a shared GUI frame, such as the
one top-level Frame.
- MainFrame() - Constructor for class com.sun.javatest.util.MainFrame
-
- MARKER_FILE_NAME - Static variable in class com.sun.javatest.report.Report
-
- MARKERS - Static variable in class com.sun.interview.Interview
-
- MARKERS_PREF - Static variable in class com.sun.interview.Interview
-
- MATCH_KEYWORDS - Static variable in interface com.sun.javatest.Parameters.MutableKeywordsParameters
-
A constant used to indicate that only tests matching the
specified keywords should be selected.
- MATCH_PRIOR_STATUS - Static variable in interface com.sun.javatest.Parameters.MutablePriorStatusParameters
-
A constant used to indicate that tests should be selected
for execution if their status matched one of the matching
prior status values.
- matchTest(String) - Method in interface com.sun.javatest.TestResultTable.TreeNode
-
Finds a TestResult in this node with the given name.
- matchTest(String) - Method in class com.sun.javatest.TRT_TreeNode
-
- MAX_CONCURRENCY - Static variable in interface com.sun.javatest.Parameters.ConcurrencyParameters
-
The highest allowed value for the concurrency.
- MAX_TIMEOUT_FACTOR - Static variable in interface com.sun.javatest.Parameters.TimeoutFactorParameters
-
The highest permitted value for timeout factor.
- MDI_STYLE - Static variable in class com.sun.javatest.tool.Desktop
-
A constant to indicate the MDI-style desktop:
a single window for the desktop, containing multiple internal windows, one per tool.
- MEDIUM_READ_AHEAD - Static variable in class com.sun.javatest.TestFinderQueue
-
A constant specifying the test finder queue should perform medium
(typical) read ahead.
- menuCanceled(MenuEvent) - Method in class com.sun.javatest.tool.FileHistory.Listener
-
- menuDeselected(MenuEvent) - Method in class com.sun.javatest.tool.FileHistory.Listener
-
- menuSelected(MenuEvent) - Method in class com.sun.javatest.tool.FileHistory.Listener
-
- merge(ExcludeList) - Method in class com.sun.javatest.ExcludeList
-
Merge the contents of another exclude list into this one.
- merge(KnownFailuresList) - Method in class com.sun.javatest.KnownFailuresList
-
Merge the contents of another exclude list into this one.
- MESSAGE_OUTPUT_NAME - Static variable in class com.sun.javatest.TestResult
-
The name of the default output that all Sections are equipped with.
- METAL_LAF - Static variable in class com.sun.javatest.tool.CommandContext
-
Code for setting Metal LookAndFeel.
- MIN_CONCURRENCY - Static variable in interface com.sun.javatest.Parameters.ConcurrencyParameters
-
The lowest permitted value for the concurrency.
- MIN_TIMEOUT_FACTOR - Static variable in interface com.sun.javatest.Parameters.TimeoutFactorParameters
-
The lowest permitted value for timeout factor.
- missing - Variable in class com.sun.javatest.report.KflSorter
-
- MODAL - Static variable in class com.sun.javatest.tool.ToolDialog
-
Mask that sets default modality (as JDialog.setModal(true)) to dialog created with DIALOG mask that blocks all AWT
frames.
- MODAL_APPLICATION - Static variable in class com.sun.javatest.tool.ToolDialog
-
Mask that enables blocking input to all top-level windows from the same Java application except those from its own child hierarchy..
- MODAL_DOCUMENT - Static variable in class com.sun.javatest.tool.ToolDialog
-
Mask that enables blocking input to all top-level windows (without any owner) from the same document except those from its own child hierarchy.
- MODAL_TOOLKIT - Static variable in class com.sun.javatest.tool.ToolDialog
-
Mask that enables blocking input to all top-level windows run from the same toolkit except those from its own child hierarchy.
- MSG_SECTION_NAME - Static variable in class com.sun.javatest.TestResult
-
The name of the default section that all TestResult objects are equipped with.
- MultiFormatPane - Class in com.sun.javatest.exec
-
A panel to display files which may be linked together by hyperlinks.
- MultiFormatPane(UIFactory) - Constructor for class com.sun.javatest.exec.MultiFormatPane
-
- MultiFormatPane.MediaPane - Interface in com.sun.javatest.exec
-
- MultiStatus - Class in com.sun.javatest.lib
-
When executing multiple test cases in the same test class, it is usually
easier for each test case to return a Status object representing whether that
individual test case passed or failed.
- MultiStatus() - Constructor for class com.sun.javatest.lib.MultiStatus
-
Create a MultiStatus object to accumulate individual Status objects.
- MultiStatus(PrintWriter) - Constructor for class com.sun.javatest.lib.MultiStatus
-
Create a MultiStatus object to accumulate individual Status objects.
- MultiTest - Class in com.sun.javatest.lib
-
Base class for tests with multiple sub test cases.
- MultiTest() - Constructor for class com.sun.javatest.lib.MultiTest
-
- MultiTest.SetupException - Exception in com.sun.javatest.lib
-
This exception is thrown when a problem occurs initializing the test.
- MultiTest.SetupException(String) - Constructor for exception com.sun.javatest.lib.MultiTest.SetupException
-
Construct a new SetupException object that signals failure
with a corresponding message.