Class PropertiesEditor
- java.lang.Object
-
- java.beans.PropertyEditorSupport
-
- org.apache.mina.integration.beans.AbstractPropertyEditor
-
- org.apache.mina.integration.beans.MapEditor
-
- org.apache.mina.integration.beans.PropertiesEditor
-
- All Implemented Interfaces:
PropertyEditor
public class PropertiesEditor extends MapEditor
- 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 Map<Object,Object>
newMap()
-
Methods inherited from class org.apache.mina.integration.beans.AbstractPropertyEditor
defaultText, defaultValue, getAsText, getValue, setAsText, setTrimText, setValue
-
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getSource, getTags, isPaintable, paintValue, removePropertyChangeListener, setSource, supportsCustomEditor
-
-