Eclipse Platform
2.0

Uses of Interface
org.eclipse.jface.viewers.ISelectionChangedListener

Packages that use ISelectionChangedListener
org.eclipse.compare Provides support for performing structural and textual compare operations on arbitrary data and displaying the results. 
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.dialogs Classes for standard dialogs, wizards, and preference pages in the Eclipse Platform User Interface. 
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 ISelectionChangedListener in org.eclipse.compare
 

Classes in org.eclipse.compare that implement ISelectionChangedListener
 class CompareViewerSwitchingPane
          A custom CompareViewerPane that supports dynamic viewer switching.
 

Uses of ISelectionChangedListener in org.eclipse.ui.actions
 

Classes in org.eclipse.ui.actions that implement ISelectionChangedListener
 class AddBookmarkAction
          Standard action for adding a bookmark to the currently selected file resource(s).
 class BuildAction
          Standard actions for full and incremental builds of the selected project(s).
 class CloseResourceAction
          Standard action for closing the currently selected project(s)
 class CopyProjectAction
          The CopyProjectAction is the action designed to copy projects specifically as they have different semantics from other resources.
 class CopyResourceAction
          Standard action for copying the currently selected resources elsewhere in the workspace.
 class CreateFileAction
          Deprecated. should use NewWizardMenu to populate a New submenu instead (see Navigator view)
 class CreateFolderAction
          Deprecated. should use NewWizardMenu to populate a New submenu instead (see Navigator view)
 class DeleteResourceAction
          Standard action for deleting the currently selected resources.
 class ExportResourcesAction
          Action representing the initiation of an Export operation by the user.
 class ImportResourcesAction
          Action representing the initiation of an Import operation by the user.
 class MoveProjectAction
          The MoveProjectAction is the action designed to move projects specifically as they have different semantics from other resources.
 class MoveResourceAction
          Standard action for moving the currently selected resources elsewhere in the workspace.
 class OpenFileAction
          Standard action for opening an editor on the currently selected file resource(s).
 class OpenResourceAction
          Standard action for opening the currently selected project(s).
 class OpenSystemEditorAction
          Standard action for opening a system editor on the currently selected file resource.
 class RefreshAction
          Standard action for refreshing the workspace from the local file system for the selected resources and all of their descendents.
 class RenameResourceAction
          Standard action for renaming the selected resources.
 class ScrubLocalAction
          Standard action for scrubbing the local content in the local file system of the selected resources and all of their descendents.
 class SelectionListenerAction
          The abstract superclass for actions that listen to selection change events.
 class SelectionProviderAction
          The abstract superclass for actions that listen to selection changes from a particular selection provider.
 class WorkspaceAction
          The abstract superclass for actions whose only role in life is to invoke core commands on a set of selected resources.
 

Uses of ISelectionChangedListener in org.eclipse.ui.dialogs
 

Classes in org.eclipse.ui.dialogs that implement ISelectionChangedListener
 class PropertyDialogAction
          Standard action for opening a Property Pages Dialog on the currently selected element.
 

Uses of ISelectionChangedListener in org.eclipse.ui.part
 

Classes in org.eclipse.ui.part that implement ISelectionChangedListener
 class DrillDownAdapter
          Implements a simple web style navigation metaphor for a TreeViewer.
 

Uses of ISelectionChangedListener in org.eclipse.ui.views.contentoutline
 

Classes in org.eclipse.ui.views.contentoutline that implement ISelectionChangedListener
 class ContentOutline
          Main class for the Content Outline View.
 class ContentOutlinePage
          An abstract base class for content outline pages.
 

Uses of ISelectionChangedListener in org.eclipse.ui.views.navigator
 

Classes in org.eclipse.ui.views.navigator that implement ISelectionChangedListener
 class FilterSelectionAction
          The FilterSelectionAction opens the filters dialog.
 class GotoResourceAction
          Implements the go to resource action.
 class ResourceNavigatorAction
          Superclass of all actions provided by the resource navigator.
 class ResourceNavigatorMoveAction
          The ResourceNavigatorMoveAction is a resource move that aso updates the navigator to show the result of the move.
 class ResourceNavigatorRenameAction
          The ResourceNavigatorRenameAction is the rename action used by the ResourceNavigator that also allows updating after rename.
 class ShowInNavigatorAction
          An action which shows the current selection in the Navigator view.
 class SortViewAction
          Implementation of the view sorting actions.
 


Eclipse Platform
2.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.