applications.proxy.utils
Class PopQuizPreferences

applications.proxy.utils.GenericPreferences
  |
  +--applications.proxy.utils.PopQuizPreferences

public class PopQuizPreferences
extends GenericPreferences


Field Summary
 (package private) final static StringCONFIGURATION_DEFAULT_POP_QUIZ_ROOT
           
 (package private) final static StringCONFIGURATION_EVENT_POP_QUIZ_INSTANCE_TAG_NAME
           
 (package private) final static StringCONFIGURATION_EVENT_POP_QUIZ_TAG_NAME
           
 private static Mapm_eventPopQuizMap
           

Method Summary
 static EventPopQuizgetEventPopQuiz(String popQuizName)
           
 static voidloadPreferences(String preferencesFilename)
           
 (package private) static voidreadConfigurationFile(String configurationFilename)
           
 static voidresetTimesShown()
           
 static voidsave(String popQuizPreferencesFilename)
           

Methods inherited from class applications.proxy.utils.GenericPreferences
parseColor, parseColorComponent, parseFont, parseLineBorder

Field Detail

CONFIGURATION_DEFAULT_POP_QUIZ_ROOT

final static String CONFIGURATION_DEFAULT_POP_QUIZ_ROOT

CONFIGURATION_EVENT_POP_QUIZ_INSTANCE_TAG_NAME

final static String CONFIGURATION_EVENT_POP_QUIZ_INSTANCE_TAG_NAME

CONFIGURATION_EVENT_POP_QUIZ_TAG_NAME

final static String CONFIGURATION_EVENT_POP_QUIZ_TAG_NAME

m_eventPopQuizMap

private static Map m_eventPopQuizMap
Method Detail

getEventPopQuiz

public static EventPopQuiz getEventPopQuiz(String popQuizName)

loadPreferences

public static void loadPreferences(String preferencesFilename)

readConfigurationFile

static void readConfigurationFile(String configurationFilename)

resetTimesShown

public static void resetTimesShown()

save

public static void save(String popQuizPreferencesFilename)