gui.componentEditor.propertyeditor
Class ArrayPropertyEditorAdapter

java.lang.Object
  extended by java.beans.PropertyEditorSupport
      extended by gui.componentEditor.propertyeditor.ArrayPropertyEditorAdapter
All Implemented Interfaces:
java.beans.PropertyEditor

public final class ArrayPropertyEditorAdapter
extends java.beans.PropertyEditorSupport

Adapter for editing array types.

Version:
$Rev: 356022 $ $Date: 2007/01/21 16:43:18 $

Constructor Summary
ArrayPropertyEditorAdapter(java.lang.Class type, java.beans.PropertyEditor editor)
           
 
Method Summary
 java.lang.String getAsText()
           
 void setAsText(java.lang.String text)
           
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditor
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayPropertyEditorAdapter

public ArrayPropertyEditorAdapter(java.lang.Class type,
                                  java.beans.PropertyEditor editor)
Method Detail

setAsText

public void setAsText(java.lang.String text)
Specified by:
setAsText in interface java.beans.PropertyEditor
Overrides:
setAsText in class java.beans.PropertyEditorSupport

getAsText

public java.lang.String getAsText()
Specified by:
getAsText in interface java.beans.PropertyEditor
Overrides:
getAsText in class java.beans.PropertyEditorSupport