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

Packages that use ColorDescriptor
org.eclipse.jface.resource Provides support for managing resources such as SWT fonts and images. 
 

Uses of ColorDescriptor in org.eclipse.jface.resource
 

Methods in org.eclipse.jface.resource that return ColorDescriptor
static  ColorDescriptor ColorDescriptor. createFrom ( Color toCreate)
          Creates a ColorDescriptor from an existing color.
static  ColorDescriptor ColorDescriptor. createFrom ( Color toCreate, Device originalDevice)
          Deprecated. use createFrom(Color)
static  ColorDescriptor ColorDescriptor. createFrom ( RGB toCreate)
          Returns a color descriptor for the given RGB values
  ColorDescriptor ColorRegistry. getColorDescriptor ( String symbolicName)
          Returns the color descriptor associated with the given symbolic color name.
  ColorDescriptor ColorRegistry. getColorDescriptor ( String symbolicName, ColorDescriptor defaultValue)
          Returns the color descriptor associated with the given symbolic color name.
 

Methods in org.eclipse.jface.resource with parameters of type ColorDescriptor
  Color ResourceManager. createColor ( ColorDescriptor descriptor)
          Allocates a color, given a color descriptor.
 void ResourceManager. destroyColor ( ColorDescriptor descriptor)
          Undoes everything that was done by a call to ResourceManager.createColor(ColorDescriptor).
  ColorDescriptor ColorRegistry. getColorDescriptor ( String symbolicName, ColorDescriptor defaultValue)
          Returns the color descriptor associated with the given symbolic color name.
 


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