Uses of Interface
org.eclipse.ui.IEditorPart
Packages that use IEditorPart
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.
Provides a user interface for debug platform source lookup facilities.
Search actions
Provides the base classes to implement a search result view part for searches with textual matches.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
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.
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.
Provides interfaces to for the
org.eclipse.ui.editors.quickDiffReferenceProvider
extension point and adds an action to enable quick diff display for an editor.-
Uses of IEditorPart in org.eclipse.compare.internal
Classes in org.eclipse.compare.internal that implement IEditorPartModifier and TypeClassDescriptionclassA CompareEditor takes a ICompareEditorInput as input.Methods in org.eclipse.compare.internal that return IEditorPartModifier and TypeMethodDescriptionstatic IEditorPart[]CompareUIPlugin.getDirtyEditors()Returns an array of all editors that have an unsaved content.Methods in org.eclipse.compare.internal with parameters of type IEditorPartModifier and TypeMethodDescriptionvoidCompareEditorContributor.setActiveEditor(IEditorPart targetEditor) -
Uses of IEditorPart in org.eclipse.debug.ui
Methods in org.eclipse.debug.ui with parameters of type IEditorPartModifier and TypeMethodDescriptionbooleanIDebugEditorPresentation.addAnnotations(IEditorPart editorPart, IStackFrame frame) Positions and adds annotations to the given editor for the specified stack frame and returns whether any annotations were added.IInstructionPointerPresentation.getInstructionPointerAnnotation(IEditorPart editorPart, IStackFrame frame) Returns an annotation used for the specified stack frame in the specified editor, ornullif a default annotation should be used.IInstructionPointerPresentation.getInstructionPointerAnnotationType(IEditorPart editorPart, IStackFrame frame) Returns an identifier of aorg.eclipse.ui.editors.annotationTypesextension used for the specified stack frame in the specified editor, ornullif a default annotation should be used.IInstructionPointerPresentation.getInstructionPointerImage(IEditorPart editorPart, IStackFrame frame) Returns the instruction pointer image used for the specified stack frame in the specified editor, ornullif a default image should be used.IInstructionPointerPresentation.getInstructionPointerText(IEditorPart editorPart, IStackFrame frame) Returns the text to associate with the instruction pointer annotation used for the specified stack frame in the specified editor, ornullif a default message should be used.ILaunchShortcut2.getLaunchableResource(IEditorPart editorpart) Returns anIResourcethat maps to given editor part for launch purposes, ornullif none.ILaunchShortcut2.getLaunchConfigurations(IEditorPart editorpart) Returns an array of existingILaunchConfigurations that could be used to launch the given editor part, an empty array if one could be created but does not exist, ornullif default resource mappings should be used to derive associated configurationsvoidILaunchShortcut.launch(IEditorPart editor, String mode) Locates a launchable entity in the given active editor, and launches an application in the specified mode.voidIDebugEditorPresentation.removeAnnotations(IEditorPart editorPart, IThread thread) Removes any debug related annotations from the given editor. -
Uses of IEditorPart in org.eclipse.debug.ui.actions
Methods in org.eclipse.debug.ui.actions with parameters of type IEditorPartModifier and TypeMethodDescriptionvoidAddMemoryRenderingActionDelegate.setActiveEditor(IAction action, IEditorPart targetEditor) voidRulerBreakpointTypesActionDelegate.setActiveEditor(IAction callerAction, IEditorPart targetEditor) Deprecated.voidRulerRunToLineActionDelegate.setActiveEditor(IAction callerAction, IEditorPart targetEditor) voidRulerToggleBreakpointActionDelegate.setActiveEditor(IAction callerAction, IEditorPart targetEditor) voidRunToLineActionDelegate.setActiveEditor(IAction action, IEditorPart targetEditor) -
Uses of IEditorPart in org.eclipse.debug.ui.sourcelookup
Classes in org.eclipse.debug.ui.sourcelookup that implement IEditorPartModifier and TypeClassDescriptionclassDefault editor displayed when source is not found. -
Uses of IEditorPart in org.eclipse.search.ui.actions
Constructors in org.eclipse.search.ui.actions with parameters of type IEditorPartModifierConstructorDescriptionTextSearchGroup(IEditorPart editor) Constructs a TextSearchGroup for adding actions to the context menu of the editor provided. -
Uses of IEditorPart in org.eclipse.search.ui.text
Methods in org.eclipse.search.ui.text that return IEditorPartModifier and TypeMethodDescriptionprotected final IEditorPartAbstractTextSearchViewPage.open(IWorkbenchPage page, IFile file, boolean activate) Opens an editor on the given file resource.protected final IEditorPartAbstractTextSearchViewPage.openAndSelect(IWorkbenchPage page, IFile file, int offset, int length, boolean activate) Opens an editor on the given file resource and tries to select the given offset and length.Methods in org.eclipse.search.ui.text with parameters of type IEditorPartModifier and TypeMethodDescriptionMatch[]IEditorMatchAdapter.computeContainedMatches(AbstractTextSearchResult result, IEditorPart editor) Returns all matches that are contained in the element shown in the given editor.booleanIEditorMatchAdapter.isShownInEditor(Match match, IEditorPart editor) Determines whether a match should be displayed in the given editor. -
Uses of IEditorPart in org.eclipse.ui
Subinterfaces of IEditorPart in org.eclipse.uiModifier and TypeInterfaceDescriptioninterfaceInterface for editor parts that represent an in-place style editor.interfaceInterface for reusable editors.Methods in org.eclipse.ui that return IEditorPartModifier and TypeMethodDescriptionIWorkbenchPage.findEditor(IEditorInput input) Returns the editor with the specified input.IWorkbenchPage.getActiveEditor()Returns the active editor open in this page.IWorkbenchPage.getDirtyEditors()Returns a list of dirty editors in this page.IEditorReference.getEditor(boolean restore) Returns the editor referenced by this object.protected IEditorPartNavigationLocation.getEditorPart()Returns the part that the receiver holds the location for.IWorkbenchPage.getEditors()Deprecated.IWorkbenchPage.openEditor(IEditorInput input, String editorId) Opens an editor on the given input.IWorkbenchPage.openEditor(IEditorInput input, String editorId, boolean activate) Opens an editor on the given input.IWorkbenchPage.openEditor(IEditorInput input, String editorId, boolean activate, int matchFlags) Opens an editor on the given input.Methods in org.eclipse.ui with parameters of type IEditorPartModifier and TypeMethodDescriptionbooleanIWorkbenchPage.closeEditor(IEditorPart editor, boolean save) Closes the given editor.booleanIWorkbenchPage.isEditorPinned(IEditorPart editor) Returnstrueif the editor is pinned and should not be reused.voidINavigationHistory.markLocation(IEditorPart part) Mark the current location into the history.booleanIWorkbenchPage.saveEditor(IEditorPart editor, boolean confirm) Saves the contents of the given editor if dirty.voidIEditorActionBarContributor.setActiveEditor(IEditorPart targetEditor) Sets the active editor for the contributor.voidIEditorActionDelegate.setActiveEditor(IAction action, IEditorPart targetEditor) Sets the active editor for the delegate.Constructors in org.eclipse.ui with parameters of type IEditorPartModifierConstructorDescriptionprotectedNavigationLocation(IEditorPart editorPart) Constructs a NavigationLocation with its editor part. -
Uses of IEditorPart in org.eclipse.ui.databinding.typed
Methods in org.eclipse.ui.databinding.typed with type parameters of type IEditorPartModifier and TypeMethodDescriptionstatic <S extends IEditorPart>
IValueProperty<S, IEditorInput> WorkbenchProperties.editorInput()Returns a property for observing the editor input an editor part. -
Uses of IEditorPart in org.eclipse.ui.editors.text
Classes in org.eclipse.ui.editors.text that implement IEditorPartMethods in org.eclipse.ui.editors.text with parameters of type IEditorPartModifier and TypeMethodDescriptionvoidTextEditorActionContributor.setActiveEditor(IEditorPart part) -
Uses of IEditorPart in org.eclipse.ui.forms.editor
Subinterfaces of IEditorPart 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 IEditorPartModifier 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.Methods in org.eclipse.ui.forms.editor that return IEditorPartModifier and TypeMethodDescriptionFormEditor.getActiveEditor()Widens the visibility of the method in the superclass.Methods in org.eclipse.ui.forms.editor with parameters of type IEditorPartModifier and TypeMethodDescriptionvoidFormEditor.addPage(int index, IEditorPart editor, IEditorInput input) Adds a complete editor part to the multi-page editor at the specified position.intFormEditor.addPage(IEditorPart editor, IEditorInput input) Adds a complete editor part to the multi-page editor. -
Uses of IEditorPart in org.eclipse.ui.handlers
Methods in org.eclipse.ui.handlers that return IEditorPartModifier and TypeMethodDescriptionstatic IEditorPartHandlerUtil.getActiveEditor(ExecutionEvent event) Return the active editor.static IEditorPartHandlerUtil.getActiveEditorChecked(ExecutionEvent event) Return the active editor. -
Uses of IEditorPart in org.eclipse.ui.ide
Methods in org.eclipse.ui.ide that return IEditorPartModifier and TypeMethodDescriptionstatic IEditorPartResourceUtil.findEditor(IWorkbenchPage page, IFile file) Returns the editor in the given page whose input represents the given file, ornullif there is no such editor.static IEditorPartIDE.openEditor(IWorkbenchPage page, URI uri, String editorId, boolean activate) Opens an editor on the given IFileStore object.static IEditorPartIDE.openEditor(IWorkbenchPage page, IFile input) Opens an editor on the given file resource.static IEditorPartIDE.openEditor(IWorkbenchPage page, IFile input, boolean activate) Opens an editor on the given file resource.static IEditorPartIDE.openEditor(IWorkbenchPage page, IFile input, boolean activate, boolean determineContentType) Opens an editor on the given file resource.static IEditorPartIDE.openEditor(IWorkbenchPage page, IFile input, String editorId) Opens an editor on the given file resource.static IEditorPartIDE.openEditor(IWorkbenchPage page, IFile input, String editorId, boolean activate) Opens an editor on the given file resource.static IEditorPartIDE.openEditor(IWorkbenchPage page, IMarker marker) Opens an editor on the file resource of the given marker.static IEditorPartIDE.openEditor(IWorkbenchPage page, IMarker marker, boolean activate) Opens an editor on the file resource of the given marker.static IEditorPartIDE.openEditor(IWorkbenchPage page, IEditorInput input, String editorId) Opens an editor on the given object.static IEditorPartIDE.openEditor(IWorkbenchPage page, IEditorInput input, String editorId, boolean activate) Opens an editor on the given object.static IEditorPartIDE.openEditorOnFileStore(IWorkbenchPage page, IFileStore fileStore) Opens an editor on the given IFileStore object.static IEditorPartIDE.openInternalEditorOnFileStore(IWorkbenchPage page, IFileStore fileStore) Opens an internal editor on the given IFileStore object.Methods in org.eclipse.ui.ide with parameters of type IEditorPartModifier and TypeMethodDescriptionstatic voidIDE.gotoMarker(IEditorPart editor, IMarker marker) Sets the cursor and selection state for the given editor to reveal the position of the given marker. -
Uses of IEditorPart in org.eclipse.ui.internal
Classes in org.eclipse.ui.internal that implement IEditorPartModifier and TypeClassDescriptionclassThis part is shown instead the editors with errors.Methods in org.eclipse.ui.internal that return IEditorPartModifier and TypeMethodDescriptionWorkbenchPage.findEditor(IEditorInput input) static IEditorPartInternalHandlerUtil.getActiveEditor(Object appContext) Return the active editor.WorkbenchPage.getActiveEditor()WorkbenchPage.getDirtyEditors()EditorReference.getEditor(boolean restore) EditorSite.getEditorPart()Returns the editorWorkbenchPage.getEditors()WorkbenchPage.openEditor(IEditorInput input, String editorID) See IWorkbenchPage.WorkbenchPage.openEditor(IEditorInput input, String editorID, boolean activate) See IWorkbenchPage.WorkbenchPage.openEditor(IEditorInput input, String editorID, boolean activate, int matchFlags) See IWorkbenchPage.WorkbenchPage.openEditor(IEditorInput input, String editorID, boolean activate, int matchFlags, IMemento editorState, boolean notify) This is not public API but for use internally. editorState can benull.WorkbenchPage.openEditorFromDescriptor(IEditorInput fileEditorInput, IEditorDescriptor editorDescriptor, boolean activate, IMemento editorState) Opens an editor represented by the descriptor with the given input.Methods in org.eclipse.ui.internal with parameters of type IEditorPartModifier and TypeMethodDescriptionbooleanWorkbenchPage.closeEditor(IEditorPart editor, boolean save) See IWorkbenchPage#closeEditorNavigationHistory.createEntry(IWorkbenchPage page, IEditorPart part, INavigationLocation location) voidEditorPluginAction.editorChanged(IEditorPart part) Handles editor change by re-registering for selection changes and updating IEditorActionDelegate.booleanWorkbenchPage.isEditorPinned(IEditorPart editor) See IWorkbenchPage.voidNavigationHistory.markEditor(IEditorPart part) voidNavigationHistory.markLocation(IEditorPart part) booleanWorkbenchPage.saveEditor(IEditorPart editor, boolean confirm) Saves an editors in the workbench.voidEditorActionBuilder.ExternalContributor.setActiveEditor(IEditorPart editor) booleanNavigationHistory.updateActive(IEditorPart editor) Constructors in org.eclipse.ui.internal with parameters of type IEditorPartModifierConstructorDescriptionEditorPluginAction(IConfigurationElement actionElement, IEditorPart part, String id, int style) This class adds the requirement that action delegates loaded on demand implement IViewActionDelegateNavigationHistoryEntry(NavigationHistoryEditorInfo editorInfo, IWorkbenchPage page, IEditorPart part, INavigationLocation location) Constructs a new HistoryEntry and intializes its editor input and editor id. -
Uses of IEditorPart in org.eclipse.ui.operations
Constructors in org.eclipse.ui.operations with parameters of type IEditorPartModifierConstructorDescriptionNonLocalUndoUserApprover(IUndoContext context, IEditorPart part, Object[] affectedObjects, Class<?> preferredComparisonClass) Create a NonLocalUndoUserApprover associated with the specified editor and undo context -
Uses of IEditorPart in org.eclipse.ui.part
Classes in org.eclipse.ui.part that implement IEditorPartModifier 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.Methods in org.eclipse.ui.part that return IEditorPartModifier and TypeMethodDescriptionfinal IEditorPart[]MultiPageEditorPart.findEditors(IEditorInput input) Find the editors contained in this multi-page editor whose editor input match the provided input.final IEditorPartAbstractMultiEditor.getActiveEditor()Returns the active inner editor.protected IEditorPartMultiPageEditorPart.getActiveEditor()Returns the active nested editor if there is one.protected IEditorPartMultiPageEditorPart.getEditor(int pageIndex) Returns the editor for the given page index.MultiPageEditorSite.getEditor()Returns the nested editor.final IEditorPart[]AbstractMultiEditor.getInnerEditors()Returns an array with all inner editors.Methods in org.eclipse.ui.part with parameters of type IEditorPartModifier and TypeMethodDescriptionvoidAbstractMultiEditor.activateEditor(IEditorPart part) Activates the given nested editor.voidMultiEditor.activateEditor(IEditorPart part) Activates the given nested editor.voidMultiPageEditorPart.addPage(int index, IEditorPart editor, IEditorInput input) Creates and adds a new page containing the given editor to this multi-page editor.intMultiPageEditorPart.addPage(IEditorPart editor, IEditorInput input) Creates and adds a new page containing the given editor to this multi-page editor.MultiEditor.createInnerPartControl(Composite parent, IEditorPart e) Create the control of the inner editor.protected IEditorSiteMultiPageEditorPart.createSite(IEditorPart editor) Creates the site for the given nested editor.protected abstract voidMultiEditor.drawGradient(IEditorPart innerEditor, MultiEditor.Gradient g) Draw the gradient in the title bar.protected intAbstractMultiEditor.getIndex(IEditorPart editor) Returns the index of the given nested editor.voidEditorActionBarContributor.setActiveEditor(IEditorPart targetEditor) Sets the active editor for the contributor.voidMultiPageEditorActionBarContributor.setActiveEditor(IEditorPart part) final voidMultiPageEditorPart.setActiveEditor(IEditorPart editorPart) Set the active page of this multi-page editor to the page that contains the given editor part.abstract voidMultiPageEditorActionBarContributor.setActivePage(IEditorPart activeEditor) Sets the active page of the the multi-page editor to be the given editor.final voidAbstractMultiEditor.setChildren(IEditorPart[] children) Set the inner editors.voidMultiEditor.updateGradient(IEditorPart editor) Updates the gradient in the title bar.Constructors in org.eclipse.ui.part with parameters of type IEditorPartModifierConstructorDescriptionMultiPageEditorSite(MultiPageEditorPart multiPageEditor, IEditorPart editor) Creates a site for the given editor nested within the given multi-page editor. -
Uses of IEditorPart in org.eclipse.ui.texteditor
Subinterfaces of IEditorPart in org.eclipse.ui.texteditorClasses in org.eclipse.ui.texteditor that implement IEditorPartModifier 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.Methods in org.eclipse.ui.texteditor that return IEditorPartModifier and TypeMethodDescriptionprotected final IEditorPartBasicTextEditorActionContributor.getActiveEditorPart()Returns the active editor part.Methods in org.eclipse.ui.texteditor with parameters of type IEditorPartModifier and TypeMethodDescriptionvoidTextSelectionNavigationLocation.partSaved(IEditorPart part) Hook method which is called when the given editor has been saved.voidAbstractRulerActionDelegate.setActiveEditor(IAction callerAction, IEditorPart targetEditor) voidBasicTextEditorActionContributor.setActiveEditor(IEditorPart part) TheBasicTextEditorActionContributorimplementation of thisIEditorActionBarContributormethod installs the global action handler for the given text editor by calling a private helper method. -
Uses of IEditorPart in org.eclipse.ui.texteditor.quickdiff
Methods in org.eclipse.ui.texteditor.quickdiff with parameters of type IEditorPartModifier and TypeMethodDescriptionvoidQuickDiffToggleAction.setActiveEditor(IAction action, IEditorPart targetEditor) -
Uses of IEditorPart in org.eclipse.ui.texteditor.stickyscroll
Methods in org.eclipse.ui.texteditor.stickyscroll that return IEditorPartModifier and TypeMethodDescriptionIStickyLinesProvider.StickyLinesProperties.editor()Returns the value of theeditorrecord component.Constructors in org.eclipse.ui.texteditor.stickyscroll with parameters of type IEditorPartModifierConstructorDescriptionStickyLinesProperties(int tabWith, IEditorPart editor) Creates an instance of aStickyLinesPropertiesrecord class.
IWorkbenchPage.getEditorReferences()instead.