Eclipse Platform
Release 3.1

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
 ColorDescriptor ColorRegistry.getColorDescriptor(String symbolicName)
          Returns the color descriptor associated with the given symbolic color name.
static ColorDescriptor ColorDescriptor.createFrom(Color toCreate, Device originalDevice)
          Creates a ColorDescriptor from an existing Color, given the Device associated with the original Color.
static ColorDescriptor ColorDescriptor.createFrom(Color toCreate)
          Creates a ColorDescriptor from an existing color.
static ColorDescriptor ColorDescriptor.createFrom(RGB toCreate)
          Returns a color descriptor for the given RGB values
 

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 createColor(...).
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.