Package | Description |
---|---|
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
|
Modifier and Type | Class and Description |
---|---|
class |
DeviceResourceManager
Manages SWT resources for a particular device.
|
class |
LocalResourceManager
A local registry that shares its resources with some global registry.
|
Modifier and Type | Method and Description |
---|---|
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
|
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected ResourceManager |
MarkerField.getImageManager()
Return the image manager used by the receiver.
|
Modifier and Type | Method and Description |
---|---|
void |
MarkerField.setImageManager(ResourceManager manager)
Set the imageManager.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.