Class AbstractGenericTreeModel<T>

  • Type Parameters:
    T - the generic type of the model
    All Implemented Interfaces:
    IGenericTreeModel<T>, java.io.Serializable, javax.swing.tree.TreeModel

    public abstract class AbstractGenericTreeModel<T>
    extends java.lang.Object
    implements IGenericTreeModel<T>
    The class AbstractGenericTreeModel.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface javax.swing.tree.TreeModel

        addTreeModelListener, getChild, getChildCount, getIndexOfChild, getRoot, isLeaf, removeTreeModelListener, valueForPathChanged
    • Constructor Detail

      • AbstractGenericTreeModel

        public AbstractGenericTreeModel()