public interface IHoverContentProvider
Modifier and Type | Method and Description |
---|---|
Object |
getContent(Object origin,
Object detail) |
void |
populateToolbar(org.eclipse.jface.internal.text.html.BrowserInformationControl control,
ToolBarManager toolBarManager)
Callback allowing to populate the popup toolbar
|
Object getContent(Object origin, Object detail)
origin
- element that triggered the hover actiondetail
- detail on the hover action. The content of this parameter depends on the type of the origin object. May be null
.BrowserInformationControlInput
void populateToolbar(org.eclipse.jface.internal.text.html.BrowserInformationControl control, ToolBarManager toolBarManager)
control
- browser controltoolBarManager
- toolbar being populated