Class PCMBenchTabsImages
- java.lang.Object
-
- org.palladiosimulator.editors.commons.tabs.PCMBenchTabsImages
-
public class PCMBenchTabsImages extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
ADD_SIGN
Names of images used to represent actions in ToolBarstatic String
DELETE_SIGN
static ImageRegistry
imageRegistry
-
Constructor Summary
Constructors Constructor Description PCMBenchTabsImages()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ImageDescriptor
getImageDescriptor(String imageFilePath)
-
-
-
Field Detail
-
ADD_SIGN
public static final String ADD_SIGN
Names of images used to represent actions in ToolBar- See Also:
- Constant Field Values
-
DELETE_SIGN
public static final String DELETE_SIGN
- See Also:
- Constant Field Values
-
imageRegistry
public static ImageRegistry imageRegistry
-
-
Method Detail
-
getImageDescriptor
public static ImageDescriptor getImageDescriptor(String imageFilePath)
- Parameters:
imageFilePath
- the relative to the root of the plug-in; the path must be legal- Returns:
- an image descriptor, or null if no image could be found
-
-