ix.ip2
Class ObjectView.ValueParser

java.lang.Object
  extended by ix.ip2.ObjectView.ValueParser
Enclosing class:
ObjectView

public static class ObjectView.ValueParser
extends java.lang.Object


Constructor Summary
ObjectView.ValueParser()
           
 
Method Summary
 java.lang.Object read(ObjectProperty property, java.lang.String text, java.lang.Object oldValue)
           
 java.lang.Object readEmptyValue(ObjectProperty property, java.lang.Object oldValue)
           
 java.lang.String write(ObjectProperty property, java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectView.ValueParser

public ObjectView.ValueParser()
Method Detail

read

public java.lang.Object read(ObjectProperty property,
                             java.lang.String text,
                             java.lang.Object oldValue)

readEmptyValue

public java.lang.Object readEmptyValue(ObjectProperty property,
                                       java.lang.Object oldValue)

write

public java.lang.String write(ObjectProperty property,
                              java.lang.Object value)