Uses of Interface
org.eclipse.ui.IViewPart
Packages that use 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
Subinterfaces of IViewPart in org.eclipse.debug.uiClasses in org.eclipse.debug.ui that implement IViewPartModifier and TypeClassDescriptionclass
Common function for views related to debugging.Methods in org.eclipse.debug.ui that return IViewPart -
Uses of IViewPart in org.eclipse.debug.ui.actions
Methods in org.eclipse.debug.ui.actions with parameters of type IViewPart -
Uses of IViewPart in org.eclipse.search.ui
Subinterfaces of IViewPart in org.eclipse.search.uiModifier and TypeInterfaceDescriptioninterface
Interface for the search result view. -
Uses of IViewPart in org.eclipse.team.ui.synchronize
Subinterfaces of IViewPart in org.eclipse.team.ui.synchronizeModifier and TypeInterfaceDescriptioninterface
A view that displays synchronization participants that are registered with the synchronize manager. -
Uses of IViewPart in org.eclipse.ui
Methods in org.eclipse.ui that return IViewPartModifier 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.Methods in org.eclipse.ui with parameters of type IViewPartModifier 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
Subinterfaces of IViewPart in org.eclipse.ui.consoleModifier and TypeInterfaceDescriptioninterface
A view that displays consoles registered with the console manager. -
Uses of IViewPart in org.eclipse.ui.internal
Classes in org.eclipse.ui.internal that implement IViewPartModifier and TypeClassDescriptionclass
class
This part is shown instead the views with errors.final class
Simple view that will wrap anIIntroPart
.Methods in org.eclipse.ui.internal that return IViewPartModifier 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.Methods in org.eclipse.ui.internal with parameters of type IViewPartModifier 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.Constructors in org.eclipse.ui.internal with parameters of type IViewPartModifierConstructorDescriptionViewPluginAction
(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
Classes in org.eclipse.ui.internal.views.markers that implement IViewPartModifier 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
Classes in org.eclipse.ui.part that implement IViewPartModifier 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
Classes in org.eclipse.ui.texteditor.templates that implement IViewPartModifier 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
Methods in org.eclipse.ui.views that return IViewPartModifier and TypeMethodDescriptionIViewDescriptor.createView()
Creates an instance of the view defined in the descriptor. -
Uses of IViewPart in org.eclipse.ui.views.contentoutline
Classes in org.eclipse.ui.views.contentoutline that implement IViewPart -
Uses of IViewPart in org.eclipse.ui.views.markers
Classes in org.eclipse.ui.views.markers that implement IViewPartModifier 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
Classes in org.eclipse.ui.views.properties that implement IViewPart
IWorkbenchPage.getViewReferences()
instead.