|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TreeMapField<N>
This interface represent a field (or column) that can be used to retrieve data in the TreeMapModel data structure.
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. |
Method Detail |
---|
Class getType()
String getName()
Object getValue(N node)
node
- the node whose value should be queried.
boolean isValid()
boolean isEveryValueUnique()
int getIndex()
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |