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


Variable Index

 o question
 o questionLabel

Constructor Index

 o QuestionPanel()

Method Index

 o clean()
 o getCorrectAnswer()
 o getQuestionText()
 o getType()
 o isTextFilled()
 o setQuestionLabel(int)
 o setQuestionText(String)

Variables

 o questionLabel
 Label questionLabel
 o question
 TextField question

Constructors

 o QuestionPanel
 public QuestionPanel()

Methods

 o getQuestionText
 public String getQuestionText()
 o getCorrectAnswer
 public abstract Integer getCorrectAnswer()
 o getType
 public abstract int getType()
 o clean
 public void clean()
 o isTextFilled
 public abstract boolean isTextFilled()
 o setQuestionText
 protected void setQuestionText(String str)
 o setQuestionLabel
 public void setQuestionLabel(int qno)

All Packages  Class Hierarchy  This Package  Previous  Next  Index