|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Shared images owned by this plugin.
Use the getImage(java.lang.String) or getImageDescriptor(java.lang.String) methods
with one of the image constants.
| Field Summary | |
static java.lang.String |
BLOCKED_ICON
|
static java.lang.String |
BLOCKED16X16_ICON
|
static java.lang.String |
BLOCKEDDIFF_ICON
|
static java.lang.String |
BLOCKEDDIFF16X16_ICON
|
static java.lang.String |
DEPENDSON_ICON
|
static java.lang.String |
IGNORED_ICON
|
static java.lang.String |
REFEDBY16x16_ICON
|
static java.lang.String |
UNREFERENCED_ICON
|
static java.lang.String |
UNRES16X16_ICON
|
static java.lang.String |
UNRESOLVED_ICON
|
static java.lang.String |
WONTLOAD_ICON
|
| Method Summary | |
Image |
getImage(java.lang.String symbolicName)
Retrieves the specified image from the class path helpers plugin's image registry. |
ImageDescriptor |
getImageDescriptor(java.lang.String symbolicName)
Retrieves the image descriptor for specified image from ui plugin's image registry. |
| Field Detail |
public static final java.lang.String UNRESOLVED_ICON
public static final java.lang.String BLOCKEDDIFF_ICON
public static final java.lang.String BLOCKEDDIFF16X16_ICON
public static final java.lang.String BLOCKED_ICON
public static final java.lang.String BLOCKED16X16_ICON
public static final java.lang.String UNRES16X16_ICON
public static final java.lang.String REFEDBY16x16_ICON
public static final java.lang.String DEPENDSON_ICON
public static final java.lang.String IGNORED_ICON
public static final java.lang.String UNREFERENCED_ICON
public static final java.lang.String WONTLOAD_ICON
| Method Detail |
public Image getImage(java.lang.String symbolicName)
Image is managed by the plugin; clients
must not dispose of the returned image.
symbolicName - the symbolic name of the image; there are constants
declared in this interface for build-in images that come with the ui plugin
null if not foundpublic ImageDescriptor getImageDescriptor(java.lang.String symbolicName)
Images, image descriptors themselves do
not need to be disposed.
symbolicName - the symbolic name of the image; there are constants
declared in this interface for build-in images that come with the ui plugin
null if not found
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||