|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jgoodies.skeleton.model.node.AbstractTreeNode
com.jgoodies.skeleton.model.node.FlangeNode
public final class FlangeNode
This class represents flanges in the navigation tree.
Flange
Constructor Summary | |
---|---|
FlangeNode(NavigationNode parent,
Flange flange)
Constructs a FlangeNode for the specified parent and
flange. |
Method Summary | |
---|---|
Flange |
getFlange()
Returns this node's associated Flange instance. |
Icon |
getIcon(boolean sel)
Returns this node's icon, ignores the selection. |
String |
getName()
Returns this node's name, the identifier of the associated flange. |
Methods inherited from class com.jgoodies.skeleton.model.node.AbstractTreeNode |
---|
add, children, getAllowsChildren, getChildAt, getChildCount, getIndex, getModel, getParent, isLeaf, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FlangeNode(NavigationNode parent, Flange flange)
FlangeNode
for the specified parent and
flange.
parent
- this node's parentflange
- the associated model, an instance of FlangeMethod Detail |
---|
public String getName()
getName
in interface NavigationNode
getName
in class AbstractTreeNode
public Icon getIcon(boolean sel)
getIcon
in interface NavigationNode
getIcon
in class AbstractTreeNode
public Flange getFlange()
NavigationNode.getModel()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |