Package org.eclipse.ease.ui.help.hovers
Class HelpHoverImageProvider
java.lang.Object
org.eclipse.ease.ui.help.hovers.HelpHoverImageProvider
public class HelpHoverImageProvider extends Object
-
Constructor Summary
Constructors Constructor Description HelpHoverImageProvider()
-
Method Summary
Modifier and Type Method Description static 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
-