Package org.eclipse.graphiti.ui.platform
Class PlatformImageProvider
java.lang.Object
org.eclipse.graphiti.platform.AbstractExtension
org.eclipse.graphiti.ui.platform.AbstractImageProvider
org.eclipse.graphiti.ui.platform.PlatformImageProvider
- All Implemented Interfaces:
IExtension
,IImageProvider
The Class PlatformImageProvider.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
Add all available images with addImageFilePath(String imageId, String imageFilePath);Methods inherited from class org.eclipse.graphiti.ui.platform.AbstractImageProvider
addImageFilePath, getImageFilePath, getPluginId, setPluginId
Methods inherited from class org.eclipse.graphiti.platform.AbstractExtension
getProviderId, setProviderId
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.platform.IExtension
getProviderId, setProviderId
-
Field Details
-
ID
- See Also:
-
-
Constructor Details
-
PlatformImageProvider
public PlatformImageProvider()Creates a newPlatformImageProvider
.
-
-
Method Details
-
addAvailableImages
protected void addAvailableImages()Description copied from class:AbstractImageProvider
Add all available images with addImageFilePath(String imageId, String imageFilePath);- Specified by:
addAvailableImages
in classAbstractImageProvider
-