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
FieldsModifier and TypeFieldDescriptionstatic final StringNames of images used to represent actions in ToolBarstatic ImageRegistrystatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ImageDescriptorgetImageDescriptor(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
-