Package org.eclipse.graphiti.platform
Interface IExtension
- All Known Subinterfaces:
IDiagramType
,IDiagramTypeProvider
,IImageProvider
- All Known Implementing Classes:
AbstractDiagramTypeProvider
,AbstractExtension
,AbstractImageProvider
,DiagramTypeImpl
,DummyExportAsImageDiagramTypeProvider
,ExportDiagramAsImageDummyImageProvider
,PlatformImageProvider
public interface IExtension
The Interface IExtension.
-
Method Summary
Modifier and TypeMethodDescriptionGets the provider id.void
setProviderId
(String providerId) Sets the provider id.
-
Method Details
-
getProviderId
String getProviderId()Gets the provider id.- Returns:
- the provider id
-
setProviderId
Sets the provider id.- Parameters:
providerId
- the new provider id
-