org.ejtools.adwt.editor
Class ArrayEditor
java.lang.Object
|
+--java.beans.PropertyEditorSupport
|
+--org.ejtools.adwt.editor.GenericEditor
|
+--org.ejtools.adwt.editor.ArrayEditor
- All Implemented Interfaces:
- java.beans.PropertyEditor
- public class ArrayEditor
- extends GenericEditor
- Version:
- $Revision: 1.7 $
- Author:
- Laurent Etiemble
|
Field Summary |
protected java.lang.Object[] |
array
Description of the Field |
protected java.lang.Class |
clazz
Description of the Field |
protected javax.swing.JPanel |
panel
Description of the Field |
|
Constructor Summary |
ArrayEditor(java.lang.Class clazz)
Constructor for ArrayEditor. |
| Methods inherited from class java.beans.PropertyEditorSupport |
addPropertyChangeListener, firePropertyChange, getAsText, getJavaInitializationString, getTags, isPaintable, paintValue, removePropertyChangeListener, setAsText |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
array
protected java.lang.Object[] array
- Description of the Field
clazz
protected java.lang.Class clazz
- Description of the Field
panel
protected javax.swing.JPanel panel
- Description of the Field
ArrayEditor
public ArrayEditor(java.lang.Class clazz)
- Constructor for ArrayEditor.
- Parameters:
clazz - Description of the Parameter
getCustomEditor
public java.awt.Component getCustomEditor()
- Specified by:
getCustomEditor in interface java.beans.PropertyEditor- Overrides:
getCustomEditor in class java.beans.PropertyEditorSupport
- Returns:
- The customEditor value
setValue
public void setValue(java.lang.Object value)
- Description copied from class:
GenericEditor
- Setter for the value attribute
- Specified by:
setValue in interface java.beans.PropertyEditor- Overrides:
setValue in class GenericEditor
- Parameters:
value - The new value value
supportsCustomEditor
public boolean supportsCustomEditor()
- Specified by:
supportsCustomEditor in interface java.beans.PropertyEditor- Overrides:
supportsCustomEditor in class java.beans.PropertyEditorSupport
- Returns:
- Description of the Return Value
Copyright © 2002-2003 EJTools Org.. All Rights Reserved.