|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.jidesoft.treemap.NoTreeMapField<N>
public class NoTreeMapField<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 |
---|
public NoTreeMapField()
Method Detail |
---|
public Class getType()
TreeMapField
getType
in interface TreeMapField<N>
public String getName()
getName
in interface TreeMapField<N>
public Object getValue(N node)
getValue
in interface TreeMapField<N>
node
- the node whose value should be queried.
public boolean isVisual()
public boolean isValid()
isValid
in interface TreeMapField<N>
public boolean isEveryValueUnique()
isEveryValueUnique
in interface TreeMapField<N>
public int getIndex()
getIndex
in interface TreeMapField<N>
public String toString()
toString
in class Object
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |