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
FieldsModifier and TypeFieldDescriptionstatic final StringOverlay identified a version controlled file.static final StringOverlay identifies a checked-out file.static final StringOverlay identifies a conflicting element.static final StringOverlay identifies a locally changed file.static final StringOverlay identifies an error in the element.static final StringOverlay identifies an element that is being worked on (e.g. is busy).static final StringOverlay identifies an error in the element.
-
Field Details
-
IMG_DIRTY_OVR
-
IMG_CHECKEDIN_OVR
-
IMG_CHECKEDOUT_OVR
-
IMG_CONFLICT_OVR
-
IMG_ERROR_OVR
-
IMG_WARNING_OVR
-
IMG_HOURGLASS_OVR
Overlay identifies an element that is being worked on (e.g. is busy).- See Also:
-