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