Package net.anwiba.commons.swing.tree
Interface ITreeNodeFilter<T extends ITreeNode>
-
- All Known Implementing Classes:
NeutralTreeNodeFilter
public interface ITreeNodeFilter<T extends ITreeNode>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetChild(T parent, int index)intgetChildCount(T parent)intgetIndexOfChild(T parent, T child)
-