Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

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.5

Guidelines for using Eclipse APIs.

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


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire