Package org.apache.xbean.propertyeditor
Class TreeMapEditor
- java.lang.Object
-
- java.beans.PropertyEditorSupport
-
- org.apache.xbean.propertyeditor.AbstractConverter
-
- org.apache.xbean.propertyeditor.AbstractMapConverter
-
- org.apache.xbean.propertyeditor.TreeMapEditor
-
- All Implemented Interfaces:
java.beans.PropertyEditor
,Converter
public class TreeMapEditor extends AbstractMapConverter
A property editor for indirect property bundles. This editor transforms the text value of the propery into a Property resource bundle.- Version:
- $Rev: 6680 $
-
-
Constructor Summary
Constructors Constructor Description TreeMapEditor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.Map
createMap(java.util.Map map)
-
Methods inherited from class org.apache.xbean.propertyeditor.AbstractMapConverter
toObjectImpl, toStringImpl
-
Methods inherited from class org.apache.xbean.propertyeditor.AbstractConverter
getAsText, getType, getValue, setAsText, setValue, toObject, toString
-
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getSource, getTags, isPaintable, paintValue, removePropertyChangeListener, setSource, supportsCustomEditor
-
-
-
-
Method Detail
-
createMap
protected java.util.Map createMap(java.util.Map map)
- Specified by:
createMap
in classAbstractMapConverter
-
-