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

< Tip of the Day
Revision as of 12:30, 8 January 2018 by Wim.jongman.remainsoftware.com (Talk | contribs) (Created page with "=Extending the Tips Framework= The workflow of extending the framework is: * Create one or more tip providers that extend TipProvider * In the constructor or load method, pas...")

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

Extending the Tips Framework

The workflow of extending the framework is:

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

Back to the top