|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ImageRegistryService
The ImageRegistryService allows to retrieve Images based on a Bundle and a path within or an URL. The images
are loaded only once.
| Method Summary | |
|---|---|
org.eclipse.swt.graphics.Image |
getImage(org.osgi.framework.Bundle bundle,
String path)
Retrieve an Image based on a Bundle and a path within. |
org.eclipse.swt.graphics.Image |
getImage(URL url)
Retrieve an Image based on an URL. |
| Method Detail |
|---|
org.eclipse.swt.graphics.Image getImage(org.osgi.framework.Bundle bundle,
String path)
Image based on a Bundle and a path within.
bundle - the Bundle to get the image frompath - the path to the image within the bundle
Imageorg.eclipse.swt.graphics.Image getImage(URL url)
Image based on an URL.
url - the URL to load the image from
Image
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||