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_3049
           
static IElementType Action_3050
           
static IElementType Action_3051
           
static IElementType Action_3052
           
static IElementType Region_1000
           
static IElementType Region_3054
           
static IElementType Signal_3048
           
static IElementType State_2006
           
static IElementType State_3055
           
static IElementType TextualCode_3053
           
static IElementType Transition_4006
           
static IElementType Variable_3056
           
 
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_2006

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

Signal_3048

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

Action_3049

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

Action_3050

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

Action_3051

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

Action_3052

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

TextualCode_3053

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

Region_3054

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

State_3055

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

Variable_3056

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

Transition_4006

public static final IElementType Transition_4006
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.