photospace.beans
Class CollectionEditor

java.lang.Object
  extended byjava.beans.PropertyEditorSupport
      extended byphotospace.beans.CollectionEditor
All Implemented Interfaces:
java.beans.PropertyEditor

public class CollectionEditor
extends java.beans.PropertyEditorSupport


Constructor Summary
CollectionEditor(java.lang.Class collectionImpl, java.lang.String split, java.lang.String join)
           
 
Method Summary
 java.lang.String getAsText()
           
 void setAsText(java.lang.String text)
           
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setValue, supportsCustomEditor
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionEditor

public CollectionEditor(java.lang.Class collectionImpl,
                        java.lang.String split,
                        java.lang.String join)
Method Detail

setAsText

public void setAsText(java.lang.String text)
               throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException

getAsText

public java.lang.String getAsText()