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

Quick Search    Search Deep

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

java.lang.Object
  extended byjava.beans.PropertyEditorSupport
      extended byorg.apache.geronimo.common.propertyeditor.AbstractCollectionEditor
          extended byorg.apache.geronimo.common.propertyeditor.ListEditor
All Implemented Interfaces:
java.beans.PropertyEditor
Direct Known Subclasses:
IteratorEditor

public class ListEditor
extends AbstractCollectionEditor

A property editor for java.util.List.

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
ListEditor()
           
 
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

ListEditor

public ListEditor()
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