blob: 1b324faa49c446750d4d8109d18150d23aadef2f [file] [log] [blame]
package org.eclipse.team.ui;
/*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
import org.eclipse.jface.resource.ImageDescriptor;
/**
* 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.
*/
public interface ISharedImages {
public final String IMG_DIRTY_OVR = "ovr/dirty_ov.gif";
public final String IMG_CHECKEDIN_OVR = "ovr/checkedin_ov.gif";
public final String IMG_CHECKEDOUT_OVR = "ovr/checkedout_ov.gif";
}