Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Tip of the Day/Extending/IBrowserFunctionProvider

< Tip of the Day‎ | Extending
Revision as of 10:04, 27 June 2018 by Simon.scholz.vogella.com (Talk | contribs) (Created page with "== IBrowserFunctionProvider Tip == Tips implementing IHtmlTip or IUrlTip can also implement the IBrowserFunctionProvider interface in order to equip the SWT Browser, which is...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

IBrowserFunctionProvider Tip

Tips implementing IHtmlTip or IUrlTip can also implement the IBrowserFunctionProvider interface in order to equip the SWT Browser, which is used for rendering, with JavaScript functions. So one can invoke certain actions by using JavaScript, e.g., opening the preferences by clicking a link.

Examples

The EclipseTipProvider contains an example:

Back to the top