com.l2fprod.common.beans.editor
Class StringConverterPropertyEditor

java.lang.Object
  extended by com.l2fprod.common.beans.editor.AbstractPropertyEditor
      extended by com.l2fprod.common.beans.editor.StringConverterPropertyEditor
All Implemented Interfaces:
java.beans.PropertyEditor
Direct Known Subclasses:
DimensionPropertyEditor, InsetsPropertyEditor, RectanglePropertyEditor

public abstract class StringConverterPropertyEditor
extends AbstractPropertyEditor

StringConverterPropertyEditor.
A comma separated list of values.


Field Summary
 
Fields inherited from class com.l2fprod.common.beans.editor.AbstractPropertyEditor
editor
 
Constructor Summary
StringConverterPropertyEditor()
           
 
Method Summary
protected abstract  java.lang.Object convertFromString(java.lang.String text)
           
protected  java.lang.String convertToString(java.lang.Object value)
           
 java.lang.Object getValue()
           
 void setValue(java.lang.Object value)
           
 
Methods inherited from class com.l2fprod.common.beans.editor.AbstractPropertyEditor
addPropertyChangeListener, firePropertyChange, getAsText, getCustomEditor, getJavaInitializationString, getTags, isPaintable, paintValue, removePropertyChangeListener, setAsText, supportsCustomEditor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringConverterPropertyEditor

public StringConverterPropertyEditor()
Method Detail

getValue

public java.lang.Object getValue()
Specified by:
getValue in interface java.beans.PropertyEditor
Overrides:
getValue in class AbstractPropertyEditor

setValue

public void setValue(java.lang.Object value)
Specified by:
setValue in interface java.beans.PropertyEditor
Overrides:
setValue in class AbstractPropertyEditor

convertFromString

protected abstract java.lang.Object convertFromString(java.lang.String text)

convertToString

protected java.lang.String convertToString(java.lang.Object value)