com.tssap.util.ui.image
Interface ISapImage

All Known Implementing Classes:
SapImage

public interface ISapImage

This auxiliary class defines constants for SAP standard icons. These constants are used to access icon resources. The physical storage location is referenced and short texts are stored in the definition of the constant. This class is used by the method SapIdeUtilImage.getSapImage(), which needs parameters to access the resource pool of SAP standard icons using constant names.


Method Summary
 java.lang.String getFileName()
          Returns the file name.
 java.lang.String getFilePath()
          Returns the file path.
 java.lang.String getImageId()
          Returns a unique id, needed to store the image in an image registry.
 java.lang.String getPluginId()
          Returns the plugin id of the corresponding plugin
 java.lang.String getShortText()
          Returns the shortText.
 

Method Detail

getFilePath

public java.lang.String getFilePath()
Returns the file path.
Returns:
String

getFileName

public java.lang.String getFileName()
Returns the file name.
Returns:
String

getShortText

public java.lang.String getShortText()
Returns the shortText.
Returns:
String

getPluginId

public java.lang.String getPluginId()
Returns the plugin id of the corresponding plugin
Returns:
String

getImageId

public java.lang.String getImageId()
Returns a unique id, needed to store the image in an image registry.
Returns:
String


Copyright © 2005 SAP AG. All Rights Reserved.