de.uka.ipd.sdq.codegen.runconfig
Class RunConfigImages
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
RunConfigImages
public RunConfigImages()
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()