Eclipse Platform
2.0

Uses of Class
org.eclipse.ui.part.EditorActionBarContributor

Packages that use EditorActionBarContributor
org.eclipse.ui.editors.text Provides a standard text editor and a file-based document provider. 
org.eclipse.ui.part Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface. 
org.eclipse.ui.texteditor Provides a framework for text editors obeying to the desktop rules. 
 

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

Subclasses of EditorActionBarContributor in org.eclipse.ui.editors.text
 class TextEditorActionContributor
          Manages the installation and deinstallation of global actions for the default text editor.
 

Uses of EditorActionBarContributor in org.eclipse.ui.part
 

Subclasses of EditorActionBarContributor in org.eclipse.ui.part
 class MultiPageEditorActionBarContributor
          Abstract base class for managing the installation/deinstallation of global actions for multi-page editors.
 

Uses of EditorActionBarContributor in org.eclipse.ui.texteditor
 

Subclasses of EditorActionBarContributor in org.eclipse.ui.texteditor
 class BasicTextEditorActionContributor
          Manages the installation and deinstallation of global actions for the same type of editors.
 


Eclipse Platform
2.0

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