JIDE 3.5.15

com.jidesoft.treemap
Class NoTreeMapField<N>

java.lang.Object
  extended by com.jidesoft.treemap.NoTreeMapField<N>
All Implemented Interfaces:
TreeMapField<N>

public class NoTreeMapField<N>
extends Object
implements TreeMapField<N>

Indicates that no TreeMapField is selected.


Constructor Summary
NoTreeMapField()
           
 
Method Summary
 int getIndex()
          The index of the column in the model.
 String getName()
          Returns the name of the field.
 Class getType()
          Returns the most specific superclass for all the values.
 Object getValue(N node)
          Returns the value for the specified row.
 boolean isEveryValueUnique()
          Indicates whether the field only contains unique values.
 boolean isValid()
          Indicates whether the field is valid.
 boolean isVisual()
          
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoTreeMapField

public NoTreeMapField()
Method Detail

getType

public Class getType()
Description copied from interface: TreeMapField
Returns the most specific superclass for all the values.

Specified by:
getType in interface TreeMapField<N>
Returns:
the common ancestor class of the object values.

getName

public String getName()
Returns the name of the field.

Specified by:
getName in interface TreeMapField<N>
Returns:
the name of the field.

getValue

public Object getValue(N node)
Returns the value for the specified row.

Specified by:
getValue in interface TreeMapField<N>
Parameters:
node - the node whose value should be queried.
Returns:
the value Object at the specified row.

isVisual

public boolean isVisual()


isValid

public boolean isValid()
Indicates whether the field is valid.

Specified by:
isValid in interface TreeMapField<N>
Returns:
true if it is valid, false otherwise.

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.

getIndex

public int getIndex()
The index of the column in the model.

Specified by:
getIndex in interface TreeMapField<N>
Returns:
the index of the column

toString

public String toString()
Overrides:
toString in class Object

JIDE 3.5.15