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

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected Object
    Deprecated.
     
    protected String
    Deprecated.
     

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • QuantityPropertyEditor

      public QuantityPropertyEditor()
      Deprecated.
  • Method Details

    • convertToString

      protected String convertToString(Object o)
      Deprecated.
      Overrides:
      convertToString in class com.l2fprod.common.beans.editor.StringConverterPropertyEditor
    • convertFromString

      protected Object convertFromString(String s)
      Deprecated.
      Specified by:
      convertFromString in class com.l2fprod.common.beans.editor.StringConverterPropertyEditor