|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.beans.PropertyEditorSupport
org.apache.mina.integration.beans.AbstractPropertyEditor
org.apache.mina.integration.beans.MapEditor
org.apache.mina.integration.beans.PropertiesEditor
public class PropertiesEditor
A PropertyEditor
which converts a String
into
a Properties
and vice versa.
Constructor Summary | |
---|---|
PropertiesEditor()
|
Method Summary | |
---|---|
protected java.util.Map<java.lang.Object,java.lang.Object> |
newMap()
|
Methods inherited from class org.apache.mina.integration.beans.MapEditor |
---|
toText, toValue |
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertiesEditor()
Method Detail |
---|
protected java.util.Map<java.lang.Object,java.lang.Object> newMap()
newMap
in class MapEditor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |