Class PropertiesEditor

  • All Implemented Interfaces:
    java.beans.PropertyEditor

    public class PropertiesEditor
    extends MapEditor
    A PropertyEditor which converts a String into a Properties and vice versa.
    Author:
    Apache MINA Project
    • Constructor Summary

      Constructors 
      Constructor Description
      PropertiesEditor()
      Creates a new DateEditor instance
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.util.Map<java.lang.Object,​java.lang.Object> newMap()
      • Methods inherited from class java.beans.PropertyEditorSupport

        addPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getSource, getTags, isPaintable, paintValue, removePropertyChangeListener, setSource, supportsCustomEditor
      • Methods inherited from class java.lang.Object

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

      • PropertiesEditor

        public PropertiesEditor()
        Creates a new DateEditor instance
    • Method Detail

      • newMap

        protected java.util.Map<java.lang.Object,​java.lang.Object> newMap()
        Overrides:
        newMap in class MapEditor