net.wastl.webmail.config |
|
Java Source File Name | Type | Comment |
ChoiceConfigParameter.java | Class | |
ConfigParameter.java | Class | An abstraction for a configuration parameter.
Subclasses must implement a method that checks whether a specific value is correct for this
parameter.
ConfigParameters may have ConfigurationListeners that work much like the Listeners in the
Java AWT. |
ConfigScheme.java | Class | This class contains a scheme for WebMail configuration data. |
ConfigStore.java | Class | This class is a generic storage for configuration parameters. |
ConfigurationListener.java | Interface | Objects that register configuration parameters should implement this. |
ConfigYesNoParameter.java | Class | |
CryptedStringConfigParameter.java | Class | |
IntegerConfigParameter.java | Class | |
StringConfigParameter.java | Class | |
UnchangeableStringConfigParameter.java | Class | This is a parameter that cannot be changed. |