Uses of Interface
com.jgoodies.skeleton.model.node.NavigationNode

Packages that use NavigationNode
com.jgoodies.skeleton.model.node Contains classes that describe the nodes in the navigation tree 
 

Uses of NavigationNode in com.jgoodies.skeleton.model.node
 

Classes in com.jgoodies.skeleton.model.node that implement NavigationNode
 class AbstractTreeNode
          The abstract superclass for all tree node classes in Skeleton (Pro).
 class DescriptionNode
          This class represents the project description in the navigation tree.
 class FlangeNode
          This class represents flanges in the navigation tree.
 class RootNode
          Describes the root node in the Skeleton (Pro) navigation tree.
 class SegmentNode
          This class represents segments in the navigation tree.
 class ShaftNode
          This class represents shafts in the navigation tree.
 

Methods in com.jgoodies.skeleton.model.node with parameters of type NavigationNode
 void AbstractTreeNode.add(NavigationNode child)
          Adds the given child to the list of this node's children.
 

Constructors in com.jgoodies.skeleton.model.node with parameters of type NavigationNode
AbstractTreeNode(NavigationNode parent, Object model)
          Constructs a tree node for the given parent and model.
DescriptionNode(NavigationNode parent, Description description)
          Constructs a DescriptionNode for the given parent and description.
FlangeNode(NavigationNode parent, Flange flange)
          Constructs a FlangeNode for the specified parent and flange.
SegmentNode(NavigationNode parent, Segment segment)
          Constructs a SegmentNode for the specified parent and segment.
ShaftNode(NavigationNode parent, Shaft shaft)
          Constructs a ShaftNode for the given parent and shaft.
 



Copyright © 2002-2008 JGoodies Karsten Lentzsch. All Rights Reserved.