Package net.anwiba.commons.swing.tree
Class NeutralTreeNodeFilter<T extends ITreeNode>
- java.lang.Object
-
- net.anwiba.commons.swing.tree.NeutralTreeNodeFilter<T>
-
- All Implemented Interfaces:
ITreeNodeFilter<T>
public class NeutralTreeNodeFilter<T extends ITreeNode> extends java.lang.Object implements ITreeNodeFilter<T>
-
-
Constructor Summary
Constructors Constructor Description NeutralTreeNodeFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TgetChild(T parent, int index)intgetChildCount(T parent)intgetIndexOfChild(T parent, T child)
-
-
-
Method Detail
-
getChild
public T getChild(T parent, int index)
- Specified by:
getChildin interfaceITreeNodeFilter<T extends ITreeNode>
-
getIndexOfChild
public int getIndexOfChild(T parent, T child)
- Specified by:
getIndexOfChildin interfaceITreeNodeFilter<T extends ITreeNode>
-
getChildCount
public int getChildCount(T parent)
- Specified by:
getChildCountin interfaceITreeNodeFilter<T extends ITreeNode>
-
-