Package net.anwiba.commons.swing.tree
Interface ITreeNode<T extends ITreeNode>
-
public interface ITreeNode<T extends ITreeNode>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Iterable<T>children()booleangetAllowsChildren()TgetChildAt(int childIndex)intgetChildCount()intgetIndex(T node)TgetParent()booleanisLeaf()
-