Uses of Package
com.sun.interview

Packages that use com.sun.interview
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
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
          A question 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.
Interview
          The base class for an interview: a series of questions, to be presented to the user via some tool such as an assistant or wizard.
Interview.BadHelpFault
          This exception is to report problems found while opening a JavaHelp help set.
Interview.Fault
          This exception is to report problems that occur while updating an interview.
Interview.HelpNotFoundFault
          This exception is thrown when a named help set cannot be found.
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
          A question 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
          The Properties class represents a persistent set of properties.
PropertiesQuestion.ValueConstraints
           
Question
          Questions are the primary constituent elements of interviews.
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
Interview
          The base class for an interview: a series of questions, 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
          The Properties class represents a persistent set of properties.
Question
          Questions are the primary constituent elements of interviews.
 

Classes in com.sun.interview used by com.sun.javatest.exec
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 of interviews.
 

Classes in com.sun.interview used by com.sun.javatest.interview
ChoiceQuestion
          A question to which the response is one of a number of choices.
Interview
          The base class for an interview: a series of questions, 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 of interviews.
TreeQuestion
          A question to which the response is a set of selected nodes within a tree.
 



Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.