Package org.eclipse.ease.ui.help.hovers
Class HelpHoverImageProvider
java.lang.Object
org.eclipse.ease.ui.help.hovers.HelpHoverImageProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
getImageLocation
(String bundlePath) When we need to add images to HTML sites we need to copy them over to the file system.
-
Constructor Details
-
HelpHoverImageProvider
public HelpHoverImageProvider()
-
-
Method Details
-
getImageLocation
When we need to add images to HTML sites we need to copy them over to the file system. Reason is that images are part of *.jar files and cannot be directly used in a browser.- Parameters:
bundlePath
- path within org.eclipse.ease.ui plugin- Returns:
- file system path
-