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


Constructor Summary
Base64Editor()
           
 
Method Summary
 String getAsText()
           
 void setAsText(String value)
           
 
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

Base64Editor

public Base64Editor()
Method Detail

getAsText

public String getAsText()
Overrides:
getAsText in class PropertyEditorSupport

setAsText

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