java.lang.Object
java.beans.PropertyEditorSupport
org.apache.geronimo.common.propertyeditor.AbstractCollectionEditor
org.apache.geronimo.common.propertyeditor.TreeSetEditor
- All Implemented Interfaces:
- java.beans.PropertyEditor
- public class TreeSetEditor
- extends AbstractCollectionEditor
A property editor for java.util.TreeSet.
- Version:
- $Rev: 106582 $ $Date: 2004-11-25 09:28:29 -0800 (Thu, 25 Nov 2004) $
| Methods inherited from class java.beans.PropertyEditorSupport |
addPropertyChangeListener, firePropertyChange, getAsText, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TreeSetEditor
public TreeSetEditor()
createCollection
protected java.util.Collection createCollection()
- Description copied from class:
AbstractCollectionEditor
- Concrete subclasses should implement this method to create the correct type of collection.
- Specified by:
createCollection in class AbstractCollectionEditor