org.apache.mina.integration.beans
Class SetEditor
java.lang.Object
java.beans.PropertyEditorSupport
org.apache.mina.integration.beans.AbstractPropertyEditor
org.apache.mina.integration.beans.CollectionEditor
org.apache.mina.integration.beans.SetEditor
- All Implemented Interfaces:
- PropertyEditor
public class SetEditor
- extends CollectionEditor
A PropertyEditor which converts a String into
a Set and vice versa.
- Author:
- Apache MINA Project
| 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 |
SetEditor
public SetEditor(Class<?> elementType)
newCollection
protected Collection<Object> newCollection()
- Overrides:
newCollection in class CollectionEditor
Copyright © 2004-2009 Apache MINA Project. All Rights Reserved.