public interface IlpTreeNodeHelper extends MutableTreeNode
This interface should be implemented by all the tree nodes used by the IlpContainmentTreeAdapter, including the root node of the model.
Modifier and Type | Method and Description |
---|---|
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.
|
insert, remove, remove, removeFromParent, setParent, setUserObject
children, getAllowsChildren, getChildAt, getChildCount, getIndex, getParent, isLeaf
@Deprecated boolean isExpanded()
IlpExpansionStrategy.areChildrenLoaded
instead.true
if the node has been expanded.List getChildren()
void setChildren(List children)
IlpExpansionStrategy getExpansionStrategy()
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.