org.eclipse.cosmos.rm.smlif.internal
Class SMLImages
java.lang.Object
org.eclipse.cosmos.rm.smlif.internal.editor.ImageManager
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
|
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 |
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
SMLImages
public SMLImages()
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