org.apache.geronimo.common.propertyeditor
Class ArrayPropertyEditorAdapter
java.lang.Object
java.beans.PropertyEditorSupport
org.apache.geronimo.common.propertyeditor.ArrayPropertyEditorAdapter
- All Implemented Interfaces:
- java.beans.PropertyEditor
- public final class ArrayPropertyEditorAdapter
- extends java.beans.PropertyEditorSupport
Adapter for editing array types.
- Version:
- $Rev: 46019 $ $Date: 2004-09-14 05:56:06 -0400 (Tue, 14 Sep 2004) $
|
Field Summary |
private java.beans.PropertyEditor |
editor
|
private java.lang.Class |
type
|
| Fields inherited from class java.beans.PropertyEditorSupport |
|
| 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 |
type
private java.lang.Class type
editor
private java.beans.PropertyEditor editor
ArrayPropertyEditorAdapter
public ArrayPropertyEditorAdapter(java.lang.Class type,
java.beans.PropertyEditor editor)
setAsText
public void setAsText(java.lang.String text)
getAsText
public java.lang.String getAsText()
Copyright © 2005 Apache Software Foundation. All Rights Reserved.