Uses of Class
org.eclipse.ui.part.ViewPart
Package
Description
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
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.
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 ViewPart in org.eclipse.debug.ui
Modifier and TypeClassDescriptionclass
Common function for views related to debugging. -
Uses of ViewPart in org.eclipse.ui.internal
Modifier and TypeClassDescriptionclass
class
This part is shown instead the views with errors.final class
Simple view that will wrap anIIntroPart
. -
Uses of ViewPart 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 ViewPart in org.eclipse.ui.part
Modifier and TypeClassDescriptionclass
Abstract superclass of all multi-page workbench views. -
Uses of ViewPart 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 ViewPart in org.eclipse.ui.views.contentoutline
-
Uses of ViewPart 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 ViewPart in org.eclipse.ui.views.properties