Eclipse Platform
Release 3.4

Uses of Interface
org.eclipse.core.commands.IHandler2

Packages that use IHandler2
org.eclipse.core.commands Application programming interfaces for commands and handlers.  
org.eclipse.jface.commands Provides JFace-specific support for commands. 
org.eclipse.team.ui.mapping Application programming interfaces for working with resource mappings Package Specification This package specifies the API for working with resources mappings.  
org.eclipse.ui.editors.text Provides a standard text editor and concrete document providers based IFileBuffer and others directly handling IFile and IStorage as editor input. 
org.eclipse.ui.handlers Provides support for integrating handlers into the Eclipse workbench. 
org.eclipse.ui.views.markers Utility classes for working with markers in views
  
 

Uses of IHandler2 in org.eclipse.core.commands
 

Classes in org.eclipse.core.commands that implement IHandler2
 class AbstractHandler
           This class is a partial implementation of IHandler.
 class AbstractHandlerWithState
           An abstract implementation of IObjectWithState.
 

Uses of IHandler2 in org.eclipse.jface.commands
 

Classes in org.eclipse.jface.commands that implement IHandler2
 class ActionHandler
           This class adapts instances of IAction to IHandler.
 

Uses of IHandler2 in org.eclipse.team.ui.mapping
 

Classes in org.eclipse.team.ui.mapping that implement IHandler2
 class MergeActionHandler
          An abstract superclass that enables models to create handlers for the basic merge operations (merge, overwrite and mark-as-merged).
 

Uses of IHandler2 in org.eclipse.ui.editors.text
 

Classes in org.eclipse.ui.editors.text that implement IHandler2
 class FileBufferOperationHandler
          Operation handler for a file buffer.
 

Uses of IHandler2 in org.eclipse.ui.handlers
 

Classes in org.eclipse.ui.handlers that implement IHandler2
 class CollapseAllHandler
          Collapse a tree viewer.
 class ShowPerspectiveHandler
          Shows the given perspective.
 class ShowViewHandler
          Shows the given view.
 

Uses of IHandler2 in org.eclipse.ui.views.markers
 

Classes in org.eclipse.ui.views.markers that implement IHandler2
 class MarkerViewHandler
          MarkerViewHandler is the abstract class of the handlers for the MarkerSupportView
 


Eclipse Platform
Release 3.4

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.