|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--org.concord.pedagogica.ui.CustomQuestion
|
+--org.concord.pedagogica.ui.CustomTableQuestion
| Field Summary | |
protected java.util.Vector |
answerList
|
protected TableInputView |
answerTable
|
| Fields inherited from class org.concord.pedagogica.ui.CustomQuestion |
activityAlias, answerFont, answers, background, DEFAULT_FONT, fontSize, listeners, modified, platform, questionCount, questionFont, questionPrefix, questionStates, questionTable, questionText, text |
| Constructor Summary | |
CustomTableQuestion()
|
|
| Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent event)
|
java.lang.String[] |
getAnswers()
|
void |
saveQuestion(java.lang.Object key)
|
void |
setAnswers(java.lang.String[] theAnswers)
|
void |
setTable(TableInputView table)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected TableInputView answerTable
protected java.util.Vector answerList
| Constructor Detail |
public CustomTableQuestion()
| Method Detail |
public void setTable(TableInputView table)
public void actionPerformed(java.awt.event.ActionEvent event)
actionPerformed in interface java.awt.event.ActionListeneractionPerformed in class CustomQuestionpublic java.lang.String[] getAnswers()
getAnswers in class CustomQuestionpublic void setAnswers(java.lang.String[] theAnswers)
setAnswers in class CustomQuestionpublic void saveQuestion(java.lang.Object key)
saveQuestion in class CustomQuestion
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||