Module net.anwiba.commons.swing
Package net.anwiba.commons.swing.tree
Interface ITreeNode<T extends ITreeNode>
public interface ITreeNode<T extends ITreeNode>
-
Method Summary
Modifier and TypeMethodDescriptionchildren()booleangetChildAt(int childIndex) intintbooleanisLeaf()
-
Method Details
-
getChildAt
-
getChildCount
int getChildCount() -
getParent
T getParent() -
getIndex
-
getAllowsChildren
boolean getAllowsChildren() -
isLeaf
boolean isLeaf() -
children
-