org.apache.mina.integration.beans
Class SetEditor

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

public class SetEditor
extends CollectionEditor

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

Author:
Apache MINA Project

Constructor Summary
SetEditor(java.lang.Class<?> elementType)
           
 
Method Summary
protected  java.util.Collection<java.lang.Object> newCollection()
           
 
Methods inherited from class org.apache.mina.integration.beans.CollectionEditor
defaultElement, 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

SetEditor

public SetEditor(java.lang.Class<?> elementType)
Method Detail

newCollection

protected java.util.Collection<java.lang.Object> newCollection()
Overrides:
newCollection in class CollectionEditor


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