syn3d.nodes
Class BuilderNode

java.lang.Object
  extended by syn3d.base.ActiveNode
      extended by syn3d.nodes.BuilderNode
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BuilderNodeJava3D

public class BuilderNode
extends ActiveNode
implements java.io.Serializable

Author:
ogor TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates
See Also:
Serialized Form

Field Summary
protected static javax.swing.Icon universe
           
 
Fields inherited from class syn3d.base.ActiveNode
children, name, parent
 
Constructor Summary
BuilderNode(ActiveNode parent)
           
 
Method Summary
 javax.swing.Icon getIcon()
          Utility method to specialize the swing tree renderer.
 
Methods inherited from class syn3d.base.ActiveNode
addChild, doAction, findDescendantOfType, findDescendantOfType, get3DObject, getActions, getChildren, getName, getParent, highlight, notifyInternalChange, notifyStructuralChange, propagateAddChildEvent, propagateChangeNameEvent, propagateHighlightEvent, propagateInternalChangeEvent, propagateRemoveChildEvent, propagateStructuralChangeEvent, remove, removeChild, removeNodeTree, removeNodeTreeFrom, restoreReferences, saveChildren, setName, setParent, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

universe

protected static javax.swing.Icon universe
Constructor Detail

BuilderNode

public BuilderNode(ActiveNode parent)
Method Detail

getIcon

public javax.swing.Icon getIcon()
Description copied from class: ActiveNode
Utility method to specialize the swing tree renderer. Give a look to your node, don't let it anonymous!

Overrides:
getIcon in class ActiveNode
Returns:
an Icon to display in the swing tree. May be shared along a node type class, or may even change according the the state of this node.