Package org.eclipse.graphiti.platform
Class AbstractExtension
java.lang.Object
org.eclipse.graphiti.platform.AbstractExtension
- All Implemented Interfaces:
IExtension
- Direct Known Subclasses:
AbstractDiagramTypeProvider
,AbstractImageProvider
,DiagramTypeImpl
,ExportDiagramAsImageDummyImageProvider
The Class AbstractExtension.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal String
Gets the provider id.final void
setProviderId
(String providerId) Sets the provider id.
-
Constructor Details
-
AbstractExtension
public AbstractExtension()
-
-
Method Details
-
getProviderId
Description copied from interface:IExtension
Gets the provider id.- Specified by:
getProviderId
in interfaceIExtension
- Returns:
- the provider id
-
setProviderId
Description copied from interface:IExtension
Sets the provider id.- Specified by:
setProviderId
in interfaceIExtension
- Parameters:
providerId
- the new provider id
-