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

Talk:Command Core Expressions

Revision as of 08:00, 23 July 2007 by Unnamed Poltroon (Talk) (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