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
-
Field Summary
Fields inherited from class CollectionEditor
ELEMENT -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class CollectionEditor
defaultElement, toText, toValueMethods inherited from class AbstractPropertyEditor
defaultText, defaultValue, getAsText, getValue, setAsText, setTrimText, setValueMethods inherited from class PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getSource, getTags, isPaintable, paintValue, removePropertyChangeListener, setSource, supportsCustomEditor
-
Constructor Details
-
SetEditor
Creates a new SetEditor instance- Parameters:
elementType- The Element type
-
-
Method Details
-
newCollection
- Overrides:
newCollectionin classCollectionEditor
-