Uses of Interface
org.eclipse.emf.facet.custom.metamodel.custompt.IImage

Packages that use IImage
org.eclipse.emf.facet.custom.ui   
 

Uses of IImage in org.eclipse.emf.facet.custom.ui
 

Methods in org.eclipse.emf.facet.custom.ui that return IImage
static IImage ImageUtils.wrap(Image image)
          Creates an IImage that wraps the given SWT Image
 

Methods in org.eclipse.emf.facet.custom.ui with parameters of type IImage
static Image ImageUtils.unwrap(IImage image)
          Returns the SWT Image represented by this IImage