All Packages Class Hierarchy This Package Previous Next Index
Class distans.QuestionPanel
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----distans.QuestionPanel
- public abstract class QuestionPanel
- extends Panel
Abstract super class of all the Panels used for displaying subquestions.
This panel holds the question Text field
-
question
-
-
questionLabel
-
-
QuestionPanel()
-
-
clean()
-
-
getCorrectAnswer()
-
-
getQuestionText()
-
-
getType()
-
-
isTextFilled()
-
-
setQuestionLabel(int)
-
-
setQuestionText(String)
-
questionLabel
Label questionLabel
question
TextField question
QuestionPanel
public QuestionPanel()
getQuestionText
public String getQuestionText()
getCorrectAnswer
public abstract Integer getCorrectAnswer()
getType
public abstract int getType()
clean
public void clean()
isTextFilled
public abstract boolean isTextFilled()
setQuestionText
protected void setQuestionText(String str)
setQuestionLabel
public void setQuestionLabel(int qno)
All Packages Class Hierarchy This Package Previous Next Index