jfun.yan.xml
Class SingletonModeEditor

java.lang.Object
  extended by java.beans.PropertyEditorSupport
      extended by jfun.yan.xml.SingletonModeEditor
All Implemented Interfaces:
java.beans.PropertyEditor, Deserializer

public class SingletonModeEditor
extends java.beans.PropertyEditorSupport
implements Deserializer

PropertyEditor for SingletonMode

Author:
Ben Yu Jan 6, 2006 12:59:24 AM

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

SingletonModeEditor

public SingletonModeEditor()
Method Detail

getValue

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

setAsText

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

deserialize

public java.lang.Object deserialize(java.lang.String str)
Specified by:
deserialize in interface Deserializer