Package org.eclipse.ui.part
Class PageBookView.SelectionProvider
java.lang.Object
org.eclipse.ui.part.PageBookView.SelectionProvider
- All Implemented Interfaces:
IPostSelectionProvider,ISelectionProvider
- Enclosing class:
PageBookView
A selection provider/listener for this view. It is a selection provider for
this view's site.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidAdds a listener for post selection changes in this selection provider.voidAdds a listener for selection changes in this selection provider.Returns the current selection for this provider.voidThe selection has changed, so notify any post-selection listeners.voidRemoves the given listener for post selection changes from this selection provider.voidRemoves the given selection change listener from this selection provider.voidThe selection has changed.voidsetSelection(ISelection selection) Sets the current selection for this selection provider.
-
Constructor Details
-
SelectionProvider
protected SelectionProvider()
-
-
Method Details
-
addSelectionChangedListener
Description copied from interface:ISelectionProviderAdds a listener for selection changes in this selection provider. Has no effect if an identical listener is already registered.- Specified by:
addSelectionChangedListenerin interfaceISelectionProvider- Parameters:
listener- a selection changed listener
-
getSelection
Description copied from interface:ISelectionProviderReturns the current selection for this provider.- Specified by:
getSelectionin interfaceISelectionProvider- Returns:
- the current selection
-
removeSelectionChangedListener
Description copied from interface:ISelectionProviderRemoves the given selection change listener from this selection provider. Has no effect if an identical listener is not registered.- Specified by:
removeSelectionChangedListenerin interfaceISelectionProvider- Parameters:
listener- a selection changed listener
-
selectionChanged
The selection has changed. Process the event, notifying selection listeners and post selection listeners.- Parameters:
event- the change
-
postSelectionChanged
The selection has changed, so notify any post-selection listeners.- Parameters:
event- the change
-
setSelection
Description copied from interface:ISelectionProviderSets the current selection for this selection provider.- Specified by:
setSelectionin interfaceISelectionProvider- Parameters:
selection- the new selection
-
addPostSelectionChangedListener
Description copied from interface:IPostSelectionProviderAdds a listener for post selection changes in this selection provider. Has no effect if an identical listener is already registered.- Specified by:
addPostSelectionChangedListenerin interfaceIPostSelectionProvider- Parameters:
listener- a selection changed listener
-
removePostSelectionChangedListener
Description copied from interface:IPostSelectionProviderRemoves the given listener for post selection changes from this selection provider. Has no effect if an identical listener is not registered.- Specified by:
removePostSelectionChangedListenerin interfaceIPostSelectionProvider- Parameters:
listener- a selection changed listener
-