com.antelmann.game.quiz
Class DefaultQuestionComponentFactory
java.lang.Object
com.antelmann.game.quiz.DefaultQuestionComponentFactory
- All Implemented Interfaces:
- QuestionComponentFactory
public class DefaultQuestionComponentFactory
- extends Object
- implements QuestionComponentFactory
- Author:
- Holger Antelmann
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultQuestionComponentFactory
public DefaultQuestionComponentFactory()
generateComponent
public JComponent generateComponent(Component parent,
Question q,
AnswerHandler handler)
- uses a JQuizQuestion as a component (the parent parameter is ignored)
- Specified by:
generateComponent in interface QuestionComponentFactory
- See Also:
JQuizQuestion
(c) 2001-2006 Holger Antelmann - all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads