| ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
applications.proxy.utils.GenericPreferences | +--applications.proxy.utils.PhatClientPreferences
Description of the Class
| Field Summary | |
(package private) final static String | ATTRIBUTE_RETRIEVAL_URL |
(package private) final static String | CONFIGURATION_AUDIO_CLIP_TAG_NAME |
(package private) final static String | CONFIGURATION_EVENT_SOUND_INSTANCE_DURATION_ATTRIBUTE |
(package private) final static String | CONFIGURATION_EVENT_SOUND_INSTANCE_FILENAME_ATTRIBUTE |
(package private) final static String | CONFIGURATION_EVENT_SOUND_INSTANCE_LOOP_ATTRIBUTE |
(package private) final static String | CONFIGURATION_EVENT_SOUND_INSTANCE_MAX_KEY_VALUE_ATTRIBUTE |
(package private) final static String | CONFIGURATION_EVENT_SOUND_INSTANCE_MIN_KEY_VALUE_ATTRIBUTE |
(package private) final static String | CONFIGURATION_EVENT_SOUND_INSTANCE_START_DELAY_ATTRIBUTE |
(package private) final static String | CONFIGURATION_EVENT_SOUND_INSTANCE_TAG_NAME |
(package private) final static String | CONFIGURATION_EVENT_SOUND_INSTANCE_TRAIT_KEY_ATTRIBUTE |
(package private) final static String | CONFIGURATION_EVENT_SOUND_INSTANCE_WEIGHT_ATTRIBUTE |
(package private) final static String | CONFIGURATION_EVENT_SOUND_NAME_ATTRIBUTE |
(package private) final static String | CONFIGURATION_EVENT_SOUND_TAG_NAME |
(package private) final static String | CONFIGURATION_EVENT_TRAIT_DESCRIPTION_INSTANCE_DESCRIPTION_ATTRIBUTE |
(package private) final static String | CONFIGURATION_EVENT_TRAIT_DESCRIPTION_INSTANCE_MAX_KEY_VALUE_ATTRIBUTE |
(package private) final static String | CONFIGURATION_EVENT_TRAIT_DESCRIPTION_INSTANCE_MIN_KEY_VALUE_ATTRIBUTE |
(package private) final static String | CONFIGURATION_EVENT_TRAIT_DESCRIPTION_INSTANCE_TAG_NAME |
(package private) final static String | CONFIGURATION_EVENT_TRAIT_DESCRIPTION_INSTANCE_TRAIT_KEY_ATTRIBUTE |
(package private) final static String | CONFIGURATION_EVENT_TRAIT_DESCRIPTION_INSTANCE_WEIGHT_ATTRIBUTE |
(package private) final static String | CONFIGURATION_EVENT_TRAIT_DESCRIPTION_NAME_ATTRIBUTE |
(package private) final static String | CONFIGURATION_EVENT_TRAIT_DESCRIPTION_TAG_NAME |
(package private) final static String | CONFIGURATION_SOUND_FILENAME_ATTRIBUTE |
(package private) final static String | CONFIGURATION_SOUND_NAME_ATTRIBUTE |
(package private) final static int | DEFAULT_MAX_EXPORTABLE_ITEMS |
(package private) final static long | DEFAULT_MONITOR_INTERVAL |
(package private) final static String | DEFAULT_MOO_CONNECT_KEY_TEXT |
(package private) final static String | DEFAULT_MOO_HOST |
(package private) final static int | DEFAULT_MOO_HOST_PORT |
(package private) final static String | GL4JAVA_INSTALLED_TAG_NAME |
final static String | KEYBOARD_EVENT_PREFIX |
private static Map | m_eventSounds |
private static Map | m_eventTraitDescriptions |
static boolean | m_gl4javaEnabled |
private static int | m_maxExportableItems |
(package private) static long | m_monitorInterval |
(package private) static Collection | m_mooConnectKeyTexts |
(package private) static Collection | m_mooGuestAccounts |
(package private) static String | m_mooHostName |
(package private) static int | m_mooHostPort |
(package private) static MonteCarloCollection | m_rejectionTexts |
(package private) static double | m_rejectionThreshold |
private static Map | m_sounds |
(package private) final static String | MAX_EXPORTABLE_ITEMS_TAG_NAME |
(package private) final static String | MONITOR_INTERVAL_TAG_NAME |
(package private) final static String | MOO_CONNECT_KEY_TEXT_TAG_NAME |
(package private) final static String | MOO_EXPORT_SETTINGS_TAG_NAME |
(package private) final static String | MOO_GUEST_ACCOUNT_TAG_NAME |
(package private) final static String | MOO_HOST_NAME_ATTRIBUTE |
(package private) final static String | MOO_HOST_PORT_ATTRIBUTE |
(package private) final static String | MOO_TAG_NAME |
(package private) final static String | PHAT_CLIENT_AUDIO_GROUP_ID |
(package private) final static String | REJECTION_TEXT_TAG_NAME |
(package private) final static String | REJECTION_VALUE_ATTRIBUTE |
(package private) final static String | REJECTIONS_TAG_NAME |
| Method Summary | |
static String | getAttributeRetrievalUrl()Gets the AttributeRetrievalUrl attribute of the PhatClientPreferences class |
static EventSound | getEventSound(String soundName)Gets the EventSound attribute of the PhatClientPreferences class |
static EventTraitDescription | getEventTraitDescription(String traitDescriptionName)Gets the EventTraitDescription attribute of the PhatClientPreferences class |
static boolean | getGl4javaEnabled()Gets the Gl4javaEnabled attribute of the PhatClientPreferences class |
static Collection | getKeyboardEventSoundCollection(String key)Gets the KeyboardEventSoundCollection attribute of the PhatClientPreferences class |
static int | getMaxExportableItems()Gets the MaxExportableItems attribute of the PhatClientPreferences class |
static long | getMonitorInterval()Gets the MonitorInterval attribute of the PhatClientPreferences class |
static Collection | getMooConnectKeyTexts()Gets the MooConnectKeyTexts attribute of the PhatClientPreferences class |
static Collection | getMooGuestAccounts()Gets the MooGuestAccounts attribute of the PhatClientPreferences class |
static String | getMooHostName()Gets the MooHostName attribute of the PhatClientPreferences class |
static int | getMooHostPort()Gets the MooHostPort attribute of the PhatClientPreferences class |
static MonteCarloCollection | getRejectionTexts()Gets the RejectionTexts attribute of the PhatClientPreferences class |
static double | getRejectionThreshold()Gets the RejectionThreshold attribute of the PhatClientPreferences class |
static AudioClip | getSound(String soundName)Gets the Sound attribute of the PhatClientPreferences class |
static void | loadPreferences(String preferencesFilename)Description of the Method |
(package private) static void | readConfigurationFile(String configurationFilename)Description of the Method |
static void | setGl4javaEnabled(boolean gl4javaEnabled)Sets the Gl4javaEnabled attribute of the PhatClientPreferences class |
protected static void | setMaxExportableItems(int maxExportableItems)Sets the MaxExportableItems attribute of the PhatClientPreferences class |
static void | setMonitorInterval(long monitorInterval)Sets the MonitorInterval attribute of the PhatClientPreferences class |
protected static void | setRejectionThreshold(double d)Sets the RejectionThreshold attribute of the PhatClientPreferences class |
| Methods inherited from class applications.proxy.utils.GenericPreferences |
parseColor, parseColorComponent, parseFont, parseLineBorder |
| Field Detail |
final static String ATTRIBUTE_RETRIEVAL_URL
final static String CONFIGURATION_AUDIO_CLIP_TAG_NAME
final static String CONFIGURATION_EVENT_SOUND_INSTANCE_DURATION_ATTRIBUTE
final static String CONFIGURATION_EVENT_SOUND_INSTANCE_FILENAME_ATTRIBUTE
final static String CONFIGURATION_EVENT_SOUND_INSTANCE_LOOP_ATTRIBUTE
final static String CONFIGURATION_EVENT_SOUND_INSTANCE_MAX_KEY_VALUE_ATTRIBUTE
final static String CONFIGURATION_EVENT_SOUND_INSTANCE_MIN_KEY_VALUE_ATTRIBUTE
final static String CONFIGURATION_EVENT_SOUND_INSTANCE_START_DELAY_ATTRIBUTE
final static String CONFIGURATION_EVENT_SOUND_INSTANCE_TAG_NAME
final static String CONFIGURATION_EVENT_SOUND_INSTANCE_TRAIT_KEY_ATTRIBUTE
final static String CONFIGURATION_EVENT_SOUND_INSTANCE_WEIGHT_ATTRIBUTE
final static String CONFIGURATION_EVENT_SOUND_NAME_ATTRIBUTE
final static String CONFIGURATION_EVENT_SOUND_TAG_NAME
final static String CONFIGURATION_EVENT_TRAIT_DESCRIPTION_INSTANCE_DESCRIPTION_ATTRIBUTE
final static String CONFIGURATION_EVENT_TRAIT_DESCRIPTION_INSTANCE_MAX_KEY_VALUE_ATTRIBUTE
final static String CONFIGURATION_EVENT_TRAIT_DESCRIPTION_INSTANCE_MIN_KEY_VALUE_ATTRIBUTE
final static String CONFIGURATION_EVENT_TRAIT_DESCRIPTION_INSTANCE_TAG_NAME
final static String CONFIGURATION_EVENT_TRAIT_DESCRIPTION_INSTANCE_TRAIT_KEY_ATTRIBUTE
final static String CONFIGURATION_EVENT_TRAIT_DESCRIPTION_INSTANCE_WEIGHT_ATTRIBUTE
final static String CONFIGURATION_EVENT_TRAIT_DESCRIPTION_NAME_ATTRIBUTE
final static String CONFIGURATION_EVENT_TRAIT_DESCRIPTION_TAG_NAME
final static String CONFIGURATION_SOUND_FILENAME_ATTRIBUTE
final static String CONFIGURATION_SOUND_NAME_ATTRIBUTE
final static int DEFAULT_MAX_EXPORTABLE_ITEMS
final static long DEFAULT_MONITOR_INTERVAL
final static String DEFAULT_MOO_CONNECT_KEY_TEXT
final static String DEFAULT_MOO_HOST
final static int DEFAULT_MOO_HOST_PORT
final static String GL4JAVA_INSTALLED_TAG_NAME
public final static String KEYBOARD_EVENT_PREFIX
private static Map m_eventSounds
private static Map m_eventTraitDescriptions
public static boolean m_gl4javaEnabled
private static int m_maxExportableItems
static long m_monitorInterval
static Collection m_mooConnectKeyTexts
static Collection m_mooGuestAccounts
static String m_mooHostName
static int m_mooHostPort
static MonteCarloCollection m_rejectionTexts
static double m_rejectionThreshold
private static Map m_sounds
final static String MAX_EXPORTABLE_ITEMS_TAG_NAME
final static String MONITOR_INTERVAL_TAG_NAME
final static String MOO_CONNECT_KEY_TEXT_TAG_NAME
final static String MOO_EXPORT_SETTINGS_TAG_NAME
final static String MOO_GUEST_ACCOUNT_TAG_NAME
final static String MOO_HOST_NAME_ATTRIBUTE
final static String MOO_HOST_PORT_ATTRIBUTE
final static String MOO_TAG_NAME
final static String PHAT_CLIENT_AUDIO_GROUP_ID
final static String REJECTION_TEXT_TAG_NAME
final static String REJECTION_VALUE_ATTRIBUTE
final static String REJECTIONS_TAG_NAME
| Method Detail |
public static String getAttributeRetrievalUrl()
public static EventSound getEventSound(String soundName)
public static EventTraitDescription getEventTraitDescription(String traitDescriptionName)
public static boolean getGl4javaEnabled()
public static Collection getKeyboardEventSoundCollection(String key)
public static int getMaxExportableItems()
public static long getMonitorInterval()
public static Collection getMooConnectKeyTexts()
public static Collection getMooGuestAccounts()
public static String getMooHostName()
public static int getMooHostPort()
public static MonteCarloCollection getRejectionTexts()
public static double getRejectionThreshold()
public static AudioClip getSound(String soundName)
public static void loadPreferences(String preferencesFilename)
static void readConfigurationFile(String configurationFilename)
public static void setGl4javaEnabled(boolean gl4javaEnabled)
protected static void setMaxExportableItems(int maxExportableItems)
public static void setMonitorInterval(long monitorInterval)
protected static void setRejectionThreshold(double d)
| ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||