|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SurveyElement | |
---|---|
org.jsurveylib.gui.swing.renderer | |
org.jsurveylib.model | |
org.jsurveylib.model.question |
Uses of SurveyElement in org.jsurveylib.gui.swing.renderer |
---|
Methods in org.jsurveylib.gui.swing.renderer with parameters of type SurveyElement | |
---|---|
void |
PageRenderer.addElement(SurveyElement element)
|
Uses of SurveyElement in org.jsurveylib.model |
---|
Classes in org.jsurveylib.model that implement SurveyElement | |
---|---|
class |
Label
FOR INTERNAL USE ONLY. A Plaintext Label (without any real answer) |
Methods in org.jsurveylib.model that return types with arguments of type SurveyElement | |
---|---|
java.util.List<SurveyElement> |
Page.getSurveyElements()
Returns all SurveyElements (Label and Question objects) in an unmodifiable list. |
Uses of SurveyElement in org.jsurveylib.model.question |
---|
Classes in org.jsurveylib.model.question that implement SurveyElement | |
---|---|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |