Package wtanaka.praya.config

Classes behind Praya's per-protocol configuration.

See:
          Description

Interface Summary
ConfigItemChangeListener The listener interface for receiving notifications of changes to a ConfigItem.
SuggestionListModel Interface patterned after ListModel from Swing.
 

Class Summary
ChoiceConfigItem ConfigItem representing a choice between several pre-defined strings.
ConfigItem The abstract base class for representations of single configuration elements within praya.
ConfigItemChangeEvent The event generated when a change is made to a configuration item.
DefaultSuggestionListModel Default implementation of SuggestionListModel which contains a Vector.
IntegerConfigItem A ConfigItem representing an integer.
PasswordConfigItem A ConfigItem representing a password.
StringConfigItem ConfigItem for single String configuration items.
StringListConfigItem ConfigItem for configuration items containing an ordered list of strings.
SuggestedStringConfigItem ConfigItem for single String configuration items, with .
 

Package wtanaka.praya.config Description

Classes behind Praya's per-protocol configuration.

Return to Sourceforge or the Praya Homepage