org.apache.mina.integration.beans
Class PropertiesEditor

java.lang.Object
  extended by java.beans.PropertyEditorSupport
      extended by org.apache.mina.integration.beans.AbstractPropertyEditor
          extended by org.apache.mina.integration.beans.MapEditor
              extended by org.apache.mina.integration.beans.PropertiesEditor
All Implemented Interfaces:
PropertyEditor

public class PropertiesEditor
extends MapEditor

A PropertyEditor which converts a String into a Properties and vice versa.

Version:
$Revision: 601229 $, $Date: 2007-12-05 08:13:18 +0100 (mer, 05 déc 2007) $
Author:
The Apache MINA Project (dev@mina.apache.org)

Constructor Summary
PropertiesEditor()
           
 
Method Summary
protected  Map<Object,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

PropertiesEditor

public PropertiesEditor()
Method Detail

newMap

protected Map<Object,Object> newMap()
Overrides:
newMap in class MapEditor


Copyright © 2004-2008 Apache MINA Project. All Rights Reserved.