gui.componentEditor.propertyeditor
Class IteratorEditor

java.lang.Object
  extended by java.beans.PropertyEditorSupport
      extended by gui.componentEditor.propertyeditor.AbstractCollectionEditor
          extended by gui.componentEditor.propertyeditor.ListEditor
              extended by gui.componentEditor.propertyeditor.IteratorEditor
All Implemented Interfaces:
java.beans.PropertyEditor
Direct Known Subclasses:
ListIteratorEditor

public class IteratorEditor
extends ListEditor

A property editor for Iterator.

Version:
$Rev: 356022 $ $Date: 2007/01/21 16:43:18 $

Constructor Summary
IteratorEditor()
           
 
Method Summary
 void setValue(java.util.List list)
           
 
Methods inherited from class gui.componentEditor.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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IteratorEditor

public IteratorEditor()
Method Detail

setValue

public void setValue(java.util.List list)