Package org.eclipse.team.ui
Interface ISharedImages
-
public interface ISharedImagesImages 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:
TeamImages
-
-
Field Summary
Fields Modifier and Type Field Description static StringIMG_CHECKEDIN_OVROverlay identified a version controlled file.static StringIMG_CHECKEDOUT_OVROverlay identifies a checked-out file.static StringIMG_CONFLICT_OVROverlay identifies a conflicting element.static StringIMG_DIRTY_OVROverlay identifies a locally changed file.static StringIMG_ERROR_OVROverlay identifies an error in the element.static StringIMG_HOURGLASS_OVROverlay identifies an element that is being worked on (e.g. is busy).static StringIMG_WARNING_OVROverlay identifies an error in the element.
-
-
-
Field Detail
-
IMG_DIRTY_OVR
static final String IMG_DIRTY_OVR
Overlay identifies a locally changed file.- See Also:
- Constant Field Values
-
IMG_CHECKEDIN_OVR
static final String IMG_CHECKEDIN_OVR
Overlay identified a version controlled file.- See Also:
- Constant Field Values
-
IMG_CHECKEDOUT_OVR
static final String IMG_CHECKEDOUT_OVR
Overlay identifies a checked-out file.- See Also:
- Constant Field Values
-
IMG_CONFLICT_OVR
static final String IMG_CONFLICT_OVR
Overlay identifies a conflicting element.- See Also:
- Constant Field Values
-
IMG_ERROR_OVR
static final String IMG_ERROR_OVR
Overlay identifies an error in the element.- See Also:
- Constant Field Values
-
IMG_WARNING_OVR
static final String IMG_WARNING_OVR
Overlay identifies an error in the element.- See Also:
- Constant Field Values
-
IMG_HOURGLASS_OVR
static final String IMG_HOURGLASS_OVR
Overlay identifies an element that is being worked on (e.g. is busy).- See Also:
- Constant Field Values
-
-