Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.geronimo.common.propertyeditor
Class TreeSetEditor  view TreeSetEditor download TreeSetEditor.java

java.lang.Object
  extended byjava.beans.PropertyEditorSupport
      extended byorg.apache.geronimo.common.propertyeditor.AbstractCollectionEditor
          extended byorg.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) $

Field Summary
 
Fields inherited from class java.beans.PropertyEditorSupport
 
Constructor Summary
TreeSetEditor()
           
 
Method Summary
protected  java.util.Collection createCollection()
          Concrete subclasses should implement this method to create the correct type of collection.
 
Methods inherited from class org.apache.geronimo.common.propertyeditor.AbstractCollectionEditor
setAsText
 
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
 

Constructor Detail

TreeSetEditor

public TreeSetEditor()
Method Detail

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