Uses of Class
xml_explorer.VisualNode

Packages that use VisualNode
script_editor_GUI   
xml_explorer   
 

Uses of VisualNode in script_editor_GUI
 

Methods in script_editor_GUI with parameters of type VisualNode
static void BoxGenerator.generateBoxFromVisualNode(VisualNode node, VAE_Graph_Manager manager)
          Génere la boite associée au noeud de l'arbre, et la pose sur le manager.
 

Uses of VisualNode in xml_explorer
 

Fields in xml_explorer declared as VisualNode
protected  VisualNode VisualNode.parentNode
           
protected  VisualNode JVisualGraphScene.rootNode
           
protected  VisualNode JVisualGraphScene.selectedNode
           
 

Fields in xml_explorer with type parameters of type VisualNode
protected  java.util.Vector<VisualNode> VisualNode.children
           
 

Methods in xml_explorer that return VisualNode
 VisualNode JVisualGraphScene.getNodeByPath(java.lang.String path)
           
 VisualNode JVisualGraphScene.getNodeWithId(int id)
           
 VisualNode ExplorerXML.getNodeWithId(int id)
           
 VisualNode ExplorerXML.getNodeWithPath(java.lang.String path)
           
 VisualNode VisualNode.getParentNode()
           
 VisualNode JVisualGraphScene.getRootNode()
           
 VisualNode VisualNode.lowestExpendedSubNode()
           
 

Methods in xml_explorer with parameters of type VisualNode
 void JVisualGraphScene.addNodeInstance(VisualNode n)
           
 void JVisualGraphScene.requireSelection(VisualNode n)
           
 void VisualNode.selectNextChild(VisualNode node)
           
 void VisualNode.selectPreviousChild(VisualNode node)
           
 void NodeDisplayer.showNodeProperties(VisualNode n)
           
 

Constructors in xml_explorer with parameters of type VisualNode
VisualNode(JVisualGraphScene vgs, org.jdom.Attribute root, VisualNode parent, java.lang.String path)
           
VisualNode(JVisualGraphScene vgs, org.jdom.Element root, VisualNode parent, java.lang.String path)