edu.toronto.cs.beans.editors
Class MvSetFactoryClassEditor

java.lang.Object
  extended by java.beans.PropertyEditorSupport
      extended by edu.toronto.cs.beans.editors.MvSetFactoryClassEditor
All Implemented Interfaces:
java.beans.PropertyEditor

public class MvSetFactoryClassEditor
extends java.beans.PropertyEditorSupport

Bean editor for MvSetFactory.class type


Constructor Summary
MvSetFactoryClassEditor()
           
 
Method Summary
 java.lang.String getAsText()
           
 java.lang.String[] getTags()
           
 java.lang.Object getValue()
           
 void setAsText(java.lang.String text)
           
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getSource, 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

MvSetFactoryClassEditor

public MvSetFactoryClassEditor()
Method Detail

getTags

public java.lang.String[] getTags()
Specified by:
getTags in interface java.beans.PropertyEditor
Overrides:
getTags in class java.beans.PropertyEditorSupport

setAsText

public void setAsText(java.lang.String text)
               throws java.lang.IllegalArgumentException
Specified by:
setAsText in interface java.beans.PropertyEditor
Overrides:
setAsText in class java.beans.PropertyEditorSupport
Throws:
java.lang.IllegalArgumentException

getAsText

public java.lang.String getAsText()
Specified by:
getAsText in interface java.beans.PropertyEditor
Overrides:
getAsText in class java.beans.PropertyEditorSupport

getValue

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