public abstract class QuestionList
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Collection<QuestionEntry> |
questions |
Constructor and Description |
---|
QuestionList() |
Modifier and Type | Method and Description |
---|---|
(package private) abstract void |
questionPopup(QuestionEntry q)
question popup will bring up the question popup dialogue when a
QuestionEntry q moused over for a long enough amount of time.
|
(package private) abstract void |
toggleQuestionSelect(QuestionEntry q)
toggleQuestionSelect will toggle the QuestionEntry q as (un)marked,
either for editing/removal or for being added to a test.
|
java.util.Collection<QuestionEntry> questions
abstract void questionPopup(QuestionEntry q)
q
- - question to show more detail ofabstract void toggleQuestionSelect(QuestionEntry q)
q
- - question to select or deselect