|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.beans.PropertyEditorSupport
net.sourceforge.jdbcimporter.util.IntegerArrayEditor
The IntegerArrayEditor converts a comma-separated list of numbers into an array of integers. The array should be in ascending order.
Constructor Summary | |
IntegerArrayEditor()
|
Method Summary | |
void |
setAsText(java.lang.String val)
Parses a string into an array of integers that are in ascending order. |
Methods inherited from class java.beans.PropertyEditorSupport |
addPropertyChangeListener, firePropertyChange, getAsText, 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 IntegerArrayEditor()
Method Detail |
public void setAsText(java.lang.String val) throws java.lang.IllegalArgumentException
val
- the string
java.lang.IllegalArgumentException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |