Package org.eclipse.ease.ui.help.hovers
Interface IHoverHelp
- All Known Implementing Classes:
ConstantHelp
,MethodHelp
,ModuleHelp
public interface IHoverHelp
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
IHoverHelp.IMementoVisitor
-
Method Summary
Modifier and Type Method Description String
getDescription()
String
getHoverContent()
static String
getImageAndLabel(String imageSrcPath, String label)
String
getName()
static String
getNodeContent(org.eclipse.ui.IMemento node)
static String
resolveUrl(URL baseUrl, String relativeLocation)
static void
updateRelativeLinks(org.eclipse.ui.IMemento contentNode, URL baseUrl)
Replace relative links in HTML content with absolute links.static void
visitMemento(org.eclipse.ui.IMemento node, IHoverHelp.IMementoVisitor visitor)