de.uka.ipd.sdq.codegen.runconfig
Class RunConfigImages

java.lang.Object
  extended by de.uka.ipd.sdq.codegen.runconfig.RunConfigImages

public class RunConfigImages
extends Object

The class is used for the administration the images stored in the Plug-In.

Author:
Roman Andrej

Field Summary
static String CONFIGURATION_TAB
          Names of images used to represent actions in ToolBar
static String FEATURE_TAB
           
static String FILENAMES_TAB
           
static ImageRegistry imageRegistry
          For the toolbar images
static String MAIN_TAB
           
 
Constructor Summary
RunConfigImages()
           
 
Method Summary
static Image getConfigurationTabImage()
           
static Image getFeaturTabImage()
           
static Image getFileNamesTabImage()
           
static ImageDescriptor getImageDescriptor(String imageFilePath)
           
static Image getMainTabImage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONFIGURATION_TAB

public static final String CONFIGURATION_TAB
Names of images used to represent actions in ToolBar

See Also:
Constant Field Values

FILENAMES_TAB

public static final String FILENAMES_TAB
See Also:
Constant Field Values

FEATURE_TAB

public static final String FEATURE_TAB
See Also:
Constant Field Values

MAIN_TAB

public static final String MAIN_TAB
See Also:
Constant Field Values

imageRegistry

public static ImageRegistry imageRegistry
For the toolbar images

Constructor Detail

RunConfigImages

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

getConfigurationTabImage

public static Image getConfigurationTabImage()

getFileNamesTabImage

public static Image getFileNamesTabImage()

getFeaturTabImage

public static Image getFeaturTabImage()

getMainTabImage

public static Image getMainTabImage()