Class DialogsImages
- java.lang.Object
-
- de.uka.ipd.sdq.sensorframework.dialogs.DialogsImages
-
public class DialogsImages extends Object
Deprecated.Superseded by EDP2.
-
-
Field Summary
Fields Modifier and Type Field Description static ImageRegistryimageRegistryDeprecated.static StringTREEROOTDeprecated.Names of images used to represent actions in ToolBar
-
Constructor Summary
Constructors Constructor Description DialogsImages()Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static ImageDescriptorgetImageDescriptor(String imageFilePath)Deprecated.
-
-
-
Field Detail
-
TREEROOT
public static final String TREEROOT
Deprecated.Names of images used to represent actions in ToolBar- See Also:
- Constant Field Values
-
imageRegistry
public static ImageRegistry imageRegistry
Deprecated.
-
-
Method Detail
-
getImageDescriptor
public static ImageDescriptor getImageDescriptor(String imageFilePath)
Deprecated.- 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
-
-