Uses of Interface
org.eclipse.jface.viewers.ISelectionChangedListener
Packages that use 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
Classes in org.eclipse.compare that implement ISelectionChangedListenerModifier and TypeClassDescriptionclassACompareViewerPaneis a convenience class which installs aCLabeland aToolbarin aViewForm.classA customCompareViewerPanethat supports dynamic viewer switching.Methods in org.eclipse.compare with parameters of type ISelectionChangedListenerModifier and TypeMethodDescriptionvoidCompareViewerPane.addSelectionChangedListener(ISelectionChangedListener l) voidCompareViewerPane.removeSelectionChangedListener(ISelectionChangedListener l) -
Uses of ISelectionChangedListener in org.eclipse.compare.internal
Classes in org.eclipse.compare.internal that implement ISelectionChangedListenerModifier and TypeClassDescriptionclassclassclassWraps a JFace SourceViewer and add some convenience methods.Methods in org.eclipse.compare.internal with parameters of type ISelectionChangedListenerModifier and TypeMethodDescriptionvoidCompareEditorSelectionProvider.addPostSelectionChangedListener(ISelectionChangedListener listener) voidCompareEditorSelectionProvider.addSelectionChangedListener(ISelectionChangedListener listener) voidCompareOutlinePage.addSelectionChangedListener(ISelectionChangedListener listener) voidCompareEditorSelectionProvider.removePostSelectionChangedListener(ISelectionChangedListener listener) voidCompareEditorSelectionProvider.removeSelectionChangedListener(ISelectionChangedListener listener) voidCompareOutlinePage.removeSelectionChangedListener(ISelectionChangedListener listener) -
Uses of ISelectionChangedListener in org.eclipse.jface.text
Classes in org.eclipse.jface.text that implement ISelectionChangedListenerModifier and TypeClassDescriptionfinal classManages theIPainterobject registered with anITextViewer.Methods in org.eclipse.jface.text with parameters of type ISelectionChangedListenerModifier and TypeMethodDescriptionvoidTextViewer.addPostSelectionChangedListener(ISelectionChangedListener listener) voidTextViewer.removePostSelectionChangedListener(ISelectionChangedListener listener) -
Uses of ISelectionChangedListener in org.eclipse.jface.viewers
Methods in org.eclipse.jface.viewers with parameters of type ISelectionChangedListenerModifier and TypeMethodDescriptionvoidIPostSelectionProvider.addPostSelectionChangedListener(ISelectionChangedListener listener) Adds a listener for post selection changes in this selection provider.voidStructuredViewer.addPostSelectionChangedListener(ISelectionChangedListener listener) voidISelectionProvider.addSelectionChangedListener(ISelectionChangedListener listener) Adds a listener for selection changes in this selection provider.voidViewer.addSelectionChangedListener(ISelectionChangedListener listener) voidIPostSelectionProvider.removePostSelectionChangedListener(ISelectionChangedListener listener) Removes the given listener for post selection changes from this selection provider.voidStructuredViewer.removePostSelectionChangedListener(ISelectionChangedListener listener) voidISelectionProvider.removeSelectionChangedListener(ISelectionChangedListener listener) Removes the given selection change listener from this selection provider.voidViewer.removeSelectionChangedListener(ISelectionChangedListener listener) -
Uses of ISelectionChangedListener in org.eclipse.ltk.ui.refactoring.history
Methods in org.eclipse.ltk.ui.refactoring.history with parameters of type ISelectionChangedListenerModifier and TypeMethodDescriptionvoidIRefactoringHistoryControl.addSelectionChangedListener(ISelectionChangedListener listener) Registers the specified selection changed listener with this control.voidIRefactoringHistoryControl.removeSelectionChangedListener(ISelectionChangedListener listener) Unregisters the specified selection changed listener with this control. -
Uses of ISelectionChangedListener in org.eclipse.team.ui.synchronize
Classes in org.eclipse.team.ui.synchronize that implement ISelectionChangedListenerModifier and TypeClassDescriptionclassModel provider actions for use with aModelSynchronizeParticipant.classThis action provides utilities for performing operations on selections that containISynchronizeModelElementinstances. -
Uses of ISelectionChangedListener in org.eclipse.ui.actions
Classes in org.eclipse.ui.actions that implement ISelectionChangedListenerModifier and TypeClassDescriptionclassStandard action for adding a bookmark to the currently selected file resource(s).classStandard action for adding a task to the currently selected file resource(s).classThe abstract superclass for actions that listen to selection change events.classStandard actions for full and incremental builds of the selected project(s) and their references project build configurations.classStandard action for closing the currently selected project(s).classThis action closes all projects that are unrelated to the selected projects.classThe CopyProjectAction is the action designed to copy projects specifically as they have different semantics from other resources.classStandard action for copying the currently selected resources elsewhere in the workspace.classDeprecated.should use NewWizardMenu to populate a New submenu instead (see Navigator view)classDeprecated.should use NewWizardMenu to populate a New submenu instead (see Navigator view)classStandard action for deleting the currently selected resources.classAction representing a generic export operation.classAction representing a generic import operation.classThe MoveProjectAction is the action designed to move projects specifically as they have different semantics from other resources.classStandard action for moving the currently selected resources elsewhere in the workspace.classStandard action for opening an editor on the currently selected file resource(s).classStandard action for opening the currently selected project(s).classStandard action for opening a system editor on the currently selected file resource.classStandard action for refreshing the workspace from the local file system for the selected resources and all of their descendants.classStandard action for renaming the selected resources.classDeprecated.This class is obsolete; there is no support in the workspace for scrubbing local content.classThe abstract superclass for resource-based actions that listen to selection change events.classThe abstract superclass for actions that listen to selection changes from a particular selection provider.classThe 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
Classes in org.eclipse.ui.dialogs that implement ISelectionChangedListenerModifier and TypeClassDescriptionclassStandard action for opening a Property Pages Dialog on the currently selected element. -
Uses of ISelectionChangedListener in org.eclipse.ui.internal
Classes in org.eclipse.ui.internal that implement ISelectionChangedListenerModifier and TypeClassDescriptionfinal classExtends PartPluginAction for usage in editor parts.classAn object action extension in a popup menu.classThis class adds to the PluginAction support by setting itself up for work within a WorkbenchPart.classA PluginAction is a proxy for an action extension.final classThis class extends regular plugin action with the additional requirement that the delegate has to implement interface IViewActionDeelgate.classThis class extends regular plugin action with the additional requirement that the delegate has to implement interfaceIWorkbenchWindowActionDelegate.classA workbench window pulldown action. -
Uses of ISelectionChangedListener in org.eclipse.ui.part
Classes in org.eclipse.ui.part that implement ISelectionChangedListenerModifier and TypeClassDescriptionclassImplements a simple web style navigation metaphor for aTreeViewer.Methods in org.eclipse.ui.part with parameters of type ISelectionChangedListenerModifier and TypeMethodDescriptionvoidMultiPageSelectionProvider.addPostSelectionChangedListener(ISelectionChangedListener listener) Adds a listener for post selection changes in this multi page selection provider.voidPageBookView.SelectionProvider.addPostSelectionChangedListener(ISelectionChangedListener listener) voidMultiPageSelectionProvider.addSelectionChangedListener(ISelectionChangedListener listener) voidPageBookView.SelectionProvider.addSelectionChangedListener(ISelectionChangedListener listener) voidMultiPageSelectionProvider.removePostSelectionChangedListener(ISelectionChangedListener listener) Removes a listener for post selection changes in this multi page selection provider.voidPageBookView.SelectionProvider.removePostSelectionChangedListener(ISelectionChangedListener listener) voidMultiPageSelectionProvider.removeSelectionChangedListener(ISelectionChangedListener listener) voidPageBookView.SelectionProvider.removeSelectionChangedListener(ISelectionChangedListener listener) -
Uses of ISelectionChangedListener in org.eclipse.ui.texteditor
Classes in org.eclipse.ui.texteditor that implement ISelectionChangedListenerModifier and TypeClassDescriptionprotected classInternal implementation class for a change listener.Methods in org.eclipse.ui.texteditor that return ISelectionChangedListenerModifier and TypeMethodDescriptionprotected final ISelectionChangedListenerAbstractTextEditor.getSelectionChangedListener()Returns this editor's selection changed listener to be installed on the editor's source viewer.Methods in org.eclipse.ui.texteditor with parameters of type ISelectionChangedListenerModifier and TypeMethodDescriptionvoidAbstractTextEditor.SelectionProvider.addPostSelectionChangedListener(ISelectionChangedListener listener) voidAbstractTextEditor.SelectionProvider.addSelectionChangedListener(ISelectionChangedListener listener) voidAbstractTextEditor.SelectionProvider.removePostSelectionChangedListener(ISelectionChangedListener listener) voidAbstractTextEditor.SelectionProvider.removeSelectionChangedListener(ISelectionChangedListener listener) -
Uses of ISelectionChangedListener in org.eclipse.ui.views.contentoutline
Classes in org.eclipse.ui.views.contentoutline that implement ISelectionChangedListenerModifier and TypeClassDescriptionclassMain class for the Content Outline View.classAn abstract base class for content outline pages.Methods in org.eclipse.ui.views.contentoutline with parameters of type ISelectionChangedListenerModifier and TypeMethodDescriptionvoidContentOutline.addSelectionChangedListener(ISelectionChangedListener listener) voidContentOutlinePage.addSelectionChangedListener(ISelectionChangedListener listener) voidContentOutline.removeSelectionChangedListener(ISelectionChangedListener listener) voidContentOutlinePage.removeSelectionChangedListener(ISelectionChangedListener listener)