FileDocCategorySizeDatePackage
IImageLoader.javaAPI DocAndroid 1.5 API1452Wed May 06 22:41:08 BST 2009com.android.ddmuilib

IImageLoader

public interface IImageLoader
Interface defining an image loader. jar app/lib and plugin have different packaging method so each implementation will be different. The implementation should implement at least one of the methods, and preferably both if possible.

Fields Summary
Constructors Summary
Methods Summary
public org.eclipse.jface.resource.ImageDescriptorloadDescriptor(java.lang.String filename, org.eclipse.swt.widgets.Display display)
Load an ImageDescriptor from the resource from a filename

param
filename
param
display

public org.eclipse.swt.graphics.ImageloadImage(java.lang.String filename, org.eclipse.swt.widgets.Display display)
Load an image from the resource from a filename

param
filename
param
display