Uses of Interface
org.eclipse.ui.IWorkbenchPart
Packages that use IWorkbenchPart
Package
Description
Provides support for performing structural and textual
compare operations on arbitrary data and displaying the results.
Provides support for applying and working with patches.
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.
Provides a set of interfaces and classes for debug context management.
Provides a user interface for debug platform source lookup facilities.
Classes and interface required to contribute search dialog pages and search result view pages.
Provides basic support for managing Team providers.
Application programming interfaces for working with history.
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.
Classes for actions and operations used in a workbench
window, page, or part in the Eclipse Platform User Interface.
Application programming interfaces for interaction
with the Eclipse console.
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 support for integrating handlers into the Eclipse workbench.
APIs for the IDE-specific portion of the Eclipse Platform User Interface.
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 that provide the basic workbench UI support for undo and redo of
operations.
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.
Provides the Tabbed Properties framework.
-
Uses of IWorkbenchPart in org.eclipse.compare
Methods in org.eclipse.compare that return IWorkbenchPartModifier and TypeMethodDescriptionCompareEditorInput.getWorkbenchPart()ICompareContainer.getWorkbenchPart()Return the workbench part associated with this container ornullif there is no part or it is not available. -
Uses of IWorkbenchPart in org.eclipse.compare.internal
Classes in org.eclipse.compare.internal that implement IWorkbenchPartModifier and TypeClassDescriptionclassA CompareEditor takes a ICompareEditorInput as input.Methods in org.eclipse.compare.internal that return IWorkbenchPartMethods in org.eclipse.compare.internal with parameters of type IWorkbenchPartModifier and TypeMethodDescriptionvoidCompareAction.setActivePart(IAction action, IWorkbenchPart targetPart) -
Uses of IWorkbenchPart in org.eclipse.compare.patch
Constructors in org.eclipse.compare.patch with parameters of type IWorkbenchPartModifierConstructorDescriptionApplyPatchOperation(IWorkbenchPart targetPart, IResource resource) Create an operation for the given part and resource.ApplyPatchOperation(IWorkbenchPart part, IStorage patch, IResource target, CompareConfiguration configuration) Creates a new ApplyPatchOperation with the supplied compare configuration, patch and target. -
Uses of IWorkbenchPart in org.eclipse.debug.ui
Subinterfaces of IWorkbenchPart in org.eclipse.debug.uiClasses in org.eclipse.debug.ui that implement IWorkbenchPartModifier and TypeClassDescriptionclassCommon function for views related to debugging.Methods in org.eclipse.debug.ui that return IWorkbenchPartMethods in org.eclipse.debug.ui with parameters of type IWorkbenchPartModifier and TypeMethodDescriptionprotected PageBookView.PageRecAbstractDebugView.doCreatePage(IWorkbenchPart part) protected voidAbstractDebugView.doDestroyPage(IWorkbenchPart part, PageBookView.PageRec pageRecord) static ISelectionDebugUITools.getDebugContextForPart(IWorkbenchPart part) Returns the currently selected context in the given part or part's workbench window.protected booleanAbstractDebugView.isImportant(IWorkbenchPart part) -
Uses of IWorkbenchPart in org.eclipse.debug.ui.actions
Methods in org.eclipse.debug.ui.actions with parameters of type IWorkbenchPartModifier and TypeMethodDescriptionvoidIAddMemoryBlocksTarget.addMemoryBlocks(IWorkbenchPart part, ISelection selection) Perform an add memory block on the given element that is currently selected in the Debug view.voidIAddMemoryRenderingsTarget.addMemoryRenderings(IWorkbenchPart part, ISelection selection, IMemoryRenderingType[] renderingTypes) Adds memory renderings.booleanIAddMemoryBlocksTarget.canAddMemoryBlocks(IWorkbenchPart part, ISelection selection) Returns whether an add memory block operation can be performed from the specified part and the given selection.booleanIAddMemoryRenderingsTarget.canAddMemoryRenderings(IWorkbenchPart part, ISelection selection) Returns whether a memory rendering can be added from the specified part, based on the the given selection, which is the active debug context in the current workbench window.booleanIRunToLineTarget.canRunToLine(IWorkbenchPart part, ISelection selection, ISuspendResume target) Returns whether a run to line operation can be performed on the given element that is currently selected and suspended in the Debug view.booleanIToggleBreakpointsTargetExtension.canToggleBreakpoints(IWorkbenchPart part, ISelection selection) Returns whether line breakpoints can be toggled on the given selection.booleanIToggleBreakpointsTargetExtension2.canToggleBreakpointsWithEvent(IWorkbenchPart part, ISelection selection, Event event) Returns whether breakpoints can be toggled on the given selection with the givenEvent.booleanIToggleBreakpointsTarget.canToggleLineBreakpoints(IWorkbenchPart part, ISelection selection) Returns whether line breakpoints can be toggled on the given selection.booleanIToggleBreakpointsTarget.canToggleMethodBreakpoints(IWorkbenchPart part, ISelection selection) Returns whether method breakpoints can be toggled on the given selection.booleanIToggleBreakpointsTarget.canToggleWatchpoints(IWorkbenchPart part, ISelection selection) Returns whether watchpoints can be toggled on the given selection.IToggleBreakpointsTargetFactory.getDefaultToggleTarget(IWorkbenchPart part, ISelection selection) Returns the identifier of the default toggle breakpoints target to use for the given selection, ornullif this factory has no preference.IToggleBreakpointsTargetManager.getEnabledToggleBreakpointsTargetIDs(IWorkbenchPart part, ISelection selection) Returns the set ofStringIDs of toggle breakpoint targets, which are enabled for the given active part and selection.IAddMemoryRenderingsTarget.getMemoryRenderingTypes(IWorkbenchPart part, ISelection selection) Returns a list of rendering types that can be added from the given workbench part and active debug context, possibly empty.IToggleBreakpointsTargetManager.getPreferredToggleBreakpointsTargetID(IWorkbenchPart part, ISelection selection) Returns the ID of the calculated preferred toggle breakpoints target for the given active part and selection.IToggleBreakpointsTargetManager.getToggleBreakpointsTarget(IWorkbenchPart part, ISelection selection) Given the ID of toggle breakpoint target, this method will try to find the factory that creates it and return an instance of it.IToggleBreakpointsTargetFactory.getToggleTargets(IWorkbenchPart part, ISelection selection) Returns all possible types of toggle breakpoints targets that this factory can create for the given selection and part, possibly empty.voidDebugCommandAction.init(IWorkbenchPart part) Initializes this action for a specific part.protected voidToggleMethodBreakpointActionDelegate.performAction(IToggleBreakpointsTarget target, IWorkbenchPart part, ISelection selection) protected voidToggleWatchpointActionDelegate.performAction(IToggleBreakpointsTarget target, IWorkbenchPart part, ISelection selection) voidIRunToLineTarget.runToLine(IWorkbenchPart part, ISelection selection, ISuspendResume target) Perform a run to line operation on the given element that is currently selected and suspended in the Debug view.voidAddMemoryRenderingActionDelegate.setActivePart(IAction action, IWorkbenchPart targetPart) voidContextualLaunchAction.setActivePart(IAction action, IWorkbenchPart targetPart) booleanIAddMemoryBlocksTarget.supportsAddMemoryBlocks(IWorkbenchPart part) Returns whether this target will support adding memory block from the specified part.voidIToggleBreakpointsTargetExtension.toggleBreakpoints(IWorkbenchPart part, ISelection selection) Creates new line breakpoints or removes existing breakpoints.voidIToggleBreakpointsTargetExtension2.toggleBreakpointsWithEvent(IWorkbenchPart part, ISelection selection, Event event) Creates or removes existing breakpoints based on any modifiers in the givenEvent.voidIToggleBreakpointsTarget.toggleLineBreakpoints(IWorkbenchPart part, ISelection selection) Creates new line breakpoints or removes existing breakpoints.voidIToggleBreakpointsTarget.toggleMethodBreakpoints(IWorkbenchPart part, ISelection selection) Creates new method breakpoints or removes existing breakpoints.voidIToggleBreakpointsTarget.toggleWatchpoints(IWorkbenchPart part, ISelection selection) Creates new watchpoints or removes existing breakpoints.Constructors in org.eclipse.debug.ui.actions with parameters of type IWorkbenchPartModifierConstructorDescriptionRunToLineAction(IWorkbenchPart part, IDocument document, IVerticalRulerInfo rulerInfo) Constructs a new action to toggle a breakpoint in the given part containing the given document and ruler.ToggleBreakpointAction(IWorkbenchPart part, IDocument document, IVerticalRulerInfo rulerInfo) Constructs a new action to toggle a breakpoint in the given part containing the given document and ruler. -
Uses of IWorkbenchPart in org.eclipse.debug.ui.contexts
Methods in org.eclipse.debug.ui.contexts that return IWorkbenchPartModifier and TypeMethodDescriptionAbstractDebugContextProvider.getPart()IDebugContextProvider.getPart()Returns the part associated with this context provider ornullif none.Constructors in org.eclipse.debug.ui.contexts with parameters of type IWorkbenchPartModifierConstructorDescriptionConstructs a context provider for the specified part, possiblynull. -
Uses of IWorkbenchPart in org.eclipse.debug.ui.sourcelookup
Classes in org.eclipse.debug.ui.sourcelookup that implement IWorkbenchPartModifier and TypeClassDescriptionclassDefault editor displayed when source is not found. -
Uses of IWorkbenchPart in org.eclipse.search.ui
Subinterfaces of IWorkbenchPart in org.eclipse.search.uiModifier and TypeInterfaceDescriptioninterfaceInterface for the search result view. -
Uses of IWorkbenchPart in org.eclipse.team.ui
Subinterfaces of IWorkbenchPart in org.eclipse.team.uiClasses in org.eclipse.team.ui that implement IWorkbenchPartModifier and TypeClassDescriptionclassDeprecated.Clients should use a subclass ofCompareEditorInputandCompareUI.openCompareDialog(org.eclipse.compare.CompareEditorInput)classDeprecated.Clients should use a subclass ofCompareEditorInputandCompareUI.openCompareDialog(org.eclipse.compare.CompareEditorInput)Methods in org.eclipse.team.ui that return IWorkbenchPartModifier and TypeMethodDescriptionTeamOperation.getPart()Return the part that is associated with this operation.Constructors in org.eclipse.team.ui with parameters of type IWorkbenchPartModifierConstructorDescriptionprotectedTeamOperation(IWorkbenchPart part) Create an team operation associated with the given part.protectedTeamOperation(IWorkbenchPart part, IRunnableContext context) Create an team operation associated with the given part that will run in the given context. -
Uses of IWorkbenchPart in org.eclipse.team.ui.history
Classes in org.eclipse.team.ui.history that implement IWorkbenchPartModifier and TypeClassDescriptionclassDeprecated.Methods in org.eclipse.team.ui.history that return IWorkbenchPartModifier and TypeMethodDescriptionIHistoryPageSite.getPart()Return the workbench part for the page ornullif a workbench part is not available (e.g. if the page is being shown in a dialog). -
Uses of IWorkbenchPart in org.eclipse.team.ui.synchronize
Subinterfaces of IWorkbenchPart in org.eclipse.team.ui.synchronizeModifier and TypeInterfaceDescriptioninterfaceA view that displays synchronization participants that are registered with the synchronize manager.Classes in org.eclipse.team.ui.synchronize that implement IWorkbenchPartModifier and TypeClassDescriptionclassDeprecated.Clients should use a subclass ofPageCompareEditorInputandCompareUI.openCompareDialog(org.eclipse.compare.CompareEditorInput)Methods in org.eclipse.team.ui.synchronize that return IWorkbenchPartModifier and TypeMethodDescriptionISynchronizePageSite.getPart()Return the workbench part for the page ornullif a workbench part is not available (e.g. if the page is being shown in a dialog).Methods in org.eclipse.team.ui.synchronize with parameters of type IWorkbenchPartModifier and TypeMethodDescriptionvoidISynchronizeParticipant.run(IWorkbenchPart part) Runs the participants action.voidModelSynchronizeParticipant.run(IWorkbenchPart part) voidSubscriberParticipant.run(IWorkbenchPart part) Constructors in org.eclipse.team.ui.synchronize with parameters of type IWorkbenchPartModifierConstructorDescriptionprotectedModelMergeOperation(IWorkbenchPart part, ISynchronizationScopeManager manager) Create a model merge operation.protectedModelOperation(IWorkbenchPart part, ISynchronizationScopeManager manager) Create a model operation that operates on the given scope.protectedCreate a merge participant operation for the scope of the given manager. -
Uses of IWorkbenchPart in org.eclipse.ui
Subinterfaces of IWorkbenchPart in org.eclipse.uiModifier and TypeInterfaceDescriptioninterfaceAn editor is a visual component within a workbench page.interfaceInterface for editor parts that represent an in-place style editor.interfaceInterface for reusable editors.interfaceA view is a visual component within a workbench page.interfaceExtendsIWorkbenchPart, adding the name and status text properties.interfaceA part can provide arbitrary properties.Methods in org.eclipse.ui that return IWorkbenchPartModifier and TypeMethodDescriptionIPartService.getActivePart()Returns the active part.SelectionListenerFactory.ISelectionModel.getCurrentSelectionPart()SelectionListenerFactory.ISelectionModel.getLastDeliveredSelectionPart()IWorkbenchPartReference.getPart(boolean restore) Returns the IWorkbenchPart referenced by this object.IWorkbenchPartSite.getPart()Returns the part associated with this siteSelectionListenerFactory.ISelectionModel.getTargetPart()Methods in org.eclipse.ui with parameters of type IWorkbenchPartModifier and TypeMethodDescriptionvoidIWorkbenchPage.activate(IWorkbenchPart part) Activates the given part.voidIWorkbenchPage.bringToTop(IWorkbenchPart part) Moves the given part forward in the Z order of this page so as to make it visible, without changing which part has focus.static ISelectionListenerSelectionListenerFactory.createListener(IWorkbenchPart part, Predicate<SelectionListenerFactory.ISelectionModel> predicate) Create a listener for a part that also acts as the selection listener.static ISelectionListenerSelectionListenerFactory.createListener(IWorkbenchPart part, ISelectionListener listener, Predicate<SelectionListenerFactory.ISelectionModel> predicate) Create a listener for a part with a separate selection listener.static ISelectionListenerSelectionListenerFactory.createVisibleListener(IWorkbenchPart part, ISelectionListener listener) Convenience method to create a listener that only gets notified when: the selection has changed; the part is visible.static ISelectionListenerSelectionListenerFactory.createVisibleListener(IWorkbenchPart part, ISelectionListener listener, Predicate<SelectionListenerFactory.ISelectionModel> additionalPredicate) Convenience method to create a listener that only gets notified when: the selection has changed; the part is visible.static ISelectionListenerSelectionListenerFactory.createVisibleSelfMutedListener(IWorkbenchPart part, ISelectionListener listener) Provides a listener that only gets notified of selection events when: the selection was not already delivered from any part; the part is visible; the selection does not originate from the part.static ISelectionListenerSelectionListenerFactory.createVisibleSelfMutedListener(IWorkbenchPart part, ISelectionListener listener, Predicate<SelectionListenerFactory.ISelectionModel> additionalPredicate) Provides a listener that only gets notified of selection events when: the selection has changed; the part is visible; the selection does not originate from the part.voidSaveable.disableUI(IWorkbenchPart[] parts, boolean closing) Disables the UI of the given parts containing this saveable if necessary.voidSaveable.enableUI(IWorkbenchPart[] parts) Enables the UI of the given parts containing this saveable after a background save operation has finished.IWorkbenchPage.getReference(IWorkbenchPart part) Find the part reference for the given part.booleanIWorkbenchPage.isPartVisible(IWorkbenchPart part) Returns whether the specified part is visible.voidIPartListener.partActivated(IWorkbenchPart part) Notifies this listener that the given part has been activated.voidIPartListener.partBroughtToTop(IWorkbenchPart part) Notifies this listener that the given part has been brought to the top.voidSubActionBars.partChanged(IWorkbenchPart part) Notification that the target part for the action bars has changed.voidIPartListener.partClosed(IWorkbenchPart part) Notifies this listener that the given part has been closed.voidIPartListener.partDeactivated(IWorkbenchPart part) Notifies this listener that the given part has been deactivated.voidIPartListener.partOpened(IWorkbenchPart part) Notifies this listener that the given part has been opened.booleanISaveableFilter.select(Saveable saveable, IWorkbenchPart[] containingParts) Indicate whether the given saveable matches this filter.voidISelectionListener.selectionChanged(IWorkbenchPart part, ISelection selection) Notifies this listener that the selection has changed.voidIObjectActionDelegate.setActivePart(IAction action, IWorkbenchPart targetPart) Sets the active part for the delegate. -
Uses of IWorkbenchPart in org.eclipse.ui.actions
Methods in org.eclipse.ui.actions that return IWorkbenchPartModifier and TypeMethodDescriptionPartEventAction.getActivePart()Returns the currently active part in the workbench.Methods in org.eclipse.ui.actions with parameters of type IWorkbenchPartModifier and TypeMethodDescriptionvoidPartEventAction.partActivated(IWorkbenchPart part) ThePartEventActionimplementation of thisIPartListenermethod records that the given part is active.voidRetargetAction.partActivated(IWorkbenchPart part) A workbench part has been activated.voidPartEventAction.partBroughtToTop(IWorkbenchPart part) ThePartEventActionimplementation of thisIPartListenermethod does nothing.voidPartEventAction.partClosed(IWorkbenchPart part) ThePartEventActionimplementation of thisIPartListenermethod clears the active part if it just closed.voidRetargetAction.partClosed(IWorkbenchPart part) A workbench part has been closed.voidPartEventAction.partDeactivated(IWorkbenchPart part) ThePartEventActionimplementation of thisIPartListenermethod records that there is no active part.voidRetargetAction.partDeactivated(IWorkbenchPart part) A workbench part has been deactivated.voidPartEventAction.partOpened(IWorkbenchPart part) ThePartEventActionimplementation of thisIPartListenermethod does nothing. -
Uses of IWorkbenchPart in org.eclipse.ui.console
Subinterfaces of IWorkbenchPart in org.eclipse.ui.consoleModifier and TypeInterfaceDescriptioninterfaceA view that displays consoles registered with the console manager. -
Uses of IWorkbenchPart in org.eclipse.ui.editors.text
Classes in org.eclipse.ui.editors.text that implement IWorkbenchPart -
Uses of IWorkbenchPart in org.eclipse.ui.forms.editor
Subinterfaces of IWorkbenchPart in org.eclipse.ui.forms.editorModifier and TypeInterfaceDescriptioninterfaceInterface that all GUI pages need to implement in order to be added to FormEditor part.Classes in org.eclipse.ui.forms.editor that implement IWorkbenchPartModifier and TypeClassDescriptionclassThis 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.classA base class that all pages that should be added to FormEditor must subclass.classA variation ofFormEditor, this editor has a stable header that does not change when pages are switched. -
Uses of IWorkbenchPart in org.eclipse.ui.handlers
Methods in org.eclipse.ui.handlers that return IWorkbenchPartModifier and TypeMethodDescriptionstatic IWorkbenchPartHandlerUtil.getActivePart(ExecutionEvent event) Return the active part.static IWorkbenchPartHandlerUtil.getActivePartChecked(ExecutionEvent event) Return the active part. -
Uses of IWorkbenchPart in org.eclipse.ui.ide
Methods in org.eclipse.ui.ide with parameters of type IWorkbenchPartModifier and TypeMethodDescriptionbooleanResourceSaveableFilter.select(Saveable saveable, IWorkbenchPart[] containingParts) -
Uses of IWorkbenchPart in org.eclipse.ui.internal
Classes in org.eclipse.ui.internal that implement IWorkbenchPartModifier and TypeClassDescriptionclassclassThis part is shown instead the editors with errors.classThis part is shown instead the views with errors.final classSimple view that will wrap anIIntroPart.Fields in org.eclipse.ui.internal declared as IWorkbenchPartMethods in org.eclipse.ui.internal that return IWorkbenchPartModifier and TypeMethodDescriptionEditorReference.createErrorPart(IStatus status) ViewReference.createErrorPart(IStatus status) abstract IWorkbenchPartWorkbenchPartReference.createErrorPart(IStatus status) EditorReference.createPart()ViewReference.createPart()abstract IWorkbenchPartWorkbenchPartReference.createPart()static IWorkbenchPartInternalHandlerUtil.getActivePart(Object appContext) Return the active part.PartService.getActivePart()SlavePartService.getActivePart()WorkbenchPage.getActivePart()WorkbenchPage.getDirtyWorkbenchParts()PartSite.getPart()Returns the part.final IWorkbenchPartWorkbenchPartReference.getPart(boolean restore) SaveablesList.getPartsForSaveable(Saveable model) protected IWorkbenchPartShowInMenu.getSourcePart()Returns the source part, ornullif there is no applicable source partMethods in org.eclipse.ui.internal that return types with arguments of type IWorkbenchPartMethods in org.eclipse.ui.internal with parameters of type IWorkbenchPartModifier and TypeMethodDescriptionvoidWorkbenchPage.activate(IWorkbenchPart part) Activates a part.voidWorkbenchPage.bringToTop(IWorkbenchPart part) Moves a part forward in the Z order of a perspective so it is visible.booleanIObjectActionContributor.contributeObjectActions(IWorkbenchPart part, IMenuManager menu, ISelectionProvider selProv, List actionIdOverrides) Implement this method to add actions that deal with the currently selected object or objects.booleanObjectActionContributor.contributeObjectActions(IWorkbenchPart part, IMenuManager menu, ISelectionProvider selProv, List actionIdOverrides) Contributes actions applicable for the current selection.booleanObjectActionContributorManager.contributeObjectActions(IWorkbenchPart part, IMenuManager popupMenu, ISelectionProvider selProv, Set<IObjectActionContributor> alreadyContributed) Contributes submenus and/or actions applicable to the selection in the provided viewer into the provided popup menu.voidSaveablesList.dirtyChanged(IWorkbenchPart part) WorkbenchPage.findPart(IWorkbenchPart part) protected ShowInContextShowInMenu.getContext(IWorkbenchPart sourcePart) Returns theShowInContextto show in the selected target, ornullif there is no valid context to show.WorkbenchPage.getReference(IWorkbenchPart part) Returns the reference to the given part, ornullif it has no reference (i.e. it is not a top-level part in this workbench page).protected StringCycleEditorHandler.getTableHeader(IWorkbenchPart activePart) protected StringCyclePerspectiveHandler.getTableHeader(IWorkbenchPart activePart) protected StringCycleViewHandler.getTableHeader(IWorkbenchPart activePart) protected StringFilteredTableBaseHandler.getTableHeader(IWorkbenchPart activePart) Get TableHeader, return title for non-filtered lists.voidEditorReference.initialize(IWorkbenchPart part) voidViewReference.initialize(IWorkbenchPart part) abstract voidWorkbenchPartReference.initialize(IWorkbenchPart part) static booleanSaveableHelper.isDirtyStateSupported(IWorkbenchPart part) booleanWorkbenchPage.isPartVisible(IWorkbenchPart part) See IWorkbenchPage.final booleanPopupMenuExtender.matches(MenuManager menuManager, ISelectionProvider selectionProvider, IWorkbenchPart part) Determines whether this extender would be the same as another extender created with the given values.voidFilteredTableBaseHandler.openDialog(WorkbenchPage page, IWorkbenchPart activePart) voidPartService.partActivated(IWorkbenchPart part) voidPartService.partBroughtToTop(IWorkbenchPart part) voidEditorActionBars.partChanged(IWorkbenchPart part) Sets the target part for the action bars.voidCloseAllSavedAction.partClosed(IWorkbenchPart part) voidPartService.partClosed(IWorkbenchPart part) voidPartService.partDeactivated(IWorkbenchPart part) voidCloseAllSavedAction.partOpened(IWorkbenchPart part) voidPartService.partOpened(IWorkbenchPart part) voidSaveablesList.postOpen(IWorkbenchPart part) booleanViewerActionBuilder.readViewerContributions(String id, ISelectionProvider prov, IWorkbenchPart part) Reads the contributions for a viewer menu.static final voidPartSite.registerContextMenu(String menuId, MenuManager menuManager, ISelectionProvider selectionProvider, boolean includeEditorInput, IWorkbenchPart part, IEclipseContext context, Collection<PopupMenuExtender> menuExtenders) This is a helper method for the register context menu functionality.protected voidPartPluginAction.registerSelectionListener(IWorkbenchPart aPart) Registers this action as a listener of the workbench part.static booleanSaveableHelper.savePart(ISaveablePart saveable, IWorkbenchPart part, IWorkbenchWindow window, boolean confirm) Saves the workbench part.booleanWorkbenchPage.saveSaveable(ISaveablePart saveable, IWorkbenchPart part, boolean confirm, boolean closing) Saves the contents of the provided saveable and returns whether the operation succeeded or not.voidPartSelectionListener.selectionChanged(IWorkbenchPart part, ISelection selection) voidPluginAction.selectionChanged(IWorkbenchPart part, ISelection sel) TheSelectionChangedEventActionimplementation of thisISelectionListenermethod callsselectionChanged(IStructuredSelection)when the selection is a structured one.voidObjectPluginAction.setActivePart(IWorkbenchPart targetPart) Sets the active part for the delegate.protected voidFilteredTableBaseHandler.setDialogLocation(Shell dialog, IWorkbenchPart activePart) Sets the dialog's location on the screen.voidPartSite.setPart(IWorkbenchPart newPart) Sets the part.protected voidPartPluginAction.unregisterSelectionListener(IWorkbenchPart aPart) Unregisters this action as a listener of the workbench part.Method parameters in org.eclipse.ui.internal with type arguments of type IWorkbenchPartModifier and TypeMethodDescriptionSaveablesList.getSaveables(List<IWorkbenchPart> parts) SaveablesList.preCloseParts(List<IWorkbenchPart> partsToClose, boolean addNonPartSources, boolean save, IShellProvider shellProvider, IWorkbenchWindow window) SaveablesList.preCloseParts(List<IWorkbenchPart> partsToClose, boolean addNonPartSources, boolean save, IWorkbenchWindow window, Map<Saveable, ISaveHandler.Save> saveOptions) SaveablesList.preCloseParts(List<IWorkbenchPart> partsToClose, boolean save, IShellProvider shellProvider, IWorkbenchWindow window) SaveablesList.preCloseParts(List<IWorkbenchPart> partsToClose, boolean save, IWorkbenchWindow window) static booleanWorkbenchPage.saveAll(List<IWorkbenchPart> dirtyParts, boolean confirm, boolean closing, boolean addNonPartSources, IRunnableContext runnableContext, IWorkbenchWindow workbenchWindow) Constructors in org.eclipse.ui.internal with parameters of type IWorkbenchPartModifierConstructorDescriptionCreates a new DefaultSaveable.EditorSite(MPart model, IWorkbenchPart part, IWorkbenchPartReference ref, IConfigurationElement element) Constructs an EditorSite for an editor.PartSelectionListener(IWorkbenchPart part, ISelectionListener callbackListener, Predicate<SelectionListenerFactory.ISelectionModel> predicate) Constructs the intermediate selection listener to filter selections before they are passed on the the callback listener.PartSite(MPart model, IWorkbenchPart part, IWorkbenchPartReference ref, IConfigurationElement element) Build the part site.PopupMenuExtender(String id, MenuManager menu, ISelectionProvider prov, IWorkbenchPart part, IEclipseContext context) Construct a new menu extender.PopupMenuExtender(String id, MenuManager menu, ISelectionProvider prov, IWorkbenchPart part, IEclipseContext context, boolean includeEditorInput) Construct a new menu extender.ViewSite(MPart model, IWorkbenchPart part, IWorkbenchPartReference ref, IConfigurationElement element) -
Uses of IWorkbenchPart in org.eclipse.ui.internal.views.markers
Classes in org.eclipse.ui.internal.views.markers that implement IWorkbenchPartModifier and TypeClassDescriptionclassorg.eclipse.ui.internal.views.markers.ExtendedMarkersViewThe ExtendedMarkersView is the internal implementation of the view that shows markers using the markerGenerators extension point. -
Uses of IWorkbenchPart in org.eclipse.ui.operations
Constructors in org.eclipse.ui.operations with parameters of type IWorkbenchPartModifierConstructorDescriptionLinearUndoViolationUserApprover(IUndoContext context, IWorkbenchPart part) Create a LinearUndoViolationUserApprover associated with the specified workbench part. -
Uses of IWorkbenchPart in org.eclipse.ui.part
Classes in org.eclipse.ui.part that implement IWorkbenchPartModifier and TypeClassDescriptionclassA AbstractMultiEditor is a composite of editors.classAbstract base implementation of all workbench editors.classA MultiEditor is a composite of editors.classA multi-page editor is an editor with multiple pages, each of which may contain an editor or an arbitrary SWT control.classAbstract superclass of all multi-page workbench views.classAbstract base implementation of all workbench views.classAbstract base implementation of all workbench parts.Fields in org.eclipse.ui.part declared as IWorkbenchPartMethods in org.eclipse.ui.part that return IWorkbenchPartModifier and TypeMethodDescriptionprotected abstract IWorkbenchPartPageBookView.getBootstrapPart()Returns the active, important workbench part for this view.IContributedContentsView.getContributingPart()Returns the workbench part which contributed the current contents of this view.protected IWorkbenchPartPageBookView.getCurrentContributingPart()Returns the part which contributed the current page to this view.MultiPageEditorSite.getPart()Methods in org.eclipse.ui.part with parameters of type IWorkbenchPartModifier and TypeMethodDescriptionprotected abstract PageBookView.PageRecPageBookView.doCreatePage(IWorkbenchPart part) Creates a new page in the pagebook for a particular part.protected abstract voidPageBookView.doDestroyPage(IWorkbenchPart part, PageBookView.PageRec pageRecord) Destroys a page in the pagebook for a particular part.protected PageBookView.PageRecPageBookView.getPageRec(IWorkbenchPart part) Returns the page record for the given part.protected abstract booleanPageBookView.isImportant(IWorkbenchPart part) Returns whether the given part should be added to this view.voidPageBookView.partActivated(IWorkbenchPart part) ThePageBookViewimplementation of thisIPartListenermethod shows the page when the given part is activated.voidPageBookView.partBroughtToTop(IWorkbenchPart part) ThePageBookViewimplementation of thisIPartListenermethod does nothing.voidPageBookView.partClosed(IWorkbenchPart part) ThePageBookViewimplementation of thisIPartListenermethod deal with the closing of the active part.voidPageBookView.partDeactivated(IWorkbenchPart part) ThePageBookViewimplementation of thisIPartListenermethod does nothing.protected voidPageBookView.partHidden(IWorkbenchPart part) Make sure that the part is not considered if it is hidden.voidPageBookView.partOpened(IWorkbenchPart part) protected voidPageBookView.partVisible(IWorkbenchPart part) Make sure that the part is not considered if it is hidden.Constructors in org.eclipse.ui.part with parameters of type IWorkbenchPartModifierConstructorDescriptionPageRec(IWorkbenchPart part, IPage page) Creates a new page record initialized to the given part and page.PageSwitcher(IWorkbenchPart part) Register the handlers for page switching with this view or editor. -
Uses of IWorkbenchPart in org.eclipse.ui.texteditor
Subinterfaces of IWorkbenchPart in org.eclipse.ui.texteditorClasses in org.eclipse.ui.texteditor that implement IWorkbenchPartModifier and TypeClassDescriptionclassAn 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.classAbstract base implementation of a text editor.classCapable of handling input elements that have an associated status with them.Constructors in org.eclipse.ui.texteditor with parameters of type IWorkbenchPartModifierConstructorDescriptionFindNextAction(ResourceBundle bundle, String prefix, IWorkbenchPart workbenchPart, boolean forward) Creates a new find/replace action for the given workbench part.FindReplaceAction(ResourceBundle bundle, String prefix, IWorkbenchPart workbenchPart) Creates a new find/replace action for the given workbench part.IncrementalFindAction(ResourceBundle bundle, String prefix, IWorkbenchPart workbenchPart, boolean forward) Creates a new incremental find action for the given workbench part. -
Uses of IWorkbenchPart in org.eclipse.ui.texteditor.templates
Classes in org.eclipse.ui.texteditor.templates that implement IWorkbenchPartModifier and TypeClassDescriptionfinal classThe Templates view.hostsITemplatesPages that shows the templates for the currently active editor part.Methods in org.eclipse.ui.texteditor.templates that return IWorkbenchPartMethods in org.eclipse.ui.texteditor.templates with parameters of type IWorkbenchPartModifier and TypeMethodDescriptionprotected PageBookView.PageRecTemplatesView.doCreatePage(IWorkbenchPart part) protected voidTemplatesView.doDestroyPage(IWorkbenchPart part, PageBookView.PageRec rec) protected booleanTemplatesView.isImportant(IWorkbenchPart part) voidTemplatesView.partBroughtToTop(IWorkbenchPart part) -
Uses of IWorkbenchPart in org.eclipse.ui.views.contentoutline
Classes in org.eclipse.ui.views.contentoutline that implement IWorkbenchPartMethods in org.eclipse.ui.views.contentoutline that return IWorkbenchPartMethods in org.eclipse.ui.views.contentoutline with parameters of type IWorkbenchPartModifier and TypeMethodDescriptionprotected PageBookView.PageRecContentOutline.doCreatePage(IWorkbenchPart part) protected voidContentOutline.doDestroyPage(IWorkbenchPart part, PageBookView.PageRec rec) protected booleanContentOutline.isImportant(IWorkbenchPart part) voidContentOutline.partBroughtToTop(IWorkbenchPart part) -
Uses of IWorkbenchPart in org.eclipse.ui.views.markers
Classes in org.eclipse.ui.views.markers that implement IWorkbenchPartModifier and TypeClassDescriptionclassThe MarkerSupportView is a view that supports the extensions in the markerSupport extension point. -
Uses of IWorkbenchPart in org.eclipse.ui.views.properties
Classes in org.eclipse.ui.views.properties that implement IWorkbenchPartMethods in org.eclipse.ui.views.properties that return IWorkbenchPartModifier and TypeMethodDescriptionprotected IWorkbenchPartPropertySheet.getBootstrapPart()PropertyShowInContext.getPart()Methods in org.eclipse.ui.views.properties with parameters of type IWorkbenchPartModifier and TypeMethodDescriptionprotected PageBookView.PageRecPropertySheet.doCreatePage(IWorkbenchPart part) protected voidPropertySheet.doDestroyPage(IWorkbenchPart part, PageBookView.PageRec rec) protected booleanPropertySheet.isImportant(IWorkbenchPart part) voidPropertySheet.partActivated(IWorkbenchPart part) ThePropertySheetimplementation of thisIPartListenermethod first sees if the active part is anIContributedContentsViewadapter and if so, asks it for its contributing part.voidPropertySheet.partClosed(IWorkbenchPart part) protected voidPropertySheet.partHidden(IWorkbenchPart part) protected voidPropertySheet.partVisible(IWorkbenchPart part) voidPropertySheet.selectionChanged(IWorkbenchPart part, ISelection sel) voidPropertySheetPage.selectionChanged(IWorkbenchPart part, ISelection selection) voidPropertyShowInContext.setPart(IWorkbenchPart part) Constructors in org.eclipse.ui.views.properties with parameters of type IWorkbenchPartModifierConstructorDescriptionPropertyShowInContext(IWorkbenchPart aPart, ISelection selection) PropertyShowInContext(IWorkbenchPart aPart, ShowInContext aShowInContext) -
Uses of IWorkbenchPart in org.eclipse.ui.views.properties.tabbed
Methods in org.eclipse.ui.views.properties.tabbed that return IWorkbenchPartMethods in org.eclipse.ui.views.properties.tabbed with parameters of type IWorkbenchPartModifier and TypeMethodDescriptionbooleanAbstractSectionDescriptor.appliesTo(IWorkbenchPart part, ISelection selection) booleanISectionDescriptor.appliesTo(IWorkbenchPart part, ISelection selection) Determines if this section applies to the selection.ITabDescriptorProvider.getTabDescriptors(IWorkbenchPart part, ISelection selection) Returns all tab descriptors.protected voidTabbedPropertySheetPage.handlePartActivated(IWorkbenchPart part) Handle the part activated event.voidTabbedPropertySheetPage.selectionChanged(IWorkbenchPart part, ISelection selection) voidAbstractPropertySection.setInput(IWorkbenchPart part, ISelection selection) voidAdvancedPropertySection.setInput(IWorkbenchPart part, ISelection selection) voidISection.setInput(IWorkbenchPart part, ISelection selection) Notifies the section that the workbench selection has changed.voidTabContents.setInput(IWorkbenchPart part, ISelection selection) Sets page's sections input objects.
CompareEditorInputandCompareUI.openCompareDialog(org.eclipse.compare.CompareEditorInput)