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

Packages that use Flange
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 Flange in com.jgoodies.skeleton.domain
 

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

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

Methods in com.jgoodies.skeleton.model.node that return Flange
 Flange FlangeNode.getFlange()
          Returns this node's associated Flange instance.
 

Constructors in com.jgoodies.skeleton.model.node with parameters of type Flange
FlangeNode(NavigationNode parent, Flange flange)
          Constructs a FlangeNode for the specified parent and flange.
 



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