JIDE 3.5.15

com.jidesoft.treemap
Class AbstractTreeMapField<N>

java.lang.Object
  extended by com.jidesoft.treemap.AbstractTreeMapField<N>
All Implemented Interfaces:
TreeMapField<N>
Direct Known Subclasses:
DefaultTreeMapField

public abstract class AbstractTreeMapField<N>
extends Object
implements TreeMapField<N>

This class provides a skeletal implementation of the TreeMapField interface to minimize the effort required to implement this interface.


Constructor Summary
AbstractTreeMapField()
           
 
Method Summary
protected abstract  TreeMapModel getTreeMapModel()
           
 boolean isEveryValueUnique()
          Indicates whether the field only contains unique values.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.jidesoft.treemap.TreeMapField
getIndex, getName, getType, getValue, isValid
 

Constructor Detail

AbstractTreeMapField

public AbstractTreeMapField()
Method Detail

isEveryValueUnique

public boolean isEveryValueUnique()
Indicates whether the field only contains unique values.

Specified by:
isEveryValueUnique in interface TreeMapField<N>
Returns:
true if all values are unique, false otherwise.

getTreeMapModel

protected abstract TreeMapModel getTreeMapModel()

JIDE 3.5.15