|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.jtreemap.ktreemap.example.TM3TreeMapProvider
public class TM3TreeMapProvider
TreeMapProvider for a TM3 file
Constructor Summary | |
---|---|
TM3TreeMapProvider()
|
Method Summary | |
---|---|
double |
getDoubleValue(java.lang.Object value)
Get the double value of the value |
java.lang.String |
getLabel(TreeMapNode node)
get the label of the node |
static java.lang.String |
getValueField()
|
java.lang.String |
getValueLabel(java.lang.Object value)
Get the label of the value |
static void |
setValueField(java.lang.String valueField)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TM3TreeMapProvider()
Method Detail |
---|
public double getDoubleValue(java.lang.Object value)
ITreeMapProvider
getDoubleValue
in interface ITreeMapProvider
value
- value of the node (TreeMapNode.getValue())
public java.lang.String getLabel(TreeMapNode node)
ITreeMapProvider
getLabel
in interface ITreeMapProvider
node
- TreeMapNode
public java.lang.String getValueLabel(java.lang.Object value)
ITreeMapProvider
getValueLabel
in interface ITreeMapProvider
value
- value of the node (TreeMapNode.getValue())
public static java.lang.String getValueField()
public static void setValueField(java.lang.String valueField)
valueField
- the valueField to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |