Class LabelDataMapping
java.lang.Object
org.eclipse.graphiti.pattern.mapping.MappingProviderProvider
org.eclipse.graphiti.pattern.mapping.data.DataMapping
org.eclipse.graphiti.pattern.mapping.data.TextDataMapping
org.eclipse.graphiti.pattern.mapping.data.LabelDataMapping
- All Implemented Interfaces:
IDataMapping
,IImageDataMapping
,ILabelDataMapping
,ITextDataMapping
The Class LabelDataMapping.
-
Constructor Summary
ConstructorDescriptionLabelDataMapping
(IMappingProvider mappingProvider) Creates a newLabelDataMapping
. -
Method Summary
Methods inherited from class org.eclipse.graphiti.pattern.mapping.data.TextDataMapping
getText
Methods inherited from class org.eclipse.graphiti.pattern.mapping.data.DataMapping
getBusinessObject, getUpdateWarning
Methods inherited from class org.eclipse.graphiti.pattern.mapping.MappingProviderProvider
getMappingProvider
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.graphiti.pattern.mapping.data.IDataMapping
getUpdateWarning
Methods inherited from interface org.eclipse.graphiti.pattern.mapping.data.ITextDataMapping
getText
-
Constructor Details
-
LabelDataMapping
Creates a newLabelDataMapping
.- Parameters:
mappingProvider
- the mapping provider
-
-
Method Details
-
getImageId
Description copied from interface:IImageDataMapping
Gets the image id.- Specified by:
getImageId
in interfaceIImageDataMapping
- Parameters:
link
- the pictogram link- Returns:
- the image id
-