Eclipse Platform
Release 3.4

Uses of Class
org.eclipse.jface.resource.DataFormatException

Packages that use DataFormatException
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.  
 

Uses of DataFormatException in org.eclipse.jface.resource
 

Methods in org.eclipse.jface.resource that throw DataFormatException
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.
 

Uses of DataFormatException in org.eclipse.ui.themes
 

Methods in org.eclipse.ui.themes that throw DataFormatException
static RGB ColorUtil.getColorValue(String rawValue)
          Get the RGB value for a given color.
 


Eclipse Platform
Release 3.4

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.