JGAP

Package org.jgap.data.config

Related to configuring JGAP

See:
          Description

Interface Summary
Configurable This interface must be implemented for any class to be Configurable.
ConfigurationHandler The interface for the GUI to retrieve the information about what a Configurable looks like and how it must be rendered.
IConfigInfo Interface a ConfigWriter uses to get the information from a ConfigFrame.
 

Class Summary
ConfigData Class to encapsulate information given by the GUI to a ConfigWriter to persist.
ConfigFileReader This is a Singleton Helper class to read a JGAP config file and provide a simple interface to the config properties.
ConfigProperty Represents a property to be shown on the configuration screen.
ConfigWriter This class is a Singleton that generates a properties file from classes implementing IConfigInfo.
MetaConfig This class provides an interface to the configuration information to create a JGAP Configuration GUI.
RootConfigurationHandler The ConfigurationHandler for the Configuration class itself.
 

Exception Summary
ConfigException Exception throw when there is an error with configuring JGAP via the GUI.
MetaConfigException Exception throw when there is an error reading or loading the config file describing the GUI for JGAP configuration.
 

Package org.jgap.data.config Description

Related to configuring JGAP


JGAP