Uses of Interface
org.eclipse.ui.IWorkbenchPage
-
Packages that use IWorkbenchPage Package Description org.eclipse.compare Provides support for performing structural and textual compare operations on arbitrary data and displaying the results.org.eclipse.debug.ui Provides a generic debugger user interface that clients may customize via standard workbench extension points.org.eclipse.debug.ui.sourcelookup Provides a user interface for debug platform source lookup facilities.org.eclipse.search.ui.text Provides the base classes to implement a search result view part for searches with textual matches.org.eclipse.team.ui Provides basic support for managing Team providers.org.eclipse.team.ui.history Application programming interfaces for working with history.org.eclipse.team.ui.synchronize Contains the team synchronization presentation framework and support for the Synchronize View.org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface.org.eclipse.ui.actions Classes for actions and operations used in a workbench window, page, or part in the Eclipse Platform User Interface.org.eclipse.ui.databinding APIs for Workbench properties and observables for use with data bindingorg.eclipse.ui.ide APIs for the IDE-specific portion of the Eclipse Platform User Interface.org.eclipse.ui.navigator Provides the Common Navigator framework.org.eclipse.ui.part Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface.org.eclipse.ui.views.markers Utility classes for working with markers in views
org.eclipse.ui.views.navigator Provides the standard Resource Navigator view which presents the tree of resources in the workspace. -
-
Uses of IWorkbenchPage in org.eclipse.compare
Methods in org.eclipse.compare with parameters of type IWorkbenchPage Modifier and Type Method Description static voidCompareUI. openCompareEditorOnPage(CompareEditorInput input, IWorkbenchPage page)Performs the comparison described by the given input and opens a compare editor on the result in the given workbench page. -
Uses of IWorkbenchPage in org.eclipse.debug.ui
Methods in org.eclipse.debug.ui with parameters of type IWorkbenchPage Modifier and Type Method Description static voidDebugUITools. displaySource(ISourceLookupResult result, IWorkbenchPage page)Displays the given source lookup result in an editor in the given workbench page. -
Uses of IWorkbenchPage in org.eclipse.debug.ui.sourcelookup
Methods in org.eclipse.debug.ui.sourcelookup with parameters of type IWorkbenchPage Modifier and Type Method Description voidISourceDisplay. displaySource(Object element, IWorkbenchPage page, boolean forceSourceLookup)Displays source for the given element in the specified page. -
Uses of IWorkbenchPage in org.eclipse.search.ui.text
Methods in org.eclipse.search.ui.text with parameters of type IWorkbenchPage Modifier and Type Method Description protected IEditorPartAbstractTextSearchViewPage. open(IWorkbenchPage page, IFile file, boolean activate)Opens an editor on the given file resource.protected 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. -
Uses of IWorkbenchPage in org.eclipse.team.ui
Methods in org.eclipse.team.ui with parameters of type IWorkbenchPage Modifier and Type Method Description static IHistoryViewTeamUI. showHistoryFor(IWorkbenchPage page, Object input, IHistoryPageSource pageSource)Shows a history view containing the given input and returns a handle to the view ornullif no history was available for the given input. -
Uses of IWorkbenchPage in org.eclipse.team.ui.history
Methods in org.eclipse.team.ui.history with parameters of type IWorkbenchPage Modifier and Type Method Description static AbstractDecoratedTextEditorRevisionAnnotationController. openEditor(IWorkbenchPage page, Object fileRevision, IStorage storage)Open a text editor that supports the use of a revision ruler on the given file.static AbstractDecoratedTextEditorRevisionAnnotationController. openEditor(IWorkbenchPage page, IFile file)Open a text editor that supports the use of a revision ruler on the given file.Constructors in org.eclipse.team.ui.history with parameters of type IWorkbenchPage Constructor Description RevisionAnnotationController(IWorkbenchPage page, IFile file, ISelectionProvider historyList)Create a controller that links an editor on a local file to a history list.RevisionAnnotationController(IWorkbenchPage page, IStorageEditorInput editorInput, ISelectionProvider historyList)Create a controller that links an editor input on a remote file to a history list. -
Uses of IWorkbenchPage in org.eclipse.team.ui.synchronize
Constructors in org.eclipse.team.ui.synchronize with parameters of type IWorkbenchPage Constructor Description SaveableCompareEditorInput(CompareConfiguration configuration, IWorkbenchPage page)Creates aLocalResourceCompareEditorInputwhich is initialized with the given compare configuration. -
Uses of IWorkbenchPage in org.eclipse.ui
Methods in org.eclipse.ui that return IWorkbenchPage Modifier and Type Method Description IWorkbenchPageIPageService. getActivePage()Returns the active page.IWorkbenchPageIWorkbenchWindow. getActivePage()Returns the currently active page for this workbench window.IWorkbenchPageIWorkbenchPartReference. getPage()IWorkbenchPageIWorkbenchSite. getPage()Returns the page containing this workbench site.IWorkbenchPage[]IWorkbenchWindow. getPages()Returns a list of the pages in this workbench window.IWorkbenchPageIWorkbenchWindow. openPage(String perspectiveId, IAdaptable input)Creates and opens a new workbench page.IWorkbenchPageIWorkbenchWindow. openPage(IAdaptable input)Creates and opens a new workbench page.IWorkbenchPageIWorkbench. showPerspective(String perspectiveId, IWorkbenchWindow window)Shows the specified perspective to the user.IWorkbenchPageIWorkbench. showPerspective(String perspectiveId, IWorkbenchWindow window, IAdaptable input)Shows the specified perspective to the user.Methods in org.eclipse.ui with parameters of type IWorkbenchPage Modifier and Type Method Description voidIEditorActionBarContributor. init(IActionBars bars, IWorkbenchPage page)Initializes this contributor, which is expected to add contributions as required to the given action bars and global action handlers.voidIPageListener. pageActivated(IWorkbenchPage page)Notifies this listener that the given page has been activated.voidIPageListener. pageClosed(IWorkbenchPage page)Notifies this listener that the given page has been closed.voidIPageListener. pageOpened(IWorkbenchPage page)Notifies this listener that the given page has been opened.voidIPerspectiveListener. perspectiveActivated(IWorkbenchPage page, IPerspectiveDescriptor perspective)Notifies this listener that a perspective in the given page has been activated.voidPerspectiveAdapter. perspectiveActivated(IWorkbenchPage page, IPerspectiveDescriptor perspective)voidIPerspectiveListener. perspectiveChanged(IWorkbenchPage page, IPerspectiveDescriptor perspective, String changeId)Notifies this listener that a perspective has changed in some way (for example, editor area hidden, perspective reset, view show/hide, editor open/close, etc).voidIPerspectiveListener2. perspectiveChanged(IWorkbenchPage page, IPerspectiveDescriptor perspective, IWorkbenchPartReference partRef, String changeId)Notifies this listener that a part in the given page's perspective has changed in some way (for example, view show/hide, editor open/close, etc).voidPerspectiveAdapter. perspectiveChanged(IWorkbenchPage page, IPerspectiveDescriptor perspective, String changeId)voidPerspectiveAdapter. perspectiveChanged(IWorkbenchPage page, IPerspectiveDescriptor perspective, IWorkbenchPartReference partRef, String changeId)voidIPerspectiveListener3. perspectiveClosed(IWorkbenchPage page, IPerspectiveDescriptor perspective)Notifies this listener that a perspective in the given page has been closed.voidPerspectiveAdapter. perspectiveClosed(IWorkbenchPage page, IPerspectiveDescriptor perspective)voidIPerspectiveListener3. perspectiveDeactivated(IWorkbenchPage page, IPerspectiveDescriptor perspective)Notifies this listener that a perspective in the given page has been deactivated.voidPerspectiveAdapter. perspectiveDeactivated(IWorkbenchPage page, IPerspectiveDescriptor perspective)voidIPerspectiveListener3. perspectiveOpened(IWorkbenchPage page, IPerspectiveDescriptor perspective)Notifies this listener that a perspective in the given page has been opened.voidPerspectiveAdapter. perspectiveOpened(IWorkbenchPage page, IPerspectiveDescriptor perspective)voidIPerspectiveListener4. perspectivePreDeactivate(IWorkbenchPage page, IPerspectiveDescriptor perspective)Notifies this listener that a perspective in the given page is about to be deactivated.voidPerspectiveAdapter. perspectivePreDeactivate(IWorkbenchPage page, IPerspectiveDescriptor perspective)Notifies this listener that a perspective in the given page is about to be deactivated.voidIPerspectiveListener3. perspectiveSavedAs(IWorkbenchPage page, IPerspectiveDescriptor oldPerspective, IPerspectiveDescriptor newPerspective)Notifies this listener that a perspective in the given page has been saved as a new perspective with a different perspective descriptor.voidPerspectiveAdapter. perspectiveSavedAs(IWorkbenchPage page, IPerspectiveDescriptor oldPerspective, IPerspectiveDescriptor newPerspective)voidIWorkbenchWindow. setActivePage(IWorkbenchPage page)Sets or clears the currently active page for this workbench window.booleanSaveable. show(IWorkbenchPage page)Attempts to show this saveable in the given page and returnstrueon success. -
Uses of IWorkbenchPage in org.eclipse.ui.actions
Constructors in org.eclipse.ui.actions with parameters of type IWorkbenchPage Constructor Description OpenFileAction(IWorkbenchPage page)Creates a new action that will open editors on the then-selected file resources.OpenFileAction(IWorkbenchPage page, IEditorDescriptor descriptor)Creates a new action that will open instances of the specified editor on the then-selected file resources.OpenSystemEditorAction(IWorkbenchPage page)Creates a new action that will open system editors on the then-selected file resources.OpenWithMenu(IWorkbenchPage page)Deprecated.As there is no way to set the file with this constructor use a different constructor.OpenWithMenu(IWorkbenchPage page, IAdaptable file)Constructs a new instance ofOpenWithMenu. -
Uses of IWorkbenchPage in org.eclipse.ui.databinding
Methods in org.eclipse.ui.databinding that return types with arguments of type IWorkbenchPage Modifier and Type Method Description static IObservableValue<IWorkbenchPage>WorkbenchObservables. observeActiveWorkbenchPage(IWorkbenchWindow window)Deprecated.Returns an observable value that tracks the active workbench page for the given workbench window. -
Uses of IWorkbenchPage in org.eclipse.ui.ide
Methods in org.eclipse.ui.ide with parameters of type IWorkbenchPage Modifier and Type Method Description static 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 IEditorReference[]IDE. openEditors(IWorkbenchPage page, IFile[] inputs)Opens editors on given file resources.static IEditorPartIDE. openInternalEditorOnFileStore(IWorkbenchPage page, IFileStore fileStore)Opens an internal editor on the given IFileStore object. -
Uses of IWorkbenchPage in org.eclipse.ui.navigator
Methods in org.eclipse.ui.navigator that return IWorkbenchPage Modifier and Type Method Description IWorkbenchPageICommonViewerWorkbenchSite. getPage()Returns the page corresponding to this viewer site.Methods in org.eclipse.ui.navigator with parameters of type IWorkbenchPage Modifier and Type Method Description voidILinkHelper. activateEditor(IWorkbenchPage aPage, IStructuredSelection aSelection)Activate the correct editor for aSelection. -
Uses of IWorkbenchPage in org.eclipse.ui.part
Methods in org.eclipse.ui.part that return IWorkbenchPage Modifier and Type Method Description IWorkbenchPageEditorActionBarContributor. getPage()Returns this contributor's workbench page.IWorkbenchPageMultiPageEditorSite. getPage()TheMultiPageEditorSiteimplementation of thisIWorkbenchPartSitemethod forwards to the multi-page editor to return the workbench page.IWorkbenchPagePageSite. getPage()Methods in org.eclipse.ui.part with parameters of type IWorkbenchPage Modifier and Type Method Description voidEditorActionBarContributor. init(IActionBars bars, IWorkbenchPage page)TheEditorActionBarContributorimplementation of thisIEditorActionBarContributormethod remembers the page then forwards the call toinit(IActionBars)for backward compatibility -
Uses of IWorkbenchPage in org.eclipse.ui.views.markers
Methods in org.eclipse.ui.views.markers with parameters of type IWorkbenchPage Modifier and Type Method Description static booleanMarkerViewUtil. showMarker(IWorkbenchPage page, IMarker marker, boolean showView)Shows the given marker in the appropriate view in the given page.static booleanMarkerViewUtil. showMarkers(IWorkbenchPage page, IMarker[] markers, boolean showView)Shows the given markers in the appropriate view for the first marker in the given page. -
Uses of IWorkbenchPage in org.eclipse.ui.views.navigator
Constructors in org.eclipse.ui.views.navigator with parameters of type IWorkbenchPage Constructor Description ShowInNavigatorAction(IWorkbenchPage page, ISelectionProvider viewer)Deprecated.Create a new instance of this class.
-