Module swing.tree.component.main
Class AbstractGenericTreeModel<T>
java.lang.Object
io.github.astrapi69.swing.tree.model.AbstractGenericTreeModel<T>
- Type Parameters:
T- the generic type of the model
- All Implemented Interfaces:
IGenericTreeModel<T>,Serializable,TreeModel
The class AbstractGenericTreeModel.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.swing.tree.TreeModel
addTreeModelListener, getChild, getChildCount, getIndexOfChild, getRoot, isLeaf, removeTreeModelListener, valueForPathChanged
-
Constructor Details
-
AbstractGenericTreeModel
public AbstractGenericTreeModel()
-