|
JGAP | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ConfigurationHandler
The interface for the GUI to retrieve the information about what a Configurable looks like and how it must be rendered.
| Field Summary | |
|---|---|
static java.lang.String |
CVS_REVISION
String containing the CVS revision. |
| Method Summary | |
|---|---|
java.util.List |
getConfigProperties()
Return the information to generate the GUI for configuring this class. |
java.lang.String |
getName()
Return the name of this Configuration Object to be used in the properties file. |
java.lang.String |
getNS()
Get the namespace to be used in the config file for the Configurable this ConfigurationHandler belongs to. |
void |
readConfig()
Method that will populate a Configurable with the properties in the config file. |
void |
setConfigurable(Configurable a_configurable)
Set the Configurable to which this ConfigurationHandler belongs. |
| Field Detail |
|---|
static final java.lang.String CVS_REVISION
| Method Detail |
|---|
java.lang.String getName()
java.util.List getConfigProperties()
void readConfig()
throws ConfigException,
InvalidConfigurationException
ConfigException
InvalidConfigurationExceptionjava.lang.String getNS()
void setConfigurable(Configurable a_configurable)
a_configurable - The Configurable to which this ConfigurationHandler
belongs.
|
JGAP | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||