|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.cdt.debug.internal.ui.CDebugImageDescriptorRegistry
public class CDebugImageDescriptorRegistry
A registry that maps ImageDescriptors
to Image
.
Constructor Summary | |
---|---|
CDebugImageDescriptorRegistry()
Creates a new image descriptor registry for the current or default display, respectively. |
|
CDebugImageDescriptorRegistry(org.eclipse.swt.widgets.Display display)
Creates a new image descriptor registry for the given display. |
Method Summary | |
---|---|
void |
dispose()
Disposes all images managed by this registry. |
org.eclipse.swt.graphics.Image |
get(org.eclipse.jface.resource.ImageDescriptor descriptor)
Returns the image associated with the given image descriptor. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CDebugImageDescriptorRegistry()
public CDebugImageDescriptorRegistry(org.eclipse.swt.widgets.Display display)
diaplay
- the display the images managed by this registry are allocated forMethod Detail |
---|
public org.eclipse.swt.graphics.Image get(org.eclipse.jface.resource.ImageDescriptor descriptor)
descriptor
- the image descriptor for which the registry manages an image
null
if the image descriptor can't create the requested image.public void dispose()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |