Class DialogsImages
- java.lang.Object
-
- org.palladiosimulator.editors.commons.dialogs.DialogsImages
-
public class DialogsImages extends Object
The Class DialogsImages.
-
-
Field Summary
Fields Modifier and Type Field Description static StringADDNames of images used to represent actions in ToolBar.static StringDELETEThe Constant DELETE.static StringDOWNThe Constant DOWN.static StringERRORThe Constant ERROR.static ImageRegistryimageRegistryThe image registry.static StringUPThe Constant UP.static StringWARNINGThe Constant WARNING.
-
Constructor Summary
Constructors Constructor Description DialogsImages()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ImageDescriptorgetImageDescriptor(String imageFilePath)Gets the image descriptor.
-
-
-
Field Detail
-
ADD
public static final String ADD
Names of images used to represent actions in ToolBar.- See Also:
- Constant Field Values
-
DELETE
public static final String DELETE
The Constant DELETE.- See Also:
- Constant Field Values
-
UP
public static final String UP
The Constant UP.- See Also:
- Constant Field Values
-
DOWN
public static final String DOWN
The Constant DOWN.- See Also:
- Constant Field Values
-
ERROR
public static final String ERROR
The Constant ERROR.- See Also:
- Constant Field Values
-
WARNING
public static final String WARNING
The Constant WARNING.- See Also:
- Constant Field Values
-
imageRegistry
public static ImageRegistry imageRegistry
The image registry.
-
-
Method Detail
-
getImageDescriptor
public static ImageDescriptor getImageDescriptor(String imageFilePath)
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
-
-