NODE
- is the generic type of the contained
tree node.SELF
- is the generic type of this container itself.public interface NodeContainer<NODE,SELF extends NodeContainer<NODE,SELF>> extends ItemContainer<NODE,SELF>
ItemContainer
for containing nodes of
tree widget
.Modifier and Type | Method and Description |
---|---|
SELF |
getParent() |
void |
setParent(SELF parent) |
getItem, getItemEdited, getItemOriginal, getValue, isContainerForItem, setItemEdited, setItemOriginal
setSelected
isSelected
setSelectionMode
getSelectionMode
SELF getParent()
NodeContainer
with the parent node
or null
if this is
the NodeContainer
for the root node.Copyright © 2001–2016 mmm-Team. All rights reserved.