Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
I
L
M
N
P
Q
R
S
T
U
A
AccessControl
- class net.sourceforge.jsurveyor.
AccessControl
.
Class that handles privilegies for the User class.
AccessControl(String)
- Constructor for class net.sourceforge.jsurveyor.
AccessControl
Constructor that sets the userType, use this for new objects.
AccessControl(String, ArrayList)
- Constructor for class net.sourceforge.jsurveyor.
AccessControl
Constructor that sets all attributes, only for use through DataAccess
AnswerFreeText
- class net.sourceforge.jsurveyor.
AnswerFreeText
.
Class to model freetext answers.
AnswerFreeText()
- Constructor for class net.sourceforge.jsurveyor.
AnswerFreeText
Constructor for AnswerFreeText
AnswerFreeText(int)
- Constructor for class net.sourceforge.jsurveyor.
AnswerFreeText
Constructor for AnswerFreeText
AnswerFreeText(int, String)
- Constructor for class net.sourceforge.jsurveyor.
AnswerFreeText
Constructor for AnswerFreeText
AnswerFreeText(int, int, String)
- Constructor for class net.sourceforge.jsurveyor.
AnswerFreeText
Constructor for AnswerFreeText, use through DataAccess.
AnswerMultipleChoice
- class net.sourceforge.jsurveyor.
AnswerMultipleChoice
.
Class to model multiplechoice answers.
AnswerMultipleChoice()
- Constructor for class net.sourceforge.jsurveyor.
AnswerMultipleChoice
Constructor for AnswerMultipleChoice
AnswerMultipleChoice(int)
- Constructor for class net.sourceforge.jsurveyor.
AnswerMultipleChoice
Constructor for AnswerMultipleChoice
AnswerMultipleChoice(int, int)
- Constructor for class net.sourceforge.jsurveyor.
AnswerMultipleChoice
Constructor for AnswerMultipleChoice
AnswerMultipleChoice(int, int, int)
- Constructor for class net.sourceforge.jsurveyor.
AnswerMultipleChoice
Constructor for AnswerMultipleChoice, use through DataAccess.
addAdminUserGroup(UserGroup)
- Method in class net.sourceforge.jsurveyor.
AccessControl
Adds a userGroup
addAnswer(Answer)
- Method in class net.sourceforge.jsurveyor.
Evaluation
Adds an answer to the evaluation
addChild(UserComponent)
- Method in class net.sourceforge.jsurveyor.
UserComponent
Adds a child.
addChoice(String[], int)
- Method in class net.sourceforge.jsurveyor.
QuestionMultipleChoice
Adds an array of choices to the existing array of choices, starting from the nth position
addInnerAnswersFreeText(String, long, String)
- Method in class net.sourceforge.jsurveyor.
Report.InnerQuestionFreeText
The method instantiate and adds an answer to the instance of InnerQuestionFreeText's ArrayList innerAnswersFreeText.
addParent(UserComponent)
- Method in class net.sourceforge.jsurveyor.
UserComponent
Adds a parent to the userComponent in the composite structure.
addQuestion(Question)
- Method in class net.sourceforge.jsurveyor.
QuestionPage
Add a question to the page.
addQuestionAtPosition(Question, int)
- Method in class net.sourceforge.jsurveyor.
QuestionPage
Add a question to the page at a specific position.
addQuestionPage(QuestionPage)
- Method in class net.sourceforge.jsurveyor.
Questionnaire
Adds a page of questions to the Questionnaire
addQuestionPageAtPosition(QuestionPage, int)
- Method in class net.sourceforge.jsurveyor.
Questionnaire
Adds a page of questions at a specific position in the Questionnaire.
addUserGroup(UserGroup)
- Method in class net.sourceforge.jsurveyor.
Questionnaire
Adds a UserGroup and hereby allowing them to answer this Questionnaire
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
I
L
M
N
P
Q
R
S
T
U