|
Holger's Java API |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AnswerHandler | |
|---|---|
| com.antelmann.game.quiz | This package contains an implementation for quiz games. |
| Uses of AnswerHandler in com.antelmann.game.quiz |
|---|
| Subinterfaces of AnswerHandler in com.antelmann.game.quiz | |
|---|---|
interface |
QuizListener
|
| Classes in com.antelmann.game.quiz that implement AnswerHandler | |
|---|---|
class |
DemoQuizFrame
|
class |
JQuestionHandler
implements a gui to iterate through the given questions and react on the answering events |
| Methods in com.antelmann.game.quiz with parameters of type AnswerHandler | |
|---|---|
JComponent |
QuestionComponentFactory.generateComponent(Component parent,
Question q,
AnswerHandler handler)
|
JComponent |
DefaultQuestionComponentFactory.generateComponent(Component parent,
Question q,
AnswerHandler handler)
uses a JQuizQuestion as a component (the parent parameter is ignored) |
| Constructors in com.antelmann.game.quiz with parameters of type AnswerHandler | |
|---|---|
JQuizQuestion(Question question,
AnswerHandler handler)
|
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||