Uses of Interface
org.eclipse.ui.IViewPart
Package
Description
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
Provides a set of actions related to running and debugging applications.
Classes and interface required to contribute search dialog pages and search result view pages.
Contains the team synchronization presentation framework and support
for the Synchronize View.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
Application programming interfaces for interaction
with the Eclipse console.
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.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
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 IViewPart in org.eclipse.debug.ui
Modifier and TypeClassDescriptionclass
Common function for views related to debugging. -
Uses of IViewPart in org.eclipse.debug.ui.actions
-
Uses of IViewPart in org.eclipse.search.ui
Modifier and TypeInterfaceDescriptioninterface
Interface for the search result view. -
Uses of IViewPart in org.eclipse.team.ui.synchronize
Modifier and TypeInterfaceDescriptioninterface
A view that displays synchronization participants that are registered with the synchronize manager. -
Uses of IViewPart in org.eclipse.ui
Modifier and TypeMethodDescriptionReturns the view in this page with the specified id.IViewReference.getView
(boolean restore) Returns theIViewPart
referenced by this object.IWorkbenchPage.getViews()
Deprecated.IWorkbenchPage.getViewStack
(IViewPart part) Returns an array of IViewParts that are stacked with the given part in the currently active perspective.Shows the view identified by the given view id in this page and gives it focus.Shows a view in this page with the given id and secondary id.Modifier and TypeMethodDescriptionIWorkbenchPage.getViewStack
(IViewPart part) Returns an array of IViewParts that are stacked with the given part in the currently active perspective.void
Hides the given view.void
Initializes this action delegate with the view it will work in. -
Uses of IViewPart in org.eclipse.ui.console
Modifier and TypeInterfaceDescriptioninterface
A view that displays consoles registered with the console manager. -
Uses of IViewPart 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
.Modifier and TypeMethodDescriptionprotected IViewPart
WorkbenchPage.busyShowView
(String viewId, int mode) Shows a view.See IWorkbenchPage@findView.ViewReference.getView
(boolean restore) WorkbenchPage.getViews()
See IWorkbenchPage.WorkbenchPage.getViewStack
(IViewPart part) See IWorkbenchPage.Modifier and TypeMethodDescriptionWorkbenchPage.getViewStack
(IViewPart part) void
void
ViewActionBuilder.readActionExtensions
(IViewPart viewPart) Reads and apply all external contributions for this view's ID registered in 'viewActions' extension point.ModifierConstructorDescriptionViewPluginAction
(IConfigurationElement actionElement, IViewPart viewPart, String id, int style) This class adds the requirement that action delegates loaded on demand implement IViewActionDelegate -
Uses of IViewPart 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 IViewPart in org.eclipse.ui.part
Modifier and TypeClassDescriptionclass
Abstract superclass of all multi-page workbench views.class
Abstract base implementation of all workbench views. -
Uses of IViewPart 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 IViewPart in org.eclipse.ui.views
Modifier and TypeMethodDescriptionIViewDescriptor.createView()
Creates an instance of the view defined in the descriptor. -
Uses of IViewPart in org.eclipse.ui.views.contentoutline
-
Uses of IViewPart 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 IViewPart in org.eclipse.ui.views.properties
IWorkbenchPage.getViewReferences()
instead.