Uses of Class
org.gjt.universe.DisplayNode

Packages that use DisplayNode
org.gjt.universe   
org.gjt.universe.gui   
 

Uses of DisplayNode in org.gjt.universe
 

Fields in org.gjt.universe declared as DisplayNode
private  DisplayNode DisplayNode.next
           
private  DisplayNode DisplayNode.child
           
 

Methods in org.gjt.universe that return DisplayNode
 DisplayNode SystemID.getDisplayNodeChildren(CivID AID)
           
 DisplayNode StationID.getDisplayNodeChildren(CivID AID)
           
 DisplayNode PlanetID.getDisplayNodeChildren(CivID AID)
           
 DisplayNode Index.getDisplayNodeChildren(CivID AID)
          Returns a DisplayNode that represents the children of this object.
 DisplayNode GalaxyID.getDisplayNodeChildren(CivID AID)
           
 DisplayNode DisplayNode.getChild()
           
 DisplayNode DisplayNode.getNext()
           
 

Methods in org.gjt.universe with parameters of type DisplayNode
 void DisplayNode.setNext(DisplayNode DN)
           
static VectorDisplayReturn DisplayDebug.getDisplayNode(DisplayNode DN)
           
 

Uses of DisplayNode in org.gjt.universe.gui
 

Fields in org.gjt.universe.gui declared as DisplayNode
private  DisplayNode GUIDisplayTreeJFC.displayTree
           
 

Methods in org.gjt.universe.gui with parameters of type DisplayNode
 void GUIDisplayTreeJFC.createNodes(javax.swing.tree.DefaultMutableTreeNode root, DisplayNode DN)
           
 

Constructors in org.gjt.universe.gui with parameters of type DisplayNode
GUIDisplayTreeJFC(CivID AID, DisplayNode DN)
           
 



Copyright © 2001 Universe Dev Team All Rights Reserved.