|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IlpTreeNodeHelper
Helper methods for tree nodes.
This interface should be implemented by all the tree nodes used by the IlpContainmentTreeAdapter, including the root node of the model.
| Method Summary | |
|---|---|
List |
getChildren()
Returns the child objects as an unmodifiable list. |
IlpExpansionStrategy |
getExpansionStrategy()
Returns the expansion strategy used by this tree node. |
boolean |
isExpanded()
Deprecated. Please use IlpExpansionStrategy.areChildrenLoaded instead. |
void |
setChildren(List children)
Sets the child objects. |
| Methods inherited from interface javax.swing.tree.MutableTreeNode |
|---|
insert, remove, remove, removeFromParent, setParent, setUserObject |
| Methods inherited from interface javax.swing.tree.TreeNode |
|---|
children, getAllowsChildren, getChildAt, getChildCount, getIndex, getParent, isLeaf |
| Method Detail |
|---|
boolean isExpanded()
IlpExpansionStrategy.areChildrenLoaded instead.
true if the node has been expanded.
List getChildren()
void setChildren(List children)
IlpExpansionStrategy getExpansionStrategy()
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||