Package | Description |
---|---|
org.eclipse.jface.resource |
Provides support for managing resources such as SWT
fonts and images.
|
org.eclipse.ui.themes |
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static RGB |
ColorUtil.getColorValue(String rawValue)
Get the RGB value for a given color.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.