Class DialogsImages
java.lang.Object
org.palladiosimulator.editors.commons.dialogs.DialogsImages
The Class DialogsImages.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringNames of images used to represent actions in ToolBar.static final StringThe Constant DELETE.static final StringThe Constant DOWN.static final StringThe Constant ERROR.static ImageRegistryThe image registry.static final StringThe Constant UP.static final StringThe Constant WARNING. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ImageDescriptorgetImageDescriptor(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
-