Class DialogsImages
java.lang.Object
org.palladiosimulator.edp2.ui.dialogs.DialogsImages
Compilation of the pictures used in EDP2 dialogs.
-
Field Summary
Modifier and TypeFieldDescriptionstatic ImageRegistry
static final String
Names of images used to represent actions in ToolBar -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ImageDescriptor
getImageDescriptor
(String imageFilePath)
-
Field Details
-
TREEROOT
Names of images used to represent actions in ToolBar- See Also:
-
imageRegistry
-
-
Constructor Details
-
DialogsImages
public DialogsImages()
-
-
Method Details
-
getImageDescriptor
- 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
-