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

< Tip of the Day
Revision as of 05:11, 27 June 2018 by Wim.jongman.remainsoftware.com (Talk | contribs) (Extending the Tips Framework)

Extending the Tips Framework

You can add your own tips to the framework by implementing the TipProvider class

  • Create one or more tip providers that extend TipProvider
  • In the load method, pass a list of Tip objects to the setTips(List<Tip>) method

Flavors of Tip Providers

Tip Flavors

Back to the top