Class GraphitiUiInternal
- java.lang.Object
-
- org.eclipse.graphiti.ui.internal.services.GraphitiUiInternal
-
public class GraphitiUiInternal extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GraphitiUiInternal()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ICommandService
getCommandService()
static IEmfService
getEmfService()
static IGefService
getGefService()
static ITraceService
getTraceService()
static IWorkbenchService
getWorkbenchService()
-
-
-
Method Detail
-
getEmfService
public static IEmfService getEmfService()
-
getTraceService
public static ITraceService getTraceService()
-
getGefService
public static IGefService getGefService()
-
getWorkbenchService
public static IWorkbenchService getWorkbenchService()
-
getCommandService
public static ICommandService getCommandService()
-
-