List of usage examples for org.eclipse.jface.resource ImageRegistry dispose
public void dispose()
From source file:org.eclipse.gyrex.admin.ui.persistence.internal.PersistenceUiActivator.java
License:Open Source License
@Override protected void doStop(final BundleContext context) throws Exception { instance = null;//from w w w .j a va 2 s . co m final ImageRegistry imageRegistry = imageRegistryRef.getAndSet(null); if (null != imageRegistry) { imageRegistry.dispose(); } }