Class SimuControllerImages
java.lang.Object
de.uka.ipd.sdq.codegen.simucontroller.SimuControllerImages
The class is used for the administration the images stored in the Plug-In.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Names of images used to represent actions in ToolBarstatic ImageRegistry
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ImageDescriptor
getImageDescriptor
(String imageFilePath)
-
Field Details
-
CONFIGURATION
Names of images used to represent actions in ToolBar- See Also:
-
MODELS_LIST
- See Also:
-
SIMU_START
- See Also:
-
SIMU_STOP
- See Also:
-
SIMU_STOP_BLK
- See Also:
-
SIMU_GENERATE
- See Also:
-
SIMU_DELETE
- See Also:
-
SIMUCOM_CONF
- See Also:
-
MASCHINE
- See Also:
-
MASCHINE_BUSY
- See Also:
-
MASCHINE_PAUSE
- See Also:
-
imageRegistry
-
-
Constructor Details
-
SimuControllerImages
public SimuControllerImages()
-
-
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
-