| |
|
| java.lang.Object org.eclipse.ui.internal.AbstractPartSelectionTracker org.eclipse.ui.internal.PagePartSelectionTracker
PagePartSelectionTracker | public class PagePartSelectionTracker extends AbstractPartSelectionTracker implements IPartListener,ISelectionChangedListener(Code) | | Provides debug view selection management/notification for
a debug view in a specific workbench page. This selection
provider sheilds clients from a debug view openning and closing,
and still provides selection notification/information even
when the debug view is not the active part.
|
dispose | public void dispose()(Code) | | Disposes this selection provider - removes all listeners
currently registered.
|
getPage | protected IWorkbenchPage getPage()(Code) | | Returns the page this selection provider works for
workbench page |
getPart | protected IWorkbenchPart getPart()(Code) | | Returns the part this is tracking,
or null if it is not open
part., or null |
getSelection | public ISelection getSelection()(Code) | | |
getSelectionProvider | protected ISelectionProvider getSelectionProvider()(Code) | | See Also: AbstractDebugSelectionProvider.getSelectionProvider |
selectionChanged | public void selectionChanged(SelectionChangedEvent event)(Code) | | The selection has changed in the part being tracked.
Forward it to the listeners.
See Also: ISelectionChangedListener.selectionChanged |
|
|
|