gui.componentEditor.propertyeditor
Class CollectionEditor

java.lang.Object
  extended by java.beans.PropertyEditorSupport
      extended by gui.componentEditor.propertyeditor.AbstractCollectionEditor
          extended by gui.componentEditor.propertyeditor.CollectionEditor
All Implemented Interfaces:
java.beans.PropertyEditor

public class CollectionEditor
extends AbstractCollectionEditor

A property editor for Collection.

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

Constructor Summary
CollectionEditor()
           
 
Method Summary
 void setValue(java.lang.Object value)
           
 
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, supportsCustomEditor
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionEditor

public CollectionEditor()
Method Detail

setValue

public void setValue(java.lang.Object value)
Specified by:
setValue in interface java.beans.PropertyEditor
Overrides:
setValue in class java.beans.PropertyEditorSupport