Class QuantityPropertyEditor
java.lang.Object
com.l2fprod.common.beans.editor.AbstractPropertyEditor
com.l2fprod.common.beans.editor.StringConverterPropertyEditor
repast.simphony.visualization.editor.QuantityPropertyEditor
- All Implemented Interfaces:
PropertyEditor
public class QuantityPropertyEditor
extends com.l2fprod.common.beans.editor.StringConverterPropertyEditor
Deprecated.
2D piccolo based code is being removed
Adapts an AmountConverter into a PropertyEditor usable by the property sheet.
- Author:
- Nick Collier
-
Field Summary
Fields inherited from class com.l2fprod.common.beans.editor.AbstractPropertyEditor
editor
-
Constructor Summary
-
Method Summary
Methods inherited from class com.l2fprod.common.beans.editor.StringConverterPropertyEditor
getValue, setValue
Methods inherited from class com.l2fprod.common.beans.editor.AbstractPropertyEditor
addPropertyChangeListener, firePropertyChange, getAsText, getCustomEditor, getJavaInitializationString, getTags, isPaintable, paintValue, removePropertyChangeListener, setAsText, supportsCustomEditor
-
Constructor Details
-
QuantityPropertyEditor
public QuantityPropertyEditor()Deprecated.
-
-
Method Details
-
convertToString
Deprecated.- Overrides:
convertToString
in classcom.l2fprod.common.beans.editor.StringConverterPropertyEditor
-
convertFromString
Deprecated.- Specified by:
convertFromString
in classcom.l2fprod.common.beans.editor.StringConverterPropertyEditor
-