de.uka.ipd.sdq.codegen.simucontroller
Class SimuControllerImages

java.lang.Object
  extended by 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.

Author:
Roman Andrej

Field Summary
static String CONFIGURATION
          Names of images used to represent actions in ToolBar
static 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 SIMUCOM_CONF
           
 
Constructor Summary
SimuControllerImages()
           
 
Method Summary
static ImageDescriptor getImageDescriptor(String imageFilePath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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_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
Constructor Detail

SimuControllerImages

public SimuControllerImages()
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