|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttreebolic.model.NodeData
treebolic.model.XNodeData
treebolic.model.Node
public class Node
Node implementation
Field Summary | |
---|---|
protected java.util.List<INode> |
theChildren
Node children |
protected INode |
theParent
Parent node |
Fields inherited from class treebolic.model.XNodeData |
---|
theEdgeImage, theMountPoint |
Fields inherited from class treebolic.model.NodeData |
---|
theBackColor, theContent, theEdgeColor, theEdgeImageFile, theEdgeLabel, theEdgeStyle, theForeColor, theId, theImageFile, theLabel, theLink, theTarget |
Constructor Summary | |
---|---|
Node(INode thisParent,
java.lang.String thisId)
Construct node |
Method Summary | |
---|---|
java.util.List<INode> |
getChildren()
Get children nodes |
INode |
getParent()
Get tree node parent |
void |
setParent(INode thisParent)
Set tree node parent (used by mounting) |
Methods inherited from class treebolic.model.XNodeData |
---|
getChildrenWeight, getEdgeImage, getImage, getLocation, getMinWeight, getMountPoint, getWeight, setChildrenWeight, setEdgeImage, setImage, setMinWeight, setMountPoint, setWeight |
Methods inherited from class treebolic.model.NodeData |
---|
getBackColor, getContent, getEdgeColor, getEdgeImageFile, getEdgeLabel, getEdgeStyle, getForeColor, getId, getImageFile, getLabel, getLink, getTarget, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface treebolic.model.INode |
---|
getBackColor, getChildrenWeight, getContent, getEdgeColor, getEdgeImage, getEdgeImageFile, getEdgeLabel, getEdgeStyle, getForeColor, getId, getImage, getImageFile, getLabel, getLink, getLocation, getMinWeight, getMountPoint, getTarget, getWeight, setChildrenWeight, setEdgeImage, setImage, setMinWeight, setMountPoint, setWeight |
Field Detail |
---|
protected java.util.List<INode> theChildren
protected INode theParent
Constructor Detail |
---|
public Node(INode thisParent, java.lang.String thisId)
thisParent
- parent nodethisId
- node idMethod Detail |
---|
public INode getParent()
INode
getParent
in interface INode
public void setParent(INode thisParent)
INode
setParent
in interface INode
thisParent
- tree node parentpublic java.util.List<INode> getChildren()
INode
getChildren
in interface INode
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |