com.jxml.regexp
Class REEditor

java.lang.Object
  |
  +--java.beans.PropertyEditorSupport
        |
        +--com.jxml.regexp.REEditor
All Implemented Interfaces:
PropertyEditor

public class REEditor
extends PropertyEditorSupport


Constructor Summary
REEditor()
           
 
Method Summary
 String getAsText()
           
 void setAsText(String value)
           
static byte[] toBytes(char[] chars)
           
static char[] toChars(byte[] bytes)
           
 
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

REEditor

public REEditor()
Method Detail

getAsText

public String getAsText()
Overrides:
getAsText in class PropertyEditorSupport

setAsText

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

toChars

public static char[] toChars(byte[] bytes)

toBytes

public static byte[] toBytes(char[] chars)