com.jxml.quick.swing
Class SwingConstantsEditor

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

public class SwingConstantsEditor
extends PropertyEditorSupport


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

SwingConstantsEditor

public SwingConstantsEditor()
Method Detail

setAsText

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