net.sourceforge.pavlov.controllers
Class HardcopyQuiz
java.lang.Object
net.sourceforge.pavlov.controllers.HardcopyQuiz
- All Implemented Interfaces:
- ActionListener, EventListener, HyperlinkListener
public class HardcopyQuiz
- extends Object
- implements ActionListener, HyperlinkListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NUMBER_OF_QUESTIONS
public static final String NUMBER_OF_QUESTIONS
- See Also:
- Constant Field Values
FILENAME
public static final String FILENAME
- See Also:
- Constant Field Values
TEMPLATE_FILE
public static final String TEMPLATE_FILE
- See Also:
- Constant Field Values
BAD_NUMBER_OF_QUESTIONS
public static final String BAD_NUMBER_OF_QUESTIONS
- See Also:
- Constant Field Values
BAD_TEMPLATE_FILE
public static final String BAD_TEMPLATE_FILE
- See Also:
- Constant Field Values
BAD_QUIZ
public static final String BAD_QUIZ
- See Also:
- Constant Field Values
BAD_FILENAME
public static final String BAD_FILENAME
- See Also:
- Constant Field Values
BASE_URL
public static final String BASE_URL
- See Also:
- Constant Field Values
FILE_SAVED
public static final String FILE_SAVED
- See Also:
- Constant Field Values
QUESTIONS
public static final String QUESTIONS
- See Also:
- Constant Field Values
BOOK
public static final String BOOK
- See Also:
- Constant Field Values
CHAPTER
public static final String CHAPTER
- See Also:
- Constant Field Values
HardcopyQuiz
public HardcopyQuiz(AbstractPavlovApplication pavlov)
throws IOException,
Exception
- Throws:
IOException
Exception
hyperlinkUpdate
public void hyperlinkUpdate(HyperlinkEvent e)
- Specified by:
hyperlinkUpdate
in interface HyperlinkListener
actionPerformed
public void actionPerformed(ActionEvent e)
- Specified by:
actionPerformed
in interface ActionListener