|
JIDE 3.5.15 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.jidesoft.treemap.AbstractTreeMapField<N>
com.jidesoft.treemap.DefaultTreeMapField<N>
public class DefaultTreeMapField<N>
The default implementation of a TreeMapField.
| Constructor Summary | |
|---|---|
DefaultTreeMapField(TreeMapModel model,
int index)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
int |
getIndex()
The index of the column in the model. |
String |
getName()
Returns the name of the field. |
TreeMapFieldSettings |
getSettings()
|
protected TreeMapModel |
getTreeMapModel()
|
Class |
getType()
Returns the most specific superclass for all the values. |
Object |
getValue(N node)
Returns the value for the specified row. |
int |
hashCode()
|
boolean |
isValid()
Indicates whether the field is valid. |
String |
toString()
|
| Methods inherited from class com.jidesoft.treemap.AbstractTreeMapField |
|---|
isEveryValueUnique |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultTreeMapField(TreeMapModel model,
int index)
| Method Detail |
|---|
public Class getType()
public String getName()
public Object getValue(N node)
node - the node whose value should be queried.
public boolean isValid()
public String toString()
toString in class Objectpublic int getIndex()
protected TreeMapModel getTreeMapModel()
getTreeMapModel in class AbstractTreeMapField<N>public TreeMapFieldSettings getSettings()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
JIDE 3.5.15 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||