Package com.groiss.gui
Class GUIConfiguration
java.lang.Object
com.groiss.gui.GUIConfiguration
Provide access to GUI-configuration nodes.
-
Method Summary
Modifier and TypeMethodDescriptionstatic NavigationTreeNode
getDMSNode
(String id) Get the DMS node of a given GUI configuration.static NavigationTreeNode
Get the Java representation of a node defined in a GUI configurationgetObjectExtensions
(String classname) Returns the list of object extensions for a given class.
-
Method Details
-
getNode
Get the Java representation of a node defined in a GUI configuration- Parameters:
id
- configuration id followed by '.' and node id, for example standard.wl- Returns:
- the node or null if there is no node with the given id
-
getObjectExtensions
Returns the list of object extensions for a given class.- Parameters:
classname
- the name of a Java class- Returns:
- a list containing the node-ids for object extensions
-
getDMSNode
Get the DMS node of a given GUI configuration.- Parameters:
id
- the id of the configuration- Returns:
- the DMS node or null if the configuration contains no DMS node.
-