|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.alee.extended.tree.AbstractExTreeDataProvider<SampleNode>
com.alee.extended.tree.sample.SampleExDataProvider
public class SampleExDataProvider
Field Summary |
---|
Fields inherited from class com.alee.extended.tree.AbstractExTreeDataProvider |
---|
comparator, filter |
Constructor Summary | |
---|---|
SampleExDataProvider()
|
Method Summary | |
---|---|
java.util.List<SampleNode> |
getChilds(SampleNode parent)
Returns sample child nodes for specified asynchronous tree node. |
SampleNode |
getRoot()
Returns asynchronous tree sample root node. |
boolean |
isLeaf(SampleNode node)
Returns whether the specified sample node is leaf or not. |
Methods inherited from class com.alee.extended.tree.AbstractExTreeDataProvider |
---|
getChildsComparator, getChildsFilter, setChildsComparator, setChildsFilter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SampleExDataProvider()
Method Detail |
---|
public SampleNode getRoot()
public java.util.List<SampleNode> getChilds(SampleNode parent)
parent
- childs parent node
public boolean isLeaf(SampleNode node)
isLeaf
in interface ExTreeDataProvider<SampleNode>
isLeaf
in class AbstractExTreeDataProvider<SampleNode>
node
- node
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |