com.jxml.quick.dtd
Class DTDCardinalEditor

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

public class DTDCardinalEditor
extends PropertyEditorSupport


Constructor Summary
DTDCardinalEditor()
           
 
Method Summary
 String getAsText()
           
 void setAsText(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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DTDCardinalEditor

public DTDCardinalEditor()
Method Detail

setAsText

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

getAsText

public String getAsText()
Overrides:
getAsText in class PropertyEditorSupport