Uses of Class
org.eclipse.jface.resource.ResourceManager
Package
Description
Provides support for managing resources such as SWT
fonts and images.
Utility classes for working with markers in views
-
Uses of ResourceManager in org.eclipse.jface.resource
Modifier and TypeClassDescriptionfinal class
Manages SWT resources for a particular device.class
A LRU based ResourceManager Wrapper.final class
A local registry that shares its resources with some global registry.Modifier and TypeMethodDescriptionstatic ResourceManager
JFaceResources.getResources()
Returns the ResourceManager for the current display.static ResourceManager
JFaceResources.getResources
(Display toQuery) Returns the global resource manager for the given displayModifierConstructorDescriptionImageRegistry
(ResourceManager manager) Creates an empty image registry using the given resource manager to allocate images.LazyResourceManager
(int cacheSize, ResourceManager parent) 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
Modifier and TypeMethodDescriptionprotected ResourceManager
MarkerField.getImageManager()
Return the image manager used by the receiver.Modifier and TypeMethodDescriptionfinal void
MarkerField.setImageManager
(ResourceManager manager) Set the imageManager.