public class DoubleArrayEditor extends StringArrayEditor
PROP_VALUE_VALID, PROPERTY_HELP_ID| Constructor and Description |
|---|
DoubleArrayEditor() |
| Modifier and Type | Method and Description |
|---|---|
static String[] |
doublesToStrings(double[] doubles) |
Component |
getCustomEditor() |
String[] |
getStringArray() |
Object |
getValue() |
void |
setStringArray(String[] value) |
void |
setValue(Object value) |
static double[] |
stringsToDoubles(String[] strings) |
addPropertyChangeListener, attachEnv, getAsText, getJavaInitializationString, getStrings, getTags, isPaintable, paintValue, readFromXML, removePropertyChangeListener, setAsText, storeToXML, supportsCustomEditorpublic Object getValue()
getValue in interface PropertyEditorgetValue in class StringArrayEditorpublic void setValue(Object value)
setValue in interface PropertyEditorsetValue in class StringArrayEditorpublic static String[] doublesToStrings(double[] doubles)
public static double[] stringsToDoubles(String[] strings)
public String[] getStringArray()
getStringArray in interface StringArrayCustomizablegetStringArray in class StringArrayEditorpublic void setStringArray(String[] value)
setStringArray in interface StringArrayCustomizablesetStringArray in class StringArrayEditorpublic Component getCustomEditor()
getCustomEditor in interface PropertyEditorgetCustomEditor in class StringArrayEditorCopyright © 2016. All rights reserved.