org.jboss.test.jmx.xmbean
Class CustomTypeEditor

java.lang.Object
  extended byjava.beans.PropertyEditorSupport
      extended byorg.jboss.test.jmx.xmbean.CustomTypeEditor
All Implemented Interfaces:
java.beans.PropertyEditor

public class CustomTypeEditor
extends java.beans.PropertyEditorSupport


Constructor Summary
CustomTypeEditor()
           
 
Method Summary
 java.lang.String getAsText()
           
 void setAsText(java.lang.String text)
          Convert "x.y" text to a CustomType(x, y)
 
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

CustomTypeEditor

public CustomTypeEditor()
Method Detail

setAsText

public void setAsText(java.lang.String text)
               throws java.lang.IllegalArgumentException
Convert "x.y" text to a CustomType(x, y)

Parameters:
text -
Throws:
java.lang.IllegalArgumentException

getAsText

public java.lang.String getAsText()