static String[] |
StringConverter.asArray(String value) |
Breaks out space-separated words into an array of words.
|
static boolean |
StringConverter.asBoolean(String value) |
Converts the given value into a boolean.
|
static double |
StringConverter.asDouble(String value) |
Converts the given value into a double.
|
static float |
StringConverter.asFloat(String value) |
Converts the given value into a float.
|
static FontData |
StringConverter.asFontData(String value) |
Converts the given value into an SWT font data object.
|
static int |
StringConverter.asInt(String value) |
Converts the given value into an int.
|
static long |
StringConverter.asLong(String value) |
Converts the given value into a long.
|
static Point |
StringConverter.asPoint(String value) |
Converts the given value into an SWT point.
|
static Rectangle |
StringConverter.asRectangle(String value) |
Converts the given value into an SWT rectangle.
|
static RGB |
StringConverter.asRGB(String value) |
Converts the given value into an SWT RGB color value.
|