|
||||||||||
| 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
treebolic.provider.wn.LinkNode
public class LinkNode
Node for WordNet link
| Field Summary | |
|---|---|
private static java.awt.Image[] |
theImages
Images |
private static java.awt.Color |
theLinkBackColor
Background color |
private static java.awt.Color |
theLinkForeColor
Foreground color |
private int |
theLinkIdx
Link index |
| 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 | |
|---|---|
LinkNode(Node thisParentNode,
int thisLinkIdx)
Constructor |
|
| Method Summary | |
|---|---|
java.lang.String |
getContent()
Get node content |
| Methods inherited from class treebolic.provider.wn.Node |
|---|
makeNodeId |
| 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, 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, 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 final java.awt.Image[] theImages
private int theLinkIdx
private static final java.awt.Color theLinkBackColor
private static final java.awt.Color theLinkForeColor
| Constructor Detail |
|---|
public LinkNode(Node thisParentNode,
int thisLinkIdx)
thisParentNode - parent nodethisLinkIdx - link index| Method Detail |
|---|
public java.lang.String getContent()
INode
getContent in interface INodegetContent in class NodeData
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||