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
public abstract class AbstractExtension extends java.lang.Object implements IExtension
The Class AbstractExtension.
-
-
Constructor Summary
Constructors Constructor Description AbstractExtension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getProviderId()
Gets the provider id.void
setProviderId(java.lang.String providerId)
Sets the provider id.
-
-
-
Method Detail
-
getProviderId
public final java.lang.String getProviderId()
Description copied from interface:IExtension
Gets the provider id.- Specified by:
getProviderId
in interfaceIExtension
- Returns:
- the provider id
-
setProviderId
public final void setProviderId(java.lang.String providerId)
Description copied from interface:IExtension
Sets the provider id.- Specified by:
setProviderId
in interfaceIExtension
- Parameters:
providerId
- the new provider id
-
-