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 String
CONFIGURATION
Names of images used to represent actions in ToolBarstatic ImageRegistry
imageRegistry
static String
MASCHINE
static String
MASCHINE_BUSY
static String
MASCHINE_PAUSE
static String
MODELS_LIST
static String
SIMU_DELETE
static String
SIMU_GENERATE
static String
SIMU_START
static String
SIMU_STOP
static String
SIMU_STOP_BLK
static String
SIMUCOM_CONF
-
Constructor Summary
Constructors Constructor Description SimuControllerImages()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ImageDescriptor
getImageDescriptor(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
-
-