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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CharEditor
public CharEditor()
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