Uses of Class
org.eclipse.jface.viewers.SelectionChangedEvent
Package
Description
Provides support for performing structural and textual
compare operations on arbitrary data and displaying the results.
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
Provides a framework for creating and manipulating text documents.
Provides a framework for viewers, which are model-based
content adapters for SWT widgets.
Classes for actions and operations used in a workbench
window, page, or part in the Eclipse Platform User Interface.
Provides the Common Navigator framework.
Classes for the creation of workbench parts that integrate
with the Eclipse Platform User Interface.
Provides the standard Content Outline view which can
show the active editor's custom outline for the document being edited.
-
Uses of SelectionChangedEvent in org.eclipse.compare
Modifier and TypeMethodDescriptionvoid
CompareViewerPane.selectionChanged
(SelectionChangedEvent ev) -
Uses of SelectionChangedEvent in org.eclipse.compare.internal
Modifier and TypeMethodDescriptionvoid
MergeSourceViewer.selectionChanged
(SelectionChangedEvent event) -
Uses of SelectionChangedEvent in org.eclipse.debug.ui
Modifier and TypeMethodDescriptionprotected void
EnvironmentTab.handleTableSelectionChanged
(SelectionChangedEvent event) Responds to a selection changed event in the environment table -
Uses of SelectionChangedEvent in org.eclipse.jface.text
Modifier and TypeMethodDescriptionvoid
PaintManager.selectionChanged
(SelectionChangedEvent event) -
Uses of SelectionChangedEvent in org.eclipse.jface.viewers
Modifier and TypeMethodDescriptionprotected void
ColumnViewer.firePostSelectionChanged
(SelectionChangedEvent event) protected void
StructuredViewer.firePostSelectionChanged
(SelectionChangedEvent event) Notifies any post selection listeners that a post selection event has been received.protected void
Viewer.fireSelectionChanged
(SelectionChangedEvent event) Notifies any selection changed listeners that the viewer's selection has changed.void
ISelectionChangedListener.selectionChanged
(SelectionChangedEvent event) Notifies that the selection has changed. -
Uses of SelectionChangedEvent in org.eclipse.ui.actions
Modifier and TypeMethodDescriptionfinal void
BaseSelectionListenerAction.selectionChanged
(SelectionChangedEvent event) TheBaseSelectionListenerAction
implementation of thisISelectionChangedListener
method callsselectionChanged(IStructuredSelection)
assuming the selection is a structured one.final void
SelectionProviderAction.selectionChanged
(SelectionChangedEvent event) TheSelectionProviderAction
implementation of thisISelectionChangedListener
method callsselectionChanged(IStructuredSelection)
if the selection is a structured selection butselectionChanged(ISelection)
if it is not. -
Uses of SelectionChangedEvent in org.eclipse.ui.internal
Modifier and TypeMethodDescriptionvoid
PluginAction.selectionChanged
(SelectionChangedEvent event) TheSelectionChangedEventAction
implementation of thisISelectionChangedListener
method callsselectionChanged(IStructuredSelection)
when the selection is a structured one. -
Uses of SelectionChangedEvent in org.eclipse.ui.part
Modifier and TypeMethodDescriptionvoid
MultiPageSelectionProvider.firePostSelectionChanged
(SelectionChangedEvent event) Notifies all post selection changed listeners that the editor's selection has changed.void
MultiPageSelectionProvider.fireSelectionChanged
(SelectionChangedEvent event) Notifies all registered selection changed listeners that the editor's selection has changed.protected void
MultiPageEditorSite.handlePostSelectionChanged
(SelectionChangedEvent event) Handles a post selection changed even from the nexted editor.protected void
MultiPageEditorSite.handleSelectionChanged
(SelectionChangedEvent event) Handles a selection changed event from the nested editor.void
PageBookView.SelectionProvider.postSelectionChanged
(SelectionChangedEvent event) The selection has changed, so notify any post-selection listeners.void
DrillDownAdapter.selectionChanged
(SelectionChangedEvent event) Updates the navigation buttons when a selection change occurs in the tree.void
PageBookView.SelectionProvider.selectionChanged
(SelectionChangedEvent event) The selection has changed. -
Uses of SelectionChangedEvent in org.eclipse.ui.views.contentoutline
Modifier and TypeMethodDescriptionvoid
ContentOutline.selectionChanged
(SelectionChangedEvent event) void
ContentOutlinePage.selectionChanged
(SelectionChangedEvent event)