|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INode
Node interface
Method Summary | |
---|---|
java.awt.Color |
getBackColor()
Get background color |
java.util.List<INode> |
getChildren()
Get children nodes |
double |
getChildrenWeight()
Get children weight |
java.lang.String |
getContent()
Get node content |
java.awt.Color |
getEdgeColor()
Get tree edge color |
java.awt.Image |
getEdgeImage()
Get tree edge image |
java.lang.String |
getEdgeImageFile()
Get tree edge image file |
java.lang.String |
getEdgeLabel()
Get tree edge (to parent) label |
java.lang.Integer |
getEdgeStyle()
Get edge style |
java.awt.Color |
getForeColor()
Get foreground color |
java.lang.String |
getId()
Get node id |
java.awt.Image |
getImage()
Get node image |
java.lang.String |
getImageFile()
Get node image filename |
java.lang.String |
getLabel()
Get node label |
java.lang.String |
getLink()
Get URL link |
Location |
getLocation()
Get node location |
double |
getMinWeight()
Get least weight |
MountPoint |
getMountPoint()
Get mountpoint |
INode |
getParent()
Get tree node parent |
java.lang.String |
getTarget()
Get link target frame |
double |
getWeight()
Get node weight computed as a function of the number of descendant nodes. |
void |
setChildrenWeight(double thisWeight)
Set children weight |
void |
setEdgeImage(java.awt.Image thisImage)
Set tree edge image |
void |
setImage(java.awt.Image thisImage)
Set image file |
void |
setMinWeight(double thisWeight)
Set least weight |
void |
setMountPoint(MountPoint thisMountPoint)
Set mountpoint |
void |
setParent(INode thisParent)
Set tree node parent (used by mounting) |
void |
setWeight(double thisWeight)
Set node weight (negative values will bypass computations and will be considered preset) |
Method Detail |
---|
INode getParent()
void setParent(INode thisParent)
thisParent
- tree node parentjava.util.List<INode> getChildren()
MountPoint getMountPoint()
void setMountPoint(MountPoint thisMountPoint)
thisMountPoint
- mountpoint datadouble getWeight()
void setWeight(double thisWeight)
thisWeight
- node weightdouble getChildrenWeight()
void setChildrenWeight(double thisWeight)
thisWeight
- children weightdouble getMinWeight()
void setMinWeight(double thisWeight)
thisWeight
- least weightLocation getLocation()
java.lang.String getId()
java.lang.String getLabel()
java.lang.String getEdgeLabel()
java.lang.String getContent()
java.awt.Color getBackColor()
java.awt.Color getForeColor()
java.awt.Color getEdgeColor()
java.lang.Integer getEdgeStyle()
java.lang.String getLink()
java.lang.String getTarget()
java.lang.String getImageFile()
java.lang.String getEdgeImageFile()
java.awt.Image getImage()
java.awt.Image getEdgeImage()
void setImage(java.awt.Image thisImage)
thisImage
- node imagevoid setEdgeImage(java.awt.Image thisImage)
thisImage
- tree edge image
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |