|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbstractBean
com.jgoodies.binding.beans.Model
com.jgoodies.binding.value.AbstractValueModel
com.jgoodies.binding.value.AbstractConverter
com.jgoodies.binding.value.ConverterFactory.StringConverter
public static final class ConverterFactory.StringConverter
Converts Values to Strings and vice-versa using a given Format.
Field Summary |
---|
Fields inherited from class com.jgoodies.binding.value.AbstractConverter |
---|
subject |
Fields inherited from class com.jgoodies.binding.value.AbstractValueModel |
---|
PROPERTYNAME_VALUE |
Method Summary | |
---|---|
java.lang.Object |
convertFromSubject(java.lang.Object subjectValue)
Formats the subject value and returns a String representation. |
void |
setValue(java.lang.Object value)
Parses the given String encoding and sets it as the subject's new value. |
Methods inherited from class com.jgoodies.binding.value.AbstractConverter |
---|
getValue, release |
Methods inherited from class com.jgoodies.binding.value.AbstractValueModel |
---|
addValueChangeListener, booleanValue, doubleValue, fireValueChange, fireValueChange, fireValueChange, fireValueChange, fireValueChange, fireValueChange, fireValueChange, floatValue, getString, intValue, longValue, paramString, removeValueChangeListener, setValue, setValue, setValue, setValue, setValue, toString, valueString |
Methods inherited from class com.jgoodies.binding.beans.Model |
---|
createPropertyChangeSupport, firePropertyChange |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.jgoodies.binding.beans.Observable |
---|
addPropertyChangeListener, removePropertyChangeListener |
Method Detail |
---|
public java.lang.Object convertFromSubject(java.lang.Object subjectValue)
convertFromSubject
in class AbstractConverter
subjectValue
- the subject's value
public void setValue(java.lang.Object value)
ParseException
.
value
- the value to be converted and set as new subject value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |