public class NeutralTreeNodeFilter<T extends ITreeNode> extends Object implements ITreeNodeFilter<T>
| Constructor and Description |
|---|
NeutralTreeNodeFilter() |
| Modifier and Type | Method and Description |
|---|---|
T |
getChild(T parent,
int index) |
int |
getChildCount(T parent) |
int |
getIndexOfChild(T parent,
T child) |
public T getChild(T parent, int index)
getChild in interface ITreeNodeFilter<T extends ITreeNode>public int getIndexOfChild(T parent, T child)
getIndexOfChild in interface ITreeNodeFilter<T extends ITreeNode>public int getChildCount(T parent)
getChildCount in interface ITreeNodeFilter<T extends ITreeNode>Copyright © 2007–2017 Andreas Bartels. All rights reserved.