com.jxml.quick.tf
Class QDataClassEditor

java.lang.Object
  |
  +--java.beans.PropertyEditorSupport
        |
        +--com.jxml.quick.tf.QDataClassEditor
All Implemented Interfaces:
PropertyEditor

public class QDataClassEditor
extends PropertyEditorSupport


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

Constructor Detail

QDataClassEditor

public QDataClassEditor()
Method Detail

setAsText

public void setAsText(String text)
Overrides:
setAsText in class PropertyEditorSupport