com.jxml.quick.editors
Class CharEditor

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

public class CharEditor
extends PropertyEditorSupport

A PropertyEditor for "char" data. Characters that are not legal XML characters are represented textually as Java-style Unicode escapes (e.g., "\\u001c").

by Pavel Curtis--Quick 1.1


Constructor Summary
CharEditor()
           
 
Method Summary
 String getAsText()
           
 String getJavaInitializationString()
           
 void setAsText(String value)
           
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getCustomEditor, 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

CharEditor

public CharEditor()
Method Detail

getJavaInitializationString

public String getJavaInitializationString()
Overrides:
getJavaInitializationString in class PropertyEditorSupport

getAsText

public String getAsText()
Overrides:
getAsText in class PropertyEditorSupport

setAsText

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