org.eclipse.emf.edit.ui.provider
Class ExtendedImageRegistry

java.lang.Object
  extended byorg.eclipse.emf.edit.ui.provider.ExtendedImageRegistry

public class ExtendedImageRegistry
extends Object


Field Summary
protected static String createChildURLPrefix
           
static ExtendedImageRegistry INSTANCE
           
protected static String itemURLPrefix
           
protected static String resourceURLPrefix
           
protected  HashMap table
           
 
Constructor Summary
ExtendedImageRegistry()
           
ExtendedImageRegistry(Display display)
           
 
Method Summary
 Image getImage(Object object)
           
 ImageDescriptor getImageDescriptor(Object object)
           
static ExtendedImageRegistry getInstance()
           
protected  void handleDisplayDispose()
           
protected  void hookDisplayDispose(Display display)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final ExtendedImageRegistry INSTANCE

table

protected HashMap table

resourceURLPrefix

protected static String resourceURLPrefix

itemURLPrefix

protected static String itemURLPrefix

createChildURLPrefix

protected static String createChildURLPrefix
Constructor Detail

ExtendedImageRegistry

public ExtendedImageRegistry()

ExtendedImageRegistry

public ExtendedImageRegistry(Display display)
Method Detail

getInstance

public static ExtendedImageRegistry getInstance()

getImage

public Image getImage(Object object)

getImageDescriptor

public ImageDescriptor getImageDescriptor(Object object)

handleDisplayDispose

protected void handleDisplayDispose()

hookDisplayDispose

protected void hookDisplayDispose(Display display)

Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.