Eclipse Platform
Release 3.1

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

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

Uses of ResourceManager in org.eclipse.jface.resource
 

Subclasses of ResourceManager in org.eclipse.jface.resource
(package private)  class org.eclipse.jface.resource.AbstractResourceManager
          Abstract implementation of ResourceManager.
 class DeviceResourceManager
          Manages SWT resources for a particular device.
 class LocalResourceManager
          A local registry that shares its resources with some global registry.
 

Methods in org.eclipse.jface.resource that return ResourceManager
static ResourceManager JFaceResources.getResources(Display toQuery)
          Returns the global resource manager for the given display
static ResourceManager JFaceResources.getResources()
          Returns the ResourceManager for the current display.
 

Constructors in org.eclipse.jface.resource with parameters of type ResourceManager
LocalResourceManager(ResourceManager parentRegistry)
          Creates a local registry that delegates to the given global registry for all resource allocation and deallocation.
LocalResourceManager(ResourceManager parentRegistry, Control owner)
          Creates a local registry that wraps the given global registry.
ImageRegistry(ResourceManager manager)
          Creates an empty image registry using the given resource manager to allocate images.
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

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