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.
|
Modifier and Type | Method and Description |
---|---|
void |
CompareViewerPane.selectionChanged(SelectionChangedEvent ev) |
Modifier and Type | Method and Description |
---|---|
protected void |
EnvironmentTab.handleTableSelectionChanged(SelectionChangedEvent event)
Responds to a selection changed event in the environment table
|
Modifier and Type | Method and Description |
---|---|
void |
PaintManager.selectionChanged(SelectionChangedEvent event) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
SelectionProviderAction.selectionChanged(SelectionChangedEvent event)
The
SelectionProviderAction implementation of this
ISelectionChangedListener method calls
selectionChanged(IStructuredSelection) if the selection is
a structured selection but selectionChanged(ISelection) if it is
not. |
void |
BaseSelectionListenerAction.selectionChanged(SelectionChangedEvent event)
The
BaseSelectionListenerAction implementation of this
ISelectionChangedListener method calls
selectionChanged(IStructuredSelection) assuming the selection is
a structured one. |
Modifier and Type | Method and Description |
---|---|
void |
CommonNavigatorManager.selectionChanged(SelectionChangedEvent anEvent) |
Modifier and Type | Method and Description |
---|---|
void |
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 |
PageBookView.SelectionProvider.selectionChanged(SelectionChangedEvent event)
The selection has changed.
|
void |
DrillDownAdapter.selectionChanged(SelectionChangedEvent event)
Updates the navigation buttons when a selection change occurs
in the tree.
|
Modifier and Type | Method and Description |
---|---|
void |
ContentOutline.selectionChanged(SelectionChangedEvent event) |
void |
ContentOutlinePage.selectionChanged(SelectionChangedEvent event) |
Modifier and Type | Method and Description |
---|---|
protected void |
ResourceNavigator.handleSelectionChanged(SelectionChangedEvent event)
Deprecated.
Handles a selection changed event from the viewer.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.