| java.lang.Object org.jdesktop.j3dedit.scenegrapheditor.ConfigLoader
ConfigLoader | public class ConfigLoader extends Object (Code) | | Loads and parses the Configuration for the Nodes in the Scene Graph.
author: Paul Byrne version: $Revision: 1.1 $ |
ConfigLoader | public ConfigLoader()(Code) | | Create a new ConfigLoader and read the config file.
The tabPane will be populated with all the node creation icons and
the addChild menu will be populated
|
ConfigLoader | protected ConfigLoader(NodeCreationListener creationListener, JMenu addChildMenu, java.net.URL urlIn)(Code) | | Creates new PreferenceLoader
If URL==null then the method will use the path defined in the property
J3dEditor.NodeConfigs.
|
getAddChildMenu | public JMenu getAddChildMenu()(Code) | | Return a menu with all the nodes that can be added to the scene graph.
The menu items all have listeners attached which will fire when
an item is selected
|
getGeneratorTable | public java.util.Hashtable getGeneratorTable()(Code) | | Getter for property generatorTable.
Value of property generatorTable. |
getJ3dNodesToolbar | public J3dNodesToolbar getJ3dNodesToolbar()(Code) | | Return the J3dNodeToolbar configured by the config file
|
setNodeCreationListener | public void setNodeCreationListener(NodeCreationListener listener)(Code) | | Set the node creation listener that will be notified when
a user action causes a node to be created
|
visitDocument | public void visitDocument(ClassLoader classLoader)(Code) | | Scan through org.w3c.dom.Document document.
|
|
|