com.jxml.quick.editors
Class Base64Editor
java.lang.Object
|
+--java.beans.PropertyEditorSupport
|
+--com.jxml.quick.editors.Base64Editor
- All Implemented Interfaces:
- PropertyEditor
- public class Base64Editor
- extends PropertyEditorSupport
A PropertyEditor for binary data (byte[]).
Quick 1.1
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 |
Base64Editor
public Base64Editor()
getAsText
public String getAsText()
- Overrides:
getAsText
in class PropertyEditorSupport
setAsText
public void setAsText(String value)
throws IllegalArgumentException
- Overrides:
setAsText
in class PropertyEditorSupport