|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 that return types with arguments of type Shaft | |
---|---|
List<Shaft> |
Project.getShafts()
Returns an unmodifiable list of this project's shafts. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |