Class AbstractTreeMapModel<N extends MutableTreeMapNode<N,​Column,​Color,​Font>,​Row,​Column,​Color,​Font>

  • Type Parameters:
    N - the type of nodes
    All Implemented Interfaces:
    TreeMapModel<N,​Row,​Column,​Color,​Font>
    Direct Known Subclasses:
    DefaultTreeMapModel

    public abstract class AbstractTreeMapModel<N extends MutableTreeMapNode<N,​Column,​Color,​Font>,​Row,​Column,​Color,​Font>
    extends java.lang.Object
    implements TreeMapModel<N,​Row,​Column,​Color,​Font>
    This class provides a skeletal implementation of the TreeMapModel interface to minimize the effort required to implement this interface.