Skip to main content
Jump to: navigation, search

Talk:Command Core Expressions

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

getSite().setSelectionProvider(viewer);

Back to the top