de.cau.cs.kieler.synccharts.diagram.providers
Class SyncchartsElementTypes

java.lang.Object
  extended by de.cau.cs.kieler.synccharts.diagram.providers.SyncchartsElementTypes

public class SyncchartsElementTypes
extends Object

Rating red
Generated:
This code was automatically generated.

Field Summary
static IElementType Action_3042
           
static IElementType Action_3043
           
static IElementType Action_3044
           
static IElementType Action_3045
           
static IElementType Region_1000
           
static IElementType Region_3039
           
static IElementType Signal_3041
           
static IElementType State_2005
           
static IElementType State_3040
           
static IElementType TextualCode_3046
           
static IElementType Transition_4005
           
 
Method Summary
static ENamedElement getElement(IAdaptable hint)
          Returns 'type' of the ecore object associated with the hint.
static IElementType getElementType(int visualID)
           
static Image getImage(ENamedElement element)
           
static Image getImage(IAdaptable hint)
           
static ImageDescriptor getImageDescriptor(ENamedElement element)
           
static ImageDescriptor getImageDescriptor(IAdaptable hint)
           
static boolean isKnownElementType(IElementType elementType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Region_1000

public static final IElementType Region_1000
Generated:
This code was automatically generated.

State_2005

public static final IElementType State_2005
Generated:
This code was automatically generated.

Region_3039

public static final IElementType Region_3039
Generated:
This code was automatically generated.

State_3040

public static final IElementType State_3040
Generated:
This code was automatically generated.

Signal_3041

public static final IElementType Signal_3041
Generated:
This code was automatically generated.

Action_3042

public static final IElementType Action_3042
Generated:
This code was automatically generated.

Action_3043

public static final IElementType Action_3043
Generated:
This code was automatically generated.

Action_3044

public static final IElementType Action_3044
Generated:
This code was automatically generated.

Action_3045

public static final IElementType Action_3045
Generated:
This code was automatically generated.

TextualCode_3046

public static final IElementType TextualCode_3046
Generated:
This code was automatically generated.

Transition_4005

public static final IElementType Transition_4005
Generated:
This code was automatically generated.
Method Detail

getImageDescriptor

public static ImageDescriptor getImageDescriptor(ENamedElement element)
Generated:
This code was automatically generated.

getImage

public static Image getImage(ENamedElement element)
Generated:
This code was automatically generated.

getImageDescriptor

public static ImageDescriptor getImageDescriptor(IAdaptable hint)
Generated:
This code was automatically generated.

getImage

public static Image getImage(IAdaptable hint)
Generated:
This code was automatically generated.

getElement

public static ENamedElement getElement(IAdaptable hint)
Returns 'type' of the ecore object associated with the hint.

Generated:
This code was automatically generated.

isKnownElementType

public static boolean isKnownElementType(IElementType elementType)
Generated:
This code was automatically generated.

getElementType

public static IElementType getElementType(int visualID)
Generated:
This code was automatically generated.