com.tssap.util.ui.image
Interface ISapSharedImages

All Known Implementing Classes:
SapSharedImages

public interface ISapSharedImages

This interface is derived from org.eclipse.ui.ISharedImages and allows you to access registry constants directly from the central icon repository in the Eclipse Workbench. ISharedImages thus provides a registry for all the icons used in the Workbench plug-in. It makes sense to allow other plug-ins to access these icons, since they are standard icons intended for use when you create project resources (such as projects, files, and folders). ISharedImages stipulates the two methods getImage() and getImageDescriptor() for the implementing classes. To connect the image registry with the Workbench plug-ins, the ISapSharedImages interface is implemented by the toolkit class SapSharedImages.




Copyright © 2005 SAP AG. All Rights Reserved.