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

Talk:Command Core Expressions

Revision as of 08:00, 23 July 2007 by Mail.robert-jaemmrich.de (Talk | contribs) (New page: Hint: To actually use selections, the view has to register a SelectionProvider first, as in [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.ui.examples.contributions/src/org/eclipse...)

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

Hint: To actually use selections, the view has to register a SelectionProvider first, as in InfoView.java:

getSite().setSelectionProvider(viewer);

Back to the top