org.jgap.data.config |
Related to configuring JGAP
|
Java Source File Name | Type | Comment |
AllConfigTests.java | Class | |
ConfigData.java | Class | Class to encapsulate information given by the GUI to a ConfigWriter to
persist. |
ConfigException.java | Class | Exception throw when there is an error with configuring JGAP via the GUI. |
ConfigFileReader.java | Class | This is a Singleton Helper class to read a JGAP config file and provide a
simple interface to the config properties. |
ConfigProperty.java | Class | Represents a property to be shown on the configuration screen. |
ConfigPropertyTest.java | Class | |
Configurable.java | Interface | This interface must be implemented for any class to be Configurable. |
ConfigurationHandler.java | Interface | The interface for the GUI to retrieve the information about what a
Configurable looks like and how it must be rendered. |
ConfigWriter.java | Class | This class is a Singleton that generates a properties file from
classes implementing IConfigInfo. |
IConfigInfo.java | Interface | Interface a ConfigWriter uses to get the information from a ConfigFrame. |
MetaConfig.java | Class | This class provides an interface to the configuration information to create
a JGAP Configuration GUI. |
MetaConfigException.java | Class | Exception throw when there is an error reading or loading the config file
describing the GUI for JGAP configuration. |
MetaConfigTest.java | Class | Tests the MetaConfig class. |
RootConfigurationHandler.java | Class | The ConfigurationHandler for the Configuration class itself. |
RootConfigurationHandlerTest.java | Class | |