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
- Author:
- Apache MINA Project
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Collection<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
-
-
-
-
Constructor Detail
-
SetEditor
public SetEditor(Class<?> elementType)
Creates a new SetEditor instance- Parameters:
elementType
- The Element type
-
-
Method Detail
-
newCollection
protected Collection<Object> newCollection()
- Overrides:
newCollection
in classCollectionEditor
-
-