|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.beans.PropertyEditorSupport
org.apache.mina.integration.beans.AbstractPropertyEditor
org.apache.mina.integration.beans.CollectionEditor
org.apache.mina.integration.beans.ListEditor
public class ListEditor
A PropertyEditor
which converts a String
into
a List
and vice versa.
Constructor Summary | |
---|---|
ListEditor(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 |
---|
public ListEditor(java.lang.Class<?> elementType)
Method Detail |
---|
protected java.util.Collection<java.lang.Object> newCollection()
newCollection
in class CollectionEditor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |