Uses of Interface
org.eclipse.jface.viewers.ISelectionChangedListener
Package
Description
Provides support for performing structural and textual
compare operations on arbitrary data and displaying the results.
Provides a framework for creating and manipulating text documents.
Provides a framework for viewers, which are model-based
content adapters for SWT widgets.
Application programming interface to display and preview refactoring history information.
Contains the team synchronization presentation framework and support
for the Synchronize View.
Classes for actions and operations used in a workbench
window, page, or part in the Eclipse Platform User Interface.
Classes for standard dialogs, wizards, and preference
pages 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 a framework for text editors obeying to the
desktop rules.
Provides the standard Content Outline view which can
show the active editor's custom outline for the document being edited.
-
Uses of ISelectionChangedListener in org.eclipse.compare
Modifier and TypeClassDescriptionclass
ACompareViewerPane
is a convenience class which installs aCLabel
and aToolbar
in aViewForm
.class
A customCompareViewerPane
that supports dynamic viewer switching.Modifier and TypeMethodDescriptionvoid
CompareViewerPane.addSelectionChangedListener
(ISelectionChangedListener l) void
CompareViewerPane.removeSelectionChangedListener
(ISelectionChangedListener l) -
Uses of ISelectionChangedListener in org.eclipse.compare.internal
Modifier and TypeClassDescriptionclass
class
class
Wraps a JFace SourceViewer and add some convenience methods.Modifier and TypeMethodDescriptionvoid
CompareEditorSelectionProvider.addPostSelectionChangedListener
(ISelectionChangedListener listener) void
CompareEditorSelectionProvider.addSelectionChangedListener
(ISelectionChangedListener listener) void
CompareOutlinePage.addSelectionChangedListener
(ISelectionChangedListener listener) void
CompareEditorSelectionProvider.removePostSelectionChangedListener
(ISelectionChangedListener listener) void
CompareEditorSelectionProvider.removeSelectionChangedListener
(ISelectionChangedListener listener) void
CompareOutlinePage.removeSelectionChangedListener
(ISelectionChangedListener listener) -
Uses of ISelectionChangedListener in org.eclipse.jface.text
Modifier and TypeClassDescriptionfinal class
Manages theIPainter
object registered with anITextViewer
.Modifier and TypeMethodDescriptionvoid
TextViewer.addPostSelectionChangedListener
(ISelectionChangedListener listener) void
TextViewer.removePostSelectionChangedListener
(ISelectionChangedListener listener) -
Uses of ISelectionChangedListener in org.eclipse.jface.viewers
Modifier and TypeMethodDescriptionvoid
IPostSelectionProvider.addPostSelectionChangedListener
(ISelectionChangedListener listener) Adds a listener for post selection changes in this selection provider.void
StructuredViewer.addPostSelectionChangedListener
(ISelectionChangedListener listener) void
ISelectionProvider.addSelectionChangedListener
(ISelectionChangedListener listener) Adds a listener for selection changes in this selection provider.void
Viewer.addSelectionChangedListener
(ISelectionChangedListener listener) void
IPostSelectionProvider.removePostSelectionChangedListener
(ISelectionChangedListener listener) Removes the given listener for post selection changes from this selection provider.void
StructuredViewer.removePostSelectionChangedListener
(ISelectionChangedListener listener) void
ISelectionProvider.removeSelectionChangedListener
(ISelectionChangedListener listener) Removes the given selection change listener from this selection provider.void
Viewer.removeSelectionChangedListener
(ISelectionChangedListener listener) -
Uses of ISelectionChangedListener in org.eclipse.ltk.ui.refactoring.history
Modifier and TypeMethodDescriptionvoid
IRefactoringHistoryControl.addSelectionChangedListener
(ISelectionChangedListener listener) Registers the specified selection changed listener with this control.void
IRefactoringHistoryControl.removeSelectionChangedListener
(ISelectionChangedListener listener) Unregisters the specified selection changed listener with this control. -
Uses of ISelectionChangedListener in org.eclipse.team.ui.synchronize
Modifier and TypeClassDescriptionclass
Model provider actions for use with aModelSynchronizeParticipant
.class
This action provides utilities for performing operations on selections that containISynchronizeModelElement
instances. -
Uses of ISelectionChangedListener in org.eclipse.ui.actions
Modifier and TypeClassDescriptionclass
Standard action for adding a bookmark to the currently selected file resource(s).class
Standard action for adding a task to the currently selected file resource(s).class
The abstract superclass for actions that listen to selection change events.class
Standard actions for full and incremental builds of the selected project(s) and their references project build configurations.class
Standard action for closing the currently selected project(s).class
This action closes all projects that are unrelated to the selected projects.class
The CopyProjectAction is the action designed to copy projects specifically as they have different semantics from other resources.class
Standard action for copying the currently selected resources elsewhere in the workspace.class
Deprecated.should use NewWizardMenu to populate a New submenu instead (see Navigator view)class
Deprecated.should use NewWizardMenu to populate a New submenu instead (see Navigator view)class
Standard action for deleting the currently selected resources.class
Action representing a generic export operation.class
Action representing a generic import operation.class
The MoveProjectAction is the action designed to move projects specifically as they have different semantics from other resources.class
Standard action for moving the currently selected resources elsewhere in the workspace.class
Standard action for opening an editor on the currently selected file resource(s).class
Standard action for opening the currently selected project(s).class
Standard action for opening a system editor on the currently selected file resource.class
Standard action for refreshing the workspace from the local file system for the selected resources and all of their descendants.class
Standard action for renaming the selected resources.class
Deprecated.This class is obsolete; there is no support in the workspace for scrubbing local content.class
The abstract superclass for resource-based actions that listen to selection change events.class
The abstract superclass for actions that listen to selection changes from a particular selection provider.class
The abstract superclass for actions which invoke commands implemented in org.eclipse.core.* on a set of selected resources. -
Uses of ISelectionChangedListener in org.eclipse.ui.dialogs
Modifier and TypeClassDescriptionclass
Standard action for opening a Property Pages Dialog on the currently selected element. -
Uses of ISelectionChangedListener in org.eclipse.ui.internal
Modifier and TypeClassDescriptionfinal class
Extends PartPluginAction for usage in editor parts.class
An object action extension in a popup menu.class
This class adds to the PluginAction support by setting itself up for work within a WorkbenchPart.class
A PluginAction is a proxy for an action extension.final class
This class extends regular plugin action with the additional requirement that the delegate has to implement interface IViewActionDeelgate.class
This class extends regular plugin action with the additional requirement that the delegate has to implement interfaceIWorkbenchWindowActionDelegate
.class
A workbench window pulldown action. -
Uses of ISelectionChangedListener in org.eclipse.ui.part
Modifier and TypeClassDescriptionclass
Implements a simple web style navigation metaphor for aTreeViewer
.Modifier and TypeMethodDescriptionvoid
MultiPageSelectionProvider.addPostSelectionChangedListener
(ISelectionChangedListener listener) Adds a listener for post selection changes in this multi page selection provider.void
PageBookView.SelectionProvider.addPostSelectionChangedListener
(ISelectionChangedListener listener) void
MultiPageSelectionProvider.addSelectionChangedListener
(ISelectionChangedListener listener) void
PageBookView.SelectionProvider.addSelectionChangedListener
(ISelectionChangedListener listener) void
MultiPageSelectionProvider.removePostSelectionChangedListener
(ISelectionChangedListener listener) Removes a listener for post selection changes in this multi page selection provider.void
PageBookView.SelectionProvider.removePostSelectionChangedListener
(ISelectionChangedListener listener) void
MultiPageSelectionProvider.removeSelectionChangedListener
(ISelectionChangedListener listener) void
PageBookView.SelectionProvider.removeSelectionChangedListener
(ISelectionChangedListener listener) -
Uses of ISelectionChangedListener in org.eclipse.ui.texteditor
Modifier and TypeClassDescriptionprotected class
Internal implementation class for a change listener.Modifier and TypeMethodDescriptionprotected final ISelectionChangedListener
AbstractTextEditor.getSelectionChangedListener()
Returns this editor's selection changed listener to be installed on the editor's source viewer.Modifier and TypeMethodDescriptionvoid
AbstractTextEditor.SelectionProvider.addPostSelectionChangedListener
(ISelectionChangedListener listener) void
AbstractTextEditor.SelectionProvider.addSelectionChangedListener
(ISelectionChangedListener listener) void
AbstractTextEditor.SelectionProvider.removePostSelectionChangedListener
(ISelectionChangedListener listener) void
AbstractTextEditor.SelectionProvider.removeSelectionChangedListener
(ISelectionChangedListener listener) -
Uses of ISelectionChangedListener in org.eclipse.ui.views.contentoutline
Modifier and TypeClassDescriptionclass
Main class for the Content Outline View.class
An abstract base class for content outline pages.Modifier and TypeMethodDescriptionvoid
ContentOutline.addSelectionChangedListener
(ISelectionChangedListener listener) void
ContentOutlinePage.addSelectionChangedListener
(ISelectionChangedListener listener) void
ContentOutline.removeSelectionChangedListener
(ISelectionChangedListener listener) void
ContentOutlinePage.removeSelectionChangedListener
(ISelectionChangedListener listener)