be.ac.vub.cocompose.eclipse
Class CoComposeImages
java.lang.Object
be.ac.vub.cocompose.eclipse.CoComposeImages
- public class CoComposeImages
- extends Object
Points to the images used for the CoCompose plugin.
- Since:
- 0.2.0
- Version:
- 0.2.0, 08/01/2004
- Author:
- Dennis Wagelaar
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ELEMENT_OBJ
public static final ImageDescriptor ELEMENT_OBJ
CONCEPT_OBJ
public static final ImageDescriptor CONCEPT_OBJ
ROLE_OBJ
public static final ImageDescriptor ROLE_OBJ
RELATIONSHIP_OBJ
public static final ImageDescriptor RELATIONSHIP_OBJ
SOL_PATT_OBJ
public static final ImageDescriptor SOL_PATT_OBJ
IMPL_PATT_OBJ
public static final ImageDescriptor IMPL_PATT_OBJ
IMPL_GEN_OBJ
public static final ImageDescriptor IMPL_GEN_OBJ
IMPL_RP_OBJ
public static final ImageDescriptor IMPL_RP_OBJ
PROPERTY_OBJ
public static final ImageDescriptor PROPERTY_OBJ
OUTLINE_OBJ
public static final ImageDescriptor OUTLINE_OBJ
OVERVIEW_OBJ
public static final ImageDescriptor OVERVIEW_OBJ
NEWMODEL_WIZBAN
public static final ImageDescriptor NEWMODEL_WIZBAN
getInstance
public static CoComposeImages getInstance()
- Returns the singleton.
- Returns:
- the singleton CoComposeImages.
getElementIcon
public Image getElementIcon(ModelElement element)
- Gets the correct icon for the given element.
- Parameters:
element
- the element to get the icon for.
- Returns:
- the icon.