|
SMACS | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Handles the eXchaNGeR configuration document. The original has been in ui.ConfigurationProperties which is now an implementation of this interface.
| Method Summary | |
void |
addService(ServiceProperties service)
Adds a service to the properties. |
DesktopProperties |
getDesktop()
Returns the properties for the desktop. |
EditorProperties |
getEditor()
Returns the properties for the editor. |
ExplorerProperties |
getExplorer()
Returns the properties for the explorer. |
CategoryProperties |
getRootCategory()
Returns the root document category. |
Element |
getRootElement()
Returns the root of the preferences or null if not applicable |
Vector |
getServices()
Returns a list of Service Properties. |
ViewerProperties |
getViewer()
Returns the properties for the viewer. |
boolean |
isShowDesktop()
Returns true when the desktop is shown. |
ConfigurationProperties |
newConfigurationProperties(File projectdir)
Creates the Configuration Document wrapper. |
void |
removeService(ServiceProperties service)
Removes a service from the document and the list of services. |
void |
save()
Saves the configuration properties to disk. |
void |
showDesktop(boolean visible)
Set the desktop (in)visible. |
| Method Detail |
public ConfigurationProperties newConfigurationProperties(File projectdir)
public boolean isShowDesktop()
public void showDesktop(boolean visible)
visible - true when the desktop should be visible.public DesktopProperties getDesktop()
public EditorProperties getEditor()
public ViewerProperties getViewer()
public ExplorerProperties getExplorer()
public Vector getServices()
public void addService(ServiceProperties service)
public void removeService(ServiceProperties service)
service - the service properties.public CategoryProperties getRootCategory()
public Element getRootElement()
public void save()
|
SMACS | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||