Class DialogsImages
java.lang.Object
org.palladiosimulator.editors.commons.dialogs.DialogsImages
The Class DialogsImages.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Names of images used to represent actions in ToolBar.static final String
The Constant DELETE.static final String
The Constant DOWN.static final String
The Constant ERROR.static ImageRegistry
The image registry.static final String
The Constant UP.static final String
The Constant WARNING. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ImageDescriptor
getImageDescriptor
(String imageFilePath) Gets the image descriptor.
-
Field Details
-
ADD
Names of images used to represent actions in ToolBar.- See Also:
-
DELETE
The Constant DELETE.- See Also:
-
UP
The Constant UP.- See Also:
-
DOWN
The Constant DOWN.- See Also:
-
ERROR
The Constant ERROR.- See Also:
-
WARNING
The Constant WARNING.- See Also:
-
imageRegistry
The image registry.
-
-
Constructor Details
-
DialogsImages
public DialogsImages()
-
-
Method Details
-
getImageDescriptor
Gets the image descriptor.- 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
-