gui.componentEditor.propertyeditor
Class SetEditor

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

public class SetEditor
extends AbstractCollectionEditor

A property editor for Set.

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

Constructor Summary
SetEditor()
           
 
Method Summary
 
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

SetEditor

public SetEditor()