|
||||||||||
| 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
treebolic.model.MutableNode
treebolic.provider.wn.Node
public class Node
Node
| Field Summary | |
|---|---|
private static java.util.Random |
theRandomizer
Randomize used to generate ids |
| Fields inherited from class treebolic.model.Node |
|---|
theChildren, theParent |
| 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(Node thisParentNode,
java.lang.String thisLabel,
java.awt.Image thisImage,
java.awt.Color thisBackColor,
java.awt.Color thisForeColor)
Constructor |
|
| Method Summary | |
|---|---|
static java.lang.String |
makeNodeId()
Make node id |
| Methods inherited from class treebolic.model.MutableNode |
|---|
setBackColor, setContent, setEdgeColor, setEdgeImageFile, setEdgeLabel, setEdgeStyle, setForeColor, setImageFile, setLabel, setLink, setTarget |
| Methods inherited from class treebolic.model.Node |
|---|
getChildren, getParent, setParent |
| 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 |
|---|
private static java.util.Random theRandomizer
| Constructor Detail |
|---|
public Node(Node thisParentNode,
java.lang.String thisLabel,
java.awt.Image thisImage,
java.awt.Color thisBackColor,
java.awt.Color thisForeColor)
thisParentNode - parent nodethisLabel - labelthisImage - imagethisBackColor - backcolorthisForeColor - forecolor| Method Detail |
|---|
public static java.lang.String makeNodeId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||