|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.beans.PropertyEditorSupport
org.jboss.util.propertyeditor.ClassArrayEditor
A property editor for Class[].
Constructor Summary | |
ClassArrayEditor()
|
Method Summary | |
java.lang.String |
getAsText()
|
void |
setAsText(java.lang.String text)
Build a Class[] from a comma/whitespace seperated list of classes |
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 |
public ClassArrayEditor()
Method Detail |
public void setAsText(java.lang.String text) throws java.lang.IllegalArgumentException
text
- - the class name list
java.lang.IllegalArgumentException
public java.lang.String getAsText()
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |