Skip to main content

Notice: This Wiki is now read only and edits are no longer 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/Tips/HTML

< Tip of the Day‎ | Extending
Revision as of 05:19, 27 June 2018 by Unnamed Poltroon (Talk) (Created page with "=A HTML Tip= HTML Tips [https://git.eclipse.org/c/platform/eclipse.platform.ua.git/tree/org.eclipse.tips.examples/src/org/eclipse/tips/examples/java/java9/Tip1.java extend Tip...")

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

A HTML Tip

HTML Tips extend Tip and implement IHtmlTip. They can provide basic HTML which is loaded in a browser widget.

It is possible to provide hooks back into Eclipse by using a TipProvider that implements IBrowserFunctionProvider.

Back to the top