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

Quick Search    Search Deep

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

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

public class ListIteratorEditor
extends IteratorEditor

A property editor for java.util.ListIterator.

Version:
$Rev: 46019 $ $Date: 2004-09-14 02:56:06 -0700 (Tue, 14 Sep 2004) $

Field Summary
 
Fields inherited from class java.beans.PropertyEditorSupport
 
Constructor Summary
ListIteratorEditor()
           
 
Method Summary
 void setValue(java.util.List list)
           
 
Methods inherited from class org.apache.geronimo.common.propertyeditor.ListEditor
createCollection
 
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

ListIteratorEditor

public ListIteratorEditor()
Method Detail

setValue

public void setValue(java.util.List list)
Overrides:
setValue in class IteratorEditor