Class SimuControllerImages
- java.lang.Object
-
- de.uka.ipd.sdq.codegen.simucontroller.SimuControllerImages
-
public class SimuControllerImages extends Object
The class is used for the administration the images stored in the Plug-In.
-
-
Field Summary
Fields Modifier and Type Field Description static StringCONFIGURATIONNames of images used to represent actions in ToolBarstatic ImageRegistryimageRegistrystatic StringMASCHINEstatic StringMASCHINE_BUSYstatic StringMASCHINE_PAUSEstatic StringMODELS_LISTstatic StringSIMU_DELETEstatic StringSIMU_GENERATEstatic StringSIMU_STARTstatic StringSIMU_STOPstatic StringSIMU_STOP_BLKstatic StringSIMUCOM_CONF
-
Constructor Summary
Constructors Constructor Description SimuControllerImages()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ImageDescriptorgetImageDescriptor(String imageFilePath)
-
-
-
Field Detail
-
CONFIGURATION
public static final String CONFIGURATION
Names of images used to represent actions in ToolBar- See Also:
- Constant Field Values
-
MODELS_LIST
public static final String MODELS_LIST
- See Also:
- Constant Field Values
-
SIMU_START
public static final String SIMU_START
- See Also:
- Constant Field Values
-
SIMU_STOP
public static final String SIMU_STOP
- See Also:
- Constant Field Values
-
SIMU_STOP_BLK
public static final String SIMU_STOP_BLK
- See Also:
- Constant Field Values
-
SIMU_GENERATE
public static final String SIMU_GENERATE
- See Also:
- Constant Field Values
-
SIMU_DELETE
public static final String SIMU_DELETE
- See Also:
- Constant Field Values
-
SIMUCOM_CONF
public static final String SIMUCOM_CONF
- See Also:
- Constant Field Values
-
MASCHINE
public static final String MASCHINE
- See Also:
- Constant Field Values
-
MASCHINE_BUSY
public static final String MASCHINE_BUSY
- See Also:
- Constant Field Values
-
MASCHINE_PAUSE
public static final String MASCHINE_PAUSE
- See Also:
- Constant Field Values
-
imageRegistry
public static ImageRegistry imageRegistry
-
-
Method Detail
-
getImageDescriptor
public static ImageDescriptor getImageDescriptor(String imageFilePath)
- 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
-
-