|
||||||||||
| 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.IntegerRangeArrayEditor
The IntegerRangeArrayEditor class parses a comma separated list of two numbers with a '-' character in between (ex '1-10,13-20,21-23') into a two dimensional array of integers. The first number should be less than the second number.
| Constructor Summary | |
IntegerRangeArrayEditor()
|
|
| Method Summary | |
void |
setAsText(java.lang.String val)
Parses a string into a two dimensional array of integers. |
| 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 IntegerRangeArrayEditor()
| Method Detail |
public void setAsText(java.lang.String val)
throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||