g-Eclipse
Release 1.0.0

eu.geclipse.workflow.ui.providers
Class WorkflowElementTypes

java.lang.Object
  extended by eu.geclipse.workflow.ui.providers.ElementInitializers
      extended by eu.geclipse.workflow.ui.providers.WorkflowElementTypes

public class WorkflowElementTypes
extends ElementInitializers


Field Summary
static IElementType IInputPort_2002
           
static IElementType ILink_3001
           
static IElementType IOutputPort_2001
           
static IElementType IWorkflow_79
           
static IElementType IWorkflowJob_1001
           
 
Method Summary
static ENamedElement getElement(IAdaptable hint)
          Returns 'type' of the ecore object associated with the hint.
static Image getImage(ENamedElement element)
           
static ImageDescriptor getImageDescriptor(ENamedElement element)
           
static boolean isKnownElementType(IElementType elementType)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IWorkflow_79

public static final IElementType IWorkflow_79

IWorkflowJob_1001

public static final IElementType IWorkflowJob_1001

IOutputPort_2001

public static final IElementType IOutputPort_2001

IInputPort_2002

public static final IElementType IInputPort_2002

ILink_3001

public static final IElementType ILink_3001
Method Detail

getImageDescriptor

public static ImageDescriptor getImageDescriptor(ENamedElement element)

getImage

public static Image getImage(ENamedElement element)

getElement

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


isKnownElementType

public static boolean isKnownElementType(IElementType elementType)

g-Eclipse
Release 1.0.0