Uses of Class
org.eclipse.jface.resource.DataFormatException
Packages that use DataFormatException
Package
Description
Provides support for managing resources such as SWT
fonts and images.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
-
Uses of DataFormatException in org.eclipse.jface.resource
Methods in org.eclipse.jface.resource that throw DataFormatExceptionModifier and TypeMethodDescriptionstatic String[]Breaks out space-separated words into an array of words.static booleanConverts the given value into a boolean.static doubleConverts the given value into a double.static floatConverts the given value into a float.static FontDataStringConverter.asFontData(String value) Converts the given value into an SWT font data object.static intConverts the given value into an int.static longConverts the given value into a long.static PointConverts the given value into an SWT point.static RectangleStringConverter.asRectangle(String value) Converts the given value into an SWT rectangle.static RGBConverts the given value into an SWT RGB color value. -
Uses of DataFormatException in org.eclipse.ui.themes
Methods in org.eclipse.ui.themes that throw DataFormatExceptionModifier and TypeMethodDescriptionstatic RGBColorUtil.getColorValue(String rawValue) Get the RGB value for a given color.