|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
Represents an information which could be used for visual representation of node.
| Method Summary | |
|---|---|
String |
getDescription()
Returns extended description of the node. |
URL |
getImage()
Returns an URL of the image which could be used for visual
representation of node or null if not available. |
String |
getLabel()
Returns display label of node. |
int |
getOrder()
Returns an information on display order of node which could be used for visual representation of node. |
| Method Detail |
public String getLabel()
String containing display label of node.public String getDescription()
String containing extended description of node
or null if not available.public URL getImage()
URL of the image which could be used for visual
representation of node or null if not available.
public int getOrder()
int value which represents display order
of node or 0 if not availabe.
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||