Uses of Class
com.jgoodies.skeleton.domain.Segment

Packages that use Segment
com.jgoodies.skeleton.domain Contains domain classes used by the Skeleton (Pro) application. 
com.jgoodies.skeleton.model.node Contains classes that describe the nodes in the navigation tree 
 

Uses of Segment in com.jgoodies.skeleton.domain
 

Methods in com.jgoodies.skeleton.domain with parameters of type Segment
 void Shaft.addComponent(Segment segment)
          Adds the given segment to this shaft's components.
 void Shaft.removeComponent(Segment segment)
          Removes the given segment from this shaft's components.
 

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

Methods in com.jgoodies.skeleton.model.node that return Segment
 Segment SegmentNode.getSegment()
          Returns this node's associated Segment instance.
 

Constructors in com.jgoodies.skeleton.model.node with parameters of type Segment
SegmentNode(NavigationNode parent, Segment segment)
          Constructs a SegmentNode for the specified parent and segment.
 



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