com.l2fprod.common.beans.editor
Class DimensionPropertyEditor

java.lang.Object
  extended by com.l2fprod.common.beans.editor.AbstractPropertyEditor
      extended by com.l2fprod.common.beans.editor.StringConverterPropertyEditor
          extended by com.l2fprod.common.beans.editor.DimensionPropertyEditor
All Implemented Interfaces:
java.beans.PropertyEditor

public class DimensionPropertyEditor
extends StringConverterPropertyEditor

DimensionPropertyEditor.
Editor for java.awt.Dimension object, where the dimension is specified as "width x height"


Field Summary
 
Fields inherited from class com.l2fprod.common.beans.editor.AbstractPropertyEditor
editor
 
Constructor Summary
DimensionPropertyEditor()
           
 
Method Summary
protected  java.lang.Object convertFromString(java.lang.String text)
           
 
Methods inherited from class com.l2fprod.common.beans.editor.StringConverterPropertyEditor
convertToString, getValue, setValue
 
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

DimensionPropertyEditor

public DimensionPropertyEditor()
Method Detail

convertFromString

protected java.lang.Object convertFromString(java.lang.String text)
Specified by:
convertFromString in class StringConverterPropertyEditor