Package org.eclipse.team.ui
Interface ISharedImages
public interface ISharedImages
Images that are available for providers to re-use. They include
common overlays and wizard images. A provider can use their own
custom images, these shared images are only available for
convenience.
- Since:
- 2.0
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Overlay identified a version controlled file.static final String
Overlay identifies a checked-out file.static final String
Overlay identifies a conflicting element.static final String
Overlay identifies a locally changed file.static final String
Overlay identifies an error in the element.static final String
Overlay identifies an element that is being worked on (e.g. is busy).static final String
Overlay identifies an error in the element.
-
Field Details
-
IMG_DIRTY_OVR
Overlay identifies a locally changed file.- See Also:
-
IMG_CHECKEDIN_OVR
Overlay identified a version controlled file.- See Also:
-
IMG_CHECKEDOUT_OVR
Overlay identifies a checked-out file.- See Also:
-
IMG_CONFLICT_OVR
Overlay identifies a conflicting element.- See Also:
-
IMG_ERROR_OVR
Overlay identifies an error in the element.- See Also:
-
IMG_WARNING_OVR
Overlay identifies an error in the element.- See Also:
-
IMG_HOURGLASS_OVR
Overlay identifies an element that is being worked on (e.g. is busy).- See Also:
-