Uses of Class
org.eclipse.jface.viewers.SelectionChangedEvent
-
Packages that use SelectionChangedEvent Package Description org.eclipse.compare Provides support for performing structural and textual compare operations on arbitrary data and displaying the results.org.eclipse.debug.ui Provides a generic debugger user interface that clients may customize via standard workbench extension points.org.eclipse.jface.text Provides a framework for creating and manipulating text documents.org.eclipse.jface.viewers Provides a framework for viewers, which are model-based content adapters for SWT widgets.org.eclipse.ui.actions Classes for actions and operations used in a workbench window, page, or part in the Eclipse Platform User Interface.org.eclipse.ui.navigator Provides the Common Navigator framework.org.eclipse.ui.part Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface.org.eclipse.ui.views.contentoutline Provides the standard Content Outline view which can show the active editor's custom outline for the document being edited.org.eclipse.ui.views.navigator Provides the standard Resource Navigator view which presents the tree of resources in the workspace. -
-
Uses of SelectionChangedEvent in org.eclipse.compare
Methods in org.eclipse.compare with parameters of type SelectionChangedEvent Modifier and Type Method Description voidCompareViewerPane. selectionChanged(SelectionChangedEvent ev) -
Uses of SelectionChangedEvent in org.eclipse.debug.ui
Methods in org.eclipse.debug.ui with parameters of type SelectionChangedEvent Modifier and Type Method Description protected voidEnvironmentTab. handleTableSelectionChanged(SelectionChangedEvent event)Responds to a selection changed event in the environment table -
Uses of SelectionChangedEvent in org.eclipse.jface.text
Methods in org.eclipse.jface.text with parameters of type SelectionChangedEvent Modifier and Type Method Description voidPaintManager. selectionChanged(SelectionChangedEvent event) -
Uses of SelectionChangedEvent in org.eclipse.jface.viewers
Methods in org.eclipse.jface.viewers with parameters of type SelectionChangedEvent Modifier and Type Method Description protected voidStructuredViewer. firePostSelectionChanged(SelectionChangedEvent event)Notifies any post selection listeners that a post selection event has been received.protected voidViewer. fireSelectionChanged(SelectionChangedEvent event)Notifies any selection changed listeners that the viewer's selection has changed.voidISelectionChangedListener. selectionChanged(SelectionChangedEvent event)Notifies that the selection has changed. -
Uses of SelectionChangedEvent in org.eclipse.ui.actions
Methods in org.eclipse.ui.actions with parameters of type SelectionChangedEvent Modifier and Type Method Description voidBaseSelectionListenerAction. selectionChanged(SelectionChangedEvent event)TheBaseSelectionListenerActionimplementation of thisISelectionChangedListenermethod callsselectionChanged(IStructuredSelection)assuming the selection is a structured one.voidSelectionProviderAction. selectionChanged(SelectionChangedEvent event)TheSelectionProviderActionimplementation of thisISelectionChangedListenermethod callsselectionChanged(IStructuredSelection)if the selection is a structured selection butselectionChanged(ISelection)if it is not. -
Uses of SelectionChangedEvent in org.eclipse.ui.navigator
Methods in org.eclipse.ui.navigator with parameters of type SelectionChangedEvent Modifier and Type Method Description voidCommonNavigatorManager. selectionChanged(SelectionChangedEvent anEvent) -
Uses of SelectionChangedEvent in org.eclipse.ui.part
Methods in org.eclipse.ui.part with parameters of type SelectionChangedEvent Modifier and Type Method Description voidMultiPageSelectionProvider. firePostSelectionChanged(SelectionChangedEvent event)Notifies all post selection changed listeners that the editor's selection has changed.voidMultiPageSelectionProvider. fireSelectionChanged(SelectionChangedEvent event)Notifies all registered selection changed listeners that the editor's selection has changed.protected voidMultiPageEditorSite. handlePostSelectionChanged(SelectionChangedEvent event)Handles a post selection changed even from the nexted editor.protected voidMultiPageEditorSite. handleSelectionChanged(SelectionChangedEvent event)Handles a selection changed event from the nested editor.voidPageBookView.SelectionProvider. postSelectionChanged(SelectionChangedEvent event)The selection has changed, so notify any post-selection listeners.voidDrillDownAdapter. selectionChanged(SelectionChangedEvent event)Updates the navigation buttons when a selection change occurs in the tree.voidPageBookView.SelectionProvider. selectionChanged(SelectionChangedEvent event)The selection has changed. -
Uses of SelectionChangedEvent in org.eclipse.ui.views.contentoutline
Methods in org.eclipse.ui.views.contentoutline with parameters of type SelectionChangedEvent Modifier and Type Method Description voidContentOutline. selectionChanged(SelectionChangedEvent event)voidContentOutlinePage. selectionChanged(SelectionChangedEvent event) -
Uses of SelectionChangedEvent in org.eclipse.ui.views.navigator
Methods in org.eclipse.ui.views.navigator with parameters of type SelectionChangedEvent Modifier and Type Method Description protected voidResourceNavigator. handleSelectionChanged(SelectionChangedEvent event)Deprecated.Handles a selection changed event from the viewer.
-