Uses of Class
org.eclipse.ui.part.EditorActionBarContributor
-
Packages that use EditorActionBarContributor Package Description org.eclipse.ui.editors.text Provides a standard text editor and concrete document providers basedIFileBuffer
and others directly handlingIFile
andIStorage
as editor input.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 Modifier and Type Class Description class
TextEditorActionContributor
Manages the installation and de-installation of global actions for the default text editor. -
Uses of EditorActionBarContributor in org.eclipse.ui.part
Subclasses of EditorActionBarContributor in org.eclipse.ui.part Modifier and Type Class Description 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 Modifier and Type Class Description class
BasicTextEditorActionContributor
Manages the installation and removal of global actions for the same type of editors.
-