org.apache.mina.integration.beans
Class ListEditor
java.lang.Object
java.beans.PropertyEditorSupport
org.apache.mina.integration.beans.AbstractPropertyEditor
org.apache.mina.integration.beans.CollectionEditor
org.apache.mina.integration.beans.ListEditor
- All Implemented Interfaces:
- PropertyEditor
public class ListEditor
- extends CollectionEditor
A PropertyEditor
which converts a String
into
a List
and vice versa.
- Version:
- $Revision: 601229 $, $Date: 2007-12-05 08:13:18 +0100 (Mi, 05 Dez 2007) $
- Author:
- The Apache MINA Project (dev@mina.apache.org)
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 |
ListEditor
public ListEditor(Class<?> elementType)
newCollection
protected Collection<Object> newCollection()
- Overrides:
newCollection
in class CollectionEditor
Copyright © 2004-2009 Apache MINA Project. All Rights Reserved.