Class 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
    • Constructor Detail

      • QuantityPropertyEditor

        public QuantityPropertyEditor()
        Deprecated.
    • Method Detail

      • 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