Package org.eclipse.ui.ide
Interface IDE.SharedImages
- Enclosing class:
- IDE
public static interface IDE.SharedImages
Standard shared images defined by the IDE. These are over and above the
standard workbench images declared in
ISharedImages
.
This interface is not intended to be implemented by clients.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Identifies a project image.static final String
Identifies a closed project image.static final String
Identifies the default image used to indicate a bookmark.static final String
Identifies the default image used to indicate a task.static final String
Identifies the image used for "open marker".
-
Field Details
-
IMG_OBJ_PROJECT
Identifies a project image.- See Also:
-
IMG_OBJ_PROJECT_CLOSED
Identifies a closed project image.- See Also:
-
IMG_OPEN_MARKER
Identifies the image used for "open marker".- See Also:
-
IMG_OBJS_TASK_TSK
Identifies the default image used to indicate a task.- See Also:
-
IMG_OBJS_BKMRK_TSK
Identifies the default image used to indicate a bookmark.- See Also:
-