|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.graphiti.ui.services.GraphitiUi
public class GraphitiUi
The Class GraphitiUi. This class is the main access point to all public Graphiti UI services. These services can be used to work with eclipse platform stuff. E.g. deal with images or platform extensions. Additionally, all services exposed by the graphiti plugin are accessible here.
Field Summary | |
---|---|
private static IImageService |
imageService
|
private static IUiLayoutService |
uiLayoutService
|
Constructor Summary | |
---|---|
GraphitiUi()
|
Method Summary | |
---|---|
static IEmfService |
getEmfService()
Provides the EMF service. |
static IExtensionManager |
getExtensionManager()
Provides the extension manager. |
static IGaService |
getGaService()
|
static IImageService |
getImageService()
Provides the image service. |
static ILinkService |
getLinkService()
|
static IPeService |
getPeService()
|
static IUiLayoutService |
getUiLayoutService()
Provides the ui layout service. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final IImageService imageService
private static final IUiLayoutService uiLayoutService
Constructor Detail |
---|
public GraphitiUi()
Method Detail |
---|
public static IExtensionManager getExtensionManager()
IExtensionManager
public static IImageService getImageService()
IImageService
public static IUiLayoutService getUiLayoutService()
public static IEmfService getEmfService()
public static IGaService getGaService()
public static IPeService getPeService()
public static ILinkService getLinkService()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |