COSMOS ${releaseVersion} resource-modeling Project
Internal API Specification

org.eclipse.cosmos.rm.smlif.internal
Class SMLImages

java.lang.Object
  extended by org.eclipse.cosmos.rm.smlif.internal.editor.ImageManager
      extended by org.eclipse.cosmos.rm.smlif.internal.SMLImages

public class SMLImages
extends ImageManager

The images of this plug-in can be access via this image manager


Field Summary
static java.lang.String ADD
           
static java.lang.String DEFINITIONS
           
static java.lang.String DOCUMENTS
           
static java.lang.String ELEMENT
           
static java.lang.String FOLDER
           
static SMLImages INSTANCE
           
static java.lang.String INSTANCES
           
static java.lang.String PROJECT
           
static java.lang.String REMOVE
           
static java.lang.String RESOURCE
           
static java.lang.String RULEBINDING
           
static java.lang.String VALIDATE
           
 
Fields inherited from class org.eclipse.cosmos.rm.smlif.internal.editor.ImageManager
T_LCL, T_OBJ, T_OVR, T_TOOL, T_VIEW, T_WIZBAN
 
Constructor Summary
SMLImages()
           
 
Method Summary
protected  void addImages()
          Subclasses are supposed to add all the images to this manager in this method implementation.
 
Methods inherited from class org.eclipse.cosmos.rm.smlif.internal.editor.ImageManager
add, add, add, checkImages, createImageDescriptor, getImage, getImage, getImageDescriptor, getImageDescriptor, initialize, initializeImages, isInitialized, makeIconFileURL, setImageDescriptors
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final SMLImages INSTANCE

VALIDATE

public static final java.lang.String VALIDATE
See Also:
Constant Field Values

DEFINITIONS

public static final java.lang.String DEFINITIONS
See Also:
Constant Field Values

INSTANCES

public static final java.lang.String INSTANCES
See Also:
Constant Field Values

DOCUMENTS

public static final java.lang.String DOCUMENTS
See Also:
Constant Field Values

ELEMENT

public static final java.lang.String ELEMENT
See Also:
Constant Field Values

RESOURCE

public static final java.lang.String RESOURCE
See Also:
Constant Field Values

PROJECT

public static final java.lang.String PROJECT
See Also:
Constant Field Values

FOLDER

public static final java.lang.String FOLDER
See Also:
Constant Field Values

RULEBINDING

public static final java.lang.String RULEBINDING
See Also:
Constant Field Values

ADD

public static final java.lang.String ADD
See Also:
Constant Field Values

REMOVE

public static final java.lang.String REMOVE
See Also:
Constant Field Values
Constructor Detail

SMLImages

public SMLImages()
Method Detail

addImages

protected void addImages()
Description copied from class: ImageManager
Subclasses are supposed to add all the images to this manager in this method implementation.

The images should be added by invoking one the add methods.

Specified by:
addImages in class ImageManager

COSMOS ${releaseVersion} resource-modeling Project
Internal API Specification