|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jtreemap.swing.Value
public abstract class Value
Class who permits to associate a double value to a label
Constructor Summary | |
---|---|
Value()
|
Method Summary | |
---|---|
int |
compareTo(Object value)
|
boolean |
equals(Object obj)
|
abstract String |
getLabel()
get the formatedValue. |
abstract double |
getValue()
get the double value. |
int |
hashCode()
|
abstract void |
setLabel(String newLabel)
set the new label. |
abstract void |
setValue(double value)
set the double value. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Value()
Method Detail |
---|
public abstract double getValue()
public abstract String getLabel()
public abstract void setValue(double value)
value
- the new double valuepublic abstract void setLabel(String newLabel)
newLabel
- the new labelpublic int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
public int compareTo(Object value)
compareTo
in interface Comparable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |