Package org.eclipse.graphiti.ui.services
Class GraphitiUi
java.lang.Object
org.eclipse.graphiti.ui.services.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.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic IEmfService
Provides the EMF service.static IExtensionManager
Provides the extension manager.static IGaService
static IImageService
Provides the image service.static ILinkService
static IPeService
static IUiLayoutService
Provides the ui layout service.
-
Constructor Details
-
GraphitiUi
public GraphitiUi()
-
-
Method Details
-
getExtensionManager
Provides the extension manager.- Returns:
- the extension manager
- See Also:
-
getImageService
Provides the image service.- Returns:
- the image service
- See Also:
-
getUiLayoutService
Provides the ui layout service.- Returns:
- the ui layout service which comprises also the layout service
-
getEmfService
Provides the EMF service.- Returns:
- the EMF service
- Since:
- 0.9
-
getGaService
- Returns:
- the full service for GraphicsAlgoritm's
-
getPeService
- Returns:
- the full service for PictogramElement's
-
getLinkService
- Returns:
- the link service (for links between PictogramElement's and BusinessObject's)
-