org.apache.geronimo.common.propertyeditor
Class ArrayListEditor

java.lang.Object
  extended byjava.beans.PropertyEditorSupport
      extended byorg.apache.geronimo.common.propertyeditor.AbstractCollectionEditor
          extended byorg.apache.geronimo.common.propertyeditor.ArrayListEditor
All Implemented Interfaces:
java.beans.PropertyEditor

public class ArrayListEditor
extends AbstractCollectionEditor

A property editor for ArrayList.

Version:
$Rev: 106582 $ $Date: 2004-11-25 12:28:29 -0500 (Thu, 25 Nov 2004) $

Field Summary
 
Fields inherited from class java.beans.PropertyEditorSupport
 
Constructor Summary
ArrayListEditor()
           
 
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, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setValue, supportsCustomEditor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayListEditor

public ArrayListEditor()
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
Returns:
an empty instance of the type of collection the subclass edits.


Copyright © 2005 Apache Software Foundation. All Rights Reserved.