Uses of Package
com.sun.interview
Packages that use com.sun.interview
Package
Description
This package provides a means for creating a set of questions
to be asked by a "wizard".
This package provides facilities for reading, executing
and monitoring tests.
The Test Manager Tool provides a GUI for opening, browsing, configuring,
and running tests and test suites, and for browsing the results.
This package provides a configuration interview for legacy test
suites which do not provide their own interview, and also provides
sub-interviews which may be used to build a custom interview with
standard questions for the standard sections.
-
Classes in com.sun.interview used by com.sun.interviewClassDescriptionA Checklist is a sorted collection of messages, for the purpose of providing a list of actions that must be performed in association with a completed interview.An Item contains a message to appear in a checklist.A
question
to which the response is one of a number of choices.A specialized base class for questions which have more than one value to be manipulated by the user.An interface for filtering files.An exception used to report errors while using a TestSuite object.The interface that implements bridge between javax.help package and JavaTest.The base class for an interview: a series ofquestions
, to be presented to the user via some tool such as an assistant or wizard.This exception is to report problems that occur while updating an interview.This exception is thrown when a question is expected to be on the current path, and is not.An observer interface for receiving notifications as the state of the interview is updated.This exception will be thrown when an attempt to made to specify a dependency that would create a dependency cycle.Aquestion
to support the construction of an open-ended set of complex values determined by a specified subinterview.A special subtype of Interview to use for the questions in the body of a loop.A "null" question with no response.TheProperties
class represents a persistent set of properties.Questions are the primary constituent elements ofinterviews
.An interface that provides the model for the tree whose nodes are selected by a TreeQuestion.This exception is to report problems that occur while editing the responses to questions in an interview. -
Classes in com.sun.interview used by com.sun.javatestClassDescriptionThe base class for an interview: a series of
questions
, to be presented to the user via some tool such as an assistant or wizard.This exception is to report problems that occur while updating an interview.TheProperties
class represents a persistent set of properties.Questions are the primary constituent elements ofinterviews
. -
Classes in com.sun.interview used by com.sun.javatest.execClassDescriptionThis exception is to report problems that occur while updating an interview.An observer interface for receiving notifications as the state of the interview is updated.Questions are the primary constituent elements of
interviews
. -
Classes in com.sun.interview used by com.sun.javatest.interviewClassDescriptionA
question
to which the response is one of a number of choices.Aquestion
to which the response is a filename.The base class for an interview: a series ofquestions
, to be presented to the user via some tool such as an assistant or wizard.This exception is to report problems that occur while updating an interview.Questions are the primary constituent elements ofinterviews
.Aquestion
to which the response is a set of selected nodes within a tree.