Uses of Interface
org.eclipse.ui.IWorkbenchPart3
Package
Description
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
Provides a user interface for debug platform source lookup facilities.
Provides a standard text editor and concrete document providers based
IFileBuffer
and others directly handling IFile
and
IStorage
as editor input.Support for forms-based multi-page editors.
Provides the Common Navigator framework.
Provides reusable components for clients that need to expand on the capabilities
provided by the reference Common Navigator Resources extension.
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.
Application programming interfaces for interaction
with the Eclipse text editor template support.
Provides the standard Content Outline view which can
show the active editor's custom outline for the document being edited.
Utility classes for working with markers in views
Provides the standard Property Sheet view which displays
custom properties of the active workbench part's current selection.
-
Uses of IWorkbenchPart3 in org.eclipse.compare.internal
Modifier and TypeClassDescriptionclass
A CompareEditor takes a ICompareEditorInput as input. -
Uses of IWorkbenchPart3 in org.eclipse.debug.ui
Modifier and TypeClassDescriptionclass
Common function for views related to debugging. -
Uses of IWorkbenchPart3 in org.eclipse.debug.ui.sourcelookup
Modifier and TypeClassDescriptionclass
Default editor displayed when source is not found. -
Uses of IWorkbenchPart3 in org.eclipse.ui.editors.text
-
Uses of IWorkbenchPart3 in org.eclipse.ui.forms.editor
Modifier and TypeClassDescriptionclass
This class forms a base of multi-page form editors that typically use one or more pages with forms and one page for raw source of the editor input.class
A base class that all pages that should be added to FormEditor must subclass.class
A variation ofFormEditor
, this editor has a stable header that does not change when pages are switched. -
Uses of IWorkbenchPart3 in org.eclipse.ui.internal
Modifier and TypeClassDescriptionclass
class
This part is shown instead the editors with errors.class
This part is shown instead the views with errors.final class
Simple view that will wrap anIIntroPart
.Modifier and TypeMethodDescriptionprotected void
WorkbenchPartReference.createPartProperties
(IWorkbenchPart3 workbenchPart) -
Uses of IWorkbenchPart3 in org.eclipse.ui.internal.views.markers
Modifier and TypeClassDescriptionclass
org.eclipse.ui.internal.views.markers.ExtendedMarkersView
The ExtendedMarkersView is the internal implementation of the view that shows markers using the markerGenerators extension point. -
Uses of IWorkbenchPart3 in org.eclipse.ui.part
Modifier and TypeClassDescriptionclass
A AbstractMultiEditor is a composite of editors.class
Abstract base implementation of all workbench editors.class
A MultiEditor is a composite of editors.class
A multi-page editor is an editor with multiple pages, each of which may contain an editor or an arbitrary SWT control.class
Abstract superclass of all multi-page workbench views.class
Abstract base implementation of all workbench views.class
Abstract base implementation of all workbench parts. -
Uses of IWorkbenchPart3 in org.eclipse.ui.texteditor
Modifier and TypeClassDescriptionclass
An intermediate editor comprising functionality not present in the leanerAbstractTextEditor
, but used in many heavy weight (and especially source editing) editors, such as line numbers, change ruler, overview ruler, print margins, current line highlighting, etc.class
Abstract base implementation of a text editor.class
Capable of handling input elements that have an associated status with them. -
Uses of IWorkbenchPart3 in org.eclipse.ui.texteditor.templates
Modifier and TypeClassDescriptionfinal class
The Templates view.hostsITemplatesPage
s that shows the templates for the currently active editor part. -
Uses of IWorkbenchPart3 in org.eclipse.ui.views.contentoutline
-
Uses of IWorkbenchPart3 in org.eclipse.ui.views.markers
Modifier and TypeClassDescriptionclass
The MarkerSupportView is a view that supports the extensions in the markerSupport extension point. -
Uses of IWorkbenchPart3 in org.eclipse.ui.views.properties