Package org.eclipse.ui.ide
Interface IDE.SharedImages
-
- Enclosing class:
- IDE
public static interface IDE.SharedImagesStandard shared images defined by the IDE. These are over and above the standard workbench images declared inISharedImages.This interface is not intended to be implemented by clients.
- See Also:
ISharedImages
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringIMG_OBJ_PROJECTIdentifies a project image.static java.lang.StringIMG_OBJ_PROJECT_CLOSEDIdentifies a closed project image.static java.lang.StringIMG_OBJS_BKMRK_TSKIdentifies the default image used to indicate a bookmark.static java.lang.StringIMG_OBJS_TASK_TSKIdentifies the default image used to indicate a task.static java.lang.StringIMG_OPEN_MARKERIdentifies the image used for "open marker".
-
-
-
Field Detail
-
IMG_OBJ_PROJECT
static final java.lang.String IMG_OBJ_PROJECT
Identifies a project image.- See Also:
- Constant Field Values
-
IMG_OBJ_PROJECT_CLOSED
static final java.lang.String IMG_OBJ_PROJECT_CLOSED
Identifies a closed project image.- See Also:
- Constant Field Values
-
IMG_OPEN_MARKER
static final java.lang.String IMG_OPEN_MARKER
Identifies the image used for "open marker".- See Also:
- Constant Field Values
-
IMG_OBJS_TASK_TSK
static final java.lang.String IMG_OBJS_TASK_TSK
Identifies the default image used to indicate a task.- See Also:
- Constant Field Values
-
IMG_OBJS_BKMRK_TSK
static final java.lang.String IMG_OBJS_BKMRK_TSK
Identifies the default image used to indicate a bookmark.- See Also:
- Constant Field Values
-
-