net.sourceforge.pavlov.controllers
Class HardcopyQuiz

java.lang.Object
  extended by net.sourceforge.pavlov.controllers.HardcopyQuiz
All Implemented Interfaces:
ActionListener, EventListener, HyperlinkListener

public class HardcopyQuiz
extends Object
implements ActionListener, HyperlinkListener


Field Summary
static String BAD_FILENAME
           
static String BAD_NUMBER_OF_QUESTIONS
           
static String BAD_QUIZ
           
static String BAD_TEMPLATE_FILE
           
static String BASE_URL
           
static String BOOK
           
static String CHAPTER
           
static String FILE_SAVED
           
static String FILENAME
           
static String NUMBER_OF_QUESTIONS
           
static String QUESTIONS
           
static String TEMPLATE_FILE
           
 
Constructor Summary
HardcopyQuiz(AbstractPavlovApplication pavlov)
           
 
Method Summary
 void actionPerformed(ActionEvent e)
           
 void hyperlinkUpdate(HyperlinkEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

HardcopyQuiz

public HardcopyQuiz(AbstractPavlovApplication pavlov)
             throws IOException,
                    Exception
Throws:
IOException
Exception
Method Detail

hyperlinkUpdate

public void hyperlinkUpdate(HyperlinkEvent e)
Specified by:
hyperlinkUpdate in interface HyperlinkListener

actionPerformed

public void actionPerformed(ActionEvent e)
Specified by:
actionPerformed in interface ActionListener