Uses of Interface
org.jsurveylib.model.Visitable

Packages that use Visitable
org.jsurveylib   
org.jsurveylib.model   
org.jsurveylib.model.question   
 

Uses of Visitable in org.jsurveylib
 

Classes in org.jsurveylib that implement Visitable
 class Survey
          The Survey object stores the data and the state of the survey.
 

Uses of Visitable in org.jsurveylib.model
 

Subinterfaces of Visitable in org.jsurveylib.model
 interface SurveyElement
          FOR INTERNAL USE ONLY.

General Superclass of Questions and plain information labels

 

Classes in org.jsurveylib.model that implement Visitable
 class Label
          FOR INTERNAL USE ONLY.

A Plaintext Label (without any real answer)

 class Page
          FOR INTERNAL USE ONLY.

A page in the survey.

 

Uses of Visitable in org.jsurveylib.model.question
 

Classes in org.jsurveylib.model.question that implement Visitable
 class CheckboxQuestion
          FOR INTERNAL USE ONLY.

Copyright (c)2007, Daniel Kaplan

 class DropdownQuestion
          FOR INTERNAL USE ONLY.

Copyright (c)2007, Daniel Kaplan

 class FileChooserQuestion
          FOR INTERNAL USE ONLY. Note that the answer is the absolute path to the file in the format of the OS.
 class FreeTextQuestion
          FOR INTERNAL USE ONLY.
 class OneChoiceQuestion
          FOR INTERNAL USE ONLY.

Copyright (c)2007, Daniel Kaplan

 class Question
          FOR INTERNAL USE ONLY.

A single question on the survey

 class RadioButtonsQuestion
          FOR INTERNAL USE ONLY.

The Motherclass for Multiple Choice Selections

 class TextAreaQuestion
          FOR INTERNAL USE ONLY. Copyright (c)2007, Daniel Kaplan
 class TextFieldQuestion
          FOR INTERNAL USE ONLY. Copyright (c)2007, Daniel Kaplan