|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.geeboss.model.settings.GuiSettings
public class GuiSettings
The gui settings of the application
Constructor Summary | |
---|---|
GuiSettings(org.apache.avalon.framework.configuration.Configuration configuration,
GeebossContainer container)
Construct a new settings instance from a configuration object |
|
GuiSettings(GeebossContainer container)
Construct a new empty settings instance |
Method Summary | |
---|---|
void |
loadConfiguration(org.apache.avalon.framework.configuration.Configuration configuration,
GeebossContainer container)
Load the configuration of this object |
org.apache.avalon.framework.configuration.Configuration |
saveConfiguration()
Create a configuration object representing this object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GuiSettings(GeebossContainer container)
container
- the geeboss containerpublic GuiSettings(org.apache.avalon.framework.configuration.Configuration configuration, GeebossContainer container) throws org.apache.avalon.framework.configuration.ConfigurationException
configuration
- the configuration to loadcontainer
- the geeboss container
org.apache.avalon.framework.configuration.ConfigurationException
Method Detail |
---|
public org.apache.avalon.framework.configuration.Configuration saveConfiguration()
public void loadConfiguration(org.apache.avalon.framework.configuration.Configuration configuration, GeebossContainer container) throws org.apache.avalon.framework.configuration.ConfigurationException
configuration
- this object's configurationcontainer
- a reference to the GeebossContainer
org.apache.avalon.framework.configuration.ConfigurationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |