|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Description | |
---|---|
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 Description in com.jgoodies.skeleton.domain |
---|
Methods in com.jgoodies.skeleton.domain that return Description | |
---|---|
Description |
Project.getDescription()
|
Uses of Description in com.jgoodies.skeleton.model.node |
---|
Methods in com.jgoodies.skeleton.model.node that return Description | |
---|---|
Description |
DescriptionNode.getDescription()
Returns this node's associated Description instance. |
Constructors in com.jgoodies.skeleton.model.node with parameters of type Description | |
---|---|
DescriptionNode(NavigationNode parent,
Description description)
Constructs a DescriptionNode for the given parent and
description. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |