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

Packages that use ResourceManager
org.eclipse.jface.resource Provides support for managing resources such as SWT fonts and images. 
org.eclipse.ui.views.markers Utility classes for working with markers in views
  
 

Uses of ResourceManager in org.eclipse.jface.resource
 

Subclasses of ResourceManager in org.eclipse.jface.resource
 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 ()
          Returns the ResourceManager for the current display.
static  ResourceManager JFaceResources. getResources ( Display toQuery)
          Returns the global resource manager for the given display
 

Constructors in org.eclipse.jface.resource with parameters of type ResourceManager
ImageRegistry ( ResourceManager manager)
          Creates an empty image registry using the given resource manager to allocate images.
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.
 

Uses of ResourceManager in org.eclipse.ui.views.markers
 

Methods in org.eclipse.ui.views.markers that return ResourceManager
protected   ResourceManager MarkerField. getImageManager ()
          Return the image manager used by the receiver.
 

Methods in org.eclipse.ui.views.markers with parameters of type ResourceManager
 void MarkerField. setImageManager ( ResourceManager manager)
          Set the imageManager.
 


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