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

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

Methods in com.jgoodies.skeleton.domain with parameters of type Shaft
 void Project.addShaft(Shaft shaft)
          Adds the given shaft to this project's shafts.
 void Project.removeShaft(Shaft shaft)
          Removes the given shaft from this project's shafts.
 

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

Methods in com.jgoodies.skeleton.model.node that return Shaft
 Shaft ShaftNode.getShaft()
          Returns this node's associated Shaft instance.
 

Constructors in com.jgoodies.skeleton.model.node with parameters of type Shaft
ShaftNode(NavigationNode parent, Shaft shaft)
          Constructs a ShaftNode for the given parent and shaft.
 



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