|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TreeView
An interface for writing routines to create a cosmetic representation for nodes in a Forest tree.
Method Summary | |
---|---|
boolean |
hierarchicalTree(TreeType type)
Should the tree for a certain type organize its nodes hierarchically, putting SUBTYPEOF and INSTANCEOF nodes inside their respective parents, or list all nodes without hierarchy? |
java.lang.String[] |
nodeBin(TreeType type,
NodeAddress node)
How should nodes be sorted in the tree? |
java.lang.String |
nodeText(TreeType type,
NodeAddress node)
Given a node, what should the text of the node be in the Forest tree? |
boolean |
triggersReload(NodeType type,
AttributeID ID)
If the argued attribute is changed to a new value, should the Forest reload its tree models? |
boolean |
useBins(TreeType type)
Should nodeBin() be used or should all the nodes just be listed without bins? |
Method Detail |
---|
java.lang.String nodeText(TreeType type, NodeAddress node)
java.lang.String[] nodeBin(TreeType type, NodeAddress node)
boolean useBins(TreeType type)
boolean triggersReload(NodeType type, AttributeID ID)
boolean hierarchicalTree(TreeType type)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |