Eclipse Platform
2.0

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.


Field Summary
static String IMG_CHECKEDIN_OVR
           
static String IMG_CHECKEDOUT_OVR
           
static String IMG_DIRTY_OVR
           
 

Field Detail

IMG_DIRTY_OVR

public static final String IMG_DIRTY_OVR
See Also:
Constant Field Values

IMG_CHECKEDIN_OVR

public static final String IMG_CHECKEDIN_OVR
See Also:
Constant Field Values

IMG_CHECKEDOUT_OVR

public static final String IMG_CHECKEDOUT_OVR
See Also:
Constant Field Values

Eclipse Platform
2.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.