Uses of Package
com.sun.interview
-
Packages that use com.sun.interview Package Description com.sun.interview This package provides a means for creating a set of questions to be asked by a "wizard".com.sun.javatest This package provides facilities for reading, executing and monitoring tests.com.sun.javatest.exec The Test Manager Tool provides a GUI for opening, browsing, configuring, and running tests and test suites, and for browsing the results.com.sun.javatest.interview 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.interview Class Description Checklist A 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.Checklist.Item An Item contains a message to appear in a checklist.ChoiceQuestion Aquestion
to which the response is one of a number of choices.CompositeQuestion A specialized base class for questions which have more than one value to be manipulated by the user.FileFilter An interface for filtering files.Help.Fault An exception used to report errors while using a TestSUite object.HelpSetFactory The interface that implements bridge between javax.help package and JavaTest.Interview The base class for an interview: a series ofquestions
, to be presented to the user via some tool such as an assistant or wizard.Interview.Fault This exception is to report problems that occur while updating an interview.Interview.NotOnPathFault This exception is thrown when a question is expected to be on the current path, and is not.Interview.Observer An observer interface for receiving notifications as the state of the interview is updated.InterviewSet.CycleFault This exception will be thrown when an attempt to made to specify a dependency that would create a dependency cycle.ListQuestion Aquestion
to support the construction of an open-ended set of complex values determined by a specified subinterview.ListQuestion.Body A special subtype of Interview to use for the questions in the body of a loop.NullQuestion A "null" question with no response.Properties2 TheProperties
class represents a persistent set of properties.PropertiesQuestion.ValueConstraints Question Questions are the primary constituent elements ofinterviews
.TreeQuestion.Model An interface that provides the model for the tree whose nodes are selected by a TreeQuestion.WizEdit.Fault 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.javatest Class Description Interview The base class for an interview: a series ofquestions
, to be presented to the user via some tool such as an assistant or wizard.Interview.Fault This exception is to report problems that occur while updating an interview.Properties2 TheProperties
class represents a persistent set of properties.Question Questions are the primary constituent elements ofinterviews
. -
Classes in com.sun.interview used by com.sun.javatest.exec Class Description Interview.Fault This exception is to report problems that occur while updating an interview.Interview.Observer An observer interface for receiving notifications as the state of the interview is updated.Question Questions are the primary constituent elements ofinterviews
. -
Classes in com.sun.interview used by com.sun.javatest.interview Class Description ChoiceQuestion Aquestion
to which the response is one of a number of choices.FileQuestion Aquestion
to which the response is a filename.Interview The base class for an interview: a series ofquestions
, to be presented to the user via some tool such as an assistant or wizard.Interview.Fault This exception is to report problems that occur while updating an interview.Question Questions are the primary constituent elements ofinterviews
.TreeQuestion Aquestion
to which the response is a set of selected nodes within a tree.