|
Eclipse Platform Release 3.3 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IWorkbenchPage | |
---|---|
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.team.ui | Provides basic support for managing Team providers. |
org.eclipse.team.ui.history | Application programming interfaces for working with history Package Specification This package specifies the API for providing history pages to the history view. |
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.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 | |
static void |
CompareUI.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 | |
static void |
DebugUITools.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 | |
void |
ISourceDisplay.displaySource(Object element,
IWorkbenchPage page,
boolean forceSourceLookup)
Displays source for the given element in the specified page. |
Uses of IWorkbenchPage in org.eclipse.team.ui |
---|
Methods in org.eclipse.team.ui with parameters of type IWorkbenchPage | |
static IHistoryView |
TeamUI.showHistoryFor(IWorkbenchPage page,
Object input,
IHistoryPageSource pageSource)
Shows a history view containing the given input and returns a handle to the view or null if 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 | |
static AbstractDecoratedTextEditor |
RevisionAnnotationController.openEditor(IWorkbenchPage page,
IFile file)
Open a text editor that supports the use of a revision ruler on the given file. |
static AbstractDecoratedTextEditor |
RevisionAnnotationController.openEditor(IWorkbenchPage page,
Object fileRevision,
IStorage storage)
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 | |
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 | |
SaveableCompareEditorInput(CompareConfiguration configuration,
IWorkbenchPage page)
Creates a LocalResourceCompareEditorInput which is initialized with the given
compare configuration.
|
Uses of IWorkbenchPage in org.eclipse.ui |
---|
Methods in org.eclipse.ui that return IWorkbenchPage | |
IWorkbenchPage |
IWorkbenchWindow.getActivePage()
Returns the currently active page for this workbench window. |
IWorkbenchPage[] |
IWorkbenchWindow.getPages()
Returns a list of the pages in this workbench window. |
IWorkbenchPage |
IWorkbenchWindow.openPage(String perspectiveId,
IAdaptable input)
Creates and opens a new workbench page. |
IWorkbenchPage |
IWorkbenchWindow.openPage(IAdaptable input)
Creates and opens a new workbench page. |
IWorkbenchPage |
IWorkbenchSite.getPage()
Returns the page containing this workbench site. |
IWorkbenchPage |
IWorkbenchPartReference.getPage()
Returns the workbench page that contains this part |
IWorkbenchPage |
IWorkbench.showPerspective(String perspectiveId,
IWorkbenchWindow window)
Shows the specified perspective to the user. |
IWorkbenchPage |
IWorkbench.showPerspective(String perspectiveId,
IWorkbenchWindow window,
IAdaptable input)
Shows the specified perspective to the user. |
IWorkbenchPage |
IPageService.getActivePage()
|
Methods in org.eclipse.ui with parameters of type IWorkbenchPage | |
boolean |
Saveable.show(IWorkbenchPage page)
Attempts to show this saveable in the given page and returns true on success. |
void |
PerspectiveAdapter.perspectiveOpened(IWorkbenchPage page,
IPerspectiveDescriptor perspective)
|
void |
PerspectiveAdapter.perspectiveClosed(IWorkbenchPage page,
IPerspectiveDescriptor perspective)
|
void |
PerspectiveAdapter.perspectiveChanged(IWorkbenchPage page,
IPerspectiveDescriptor perspective,
IWorkbenchPartReference partRef,
String changeId)
|
void |
PerspectiveAdapter.perspectiveActivated(IWorkbenchPage page,
IPerspectiveDescriptor perspective)
|
void |
PerspectiveAdapter.perspectiveChanged(IWorkbenchPage page,
IPerspectiveDescriptor perspective,
String changeId)
|
void |
PerspectiveAdapter.perspectiveDeactivated(IWorkbenchPage page,
IPerspectiveDescriptor perspective)
|
void |
PerspectiveAdapter.perspectiveSavedAs(IWorkbenchPage page,
IPerspectiveDescriptor oldPerspective,
IPerspectiveDescriptor newPerspective)
|
void |
PerspectiveAdapter.perspectivePreDeactivate(IWorkbenchPage page,
IPerspectiveDescriptor perspective)
Notifies this listener that a perspective in the given page is about to be deactivated. Note: This does not have the ability to veto a perspective deactivation. |
void |
IWorkbenchWindow.setActivePage(IWorkbenchPage page)
Sets or clears the currently active page for this workbench window. |
void |
IPerspectiveListener4.perspectivePreDeactivate(IWorkbenchPage page,
IPerspectiveDescriptor perspective)
Notifies this listener that a perspective in the given page is about to be deactivated. |
void |
IPerspectiveListener3.perspectiveOpened(IWorkbenchPage page,
IPerspectiveDescriptor perspective)
Notifies this listener that a perspective in the given page has been opened. |
void |
IPerspectiveListener3.perspectiveClosed(IWorkbenchPage page,
IPerspectiveDescriptor perspective)
Notifies this listener that a perspective in the given page has been closed. |
void |
IPerspectiveListener3.perspectiveDeactivated(IWorkbenchPage page,
IPerspectiveDescriptor perspective)
Notifies this listener that a perspective in the given page has been deactivated. |
void |
IPerspectiveListener3.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. |
void |
IPerspectiveListener2.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). |
void |
IPerspectiveListener.perspectiveActivated(IWorkbenchPage page,
IPerspectiveDescriptor perspective)
Notifies this listener that a perspective in the given page has been activated. |
void |
IPerspectiveListener.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). |
void |
IPageListener.pageActivated(IWorkbenchPage page)
Notifies this listener that the given page has been activated. |
void |
IPageListener.pageClosed(IWorkbenchPage page)
Notifies this listener that the given page has been closed. |
void |
IPageListener.pageOpened(IWorkbenchPage page)
Notifies this listener that the given page has been opened. |
void |
IEditorActionBarContributor.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. |
Uses of IWorkbenchPage in org.eclipse.ui.actions |
---|
Constructors in org.eclipse.ui.actions with parameters of type IWorkbenchPage | |
OpenWithMenu(IWorkbenchPage page)
Constructs a new instance of OpenWithMenu .
|
|
OpenWithMenu(IWorkbenchPage page,
IAdaptable file)
Constructs a new instance of OpenWithMenu . |
|
OpenSystemEditorAction(IWorkbenchPage page)
Creates a new action that will open system editors on the then-selected file resources. |
|
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. |
Uses of IWorkbenchPage in org.eclipse.ui.ide |
---|
Methods in org.eclipse.ui.ide with parameters of type IWorkbenchPage | |
static IEditorPart |
ResourceUtil.findEditor(IWorkbenchPage page,
IFile file)
Returns the editor in the given page whose input represents the given file, or null if there is no such editor. |
static IEditorPart |
IDE.openEditor(IWorkbenchPage page,
IEditorInput input,
String editorId)
Opens an editor on the given object. |
static IEditorPart |
IDE.openEditor(IWorkbenchPage page,
URI uri,
String editorId,
boolean activate)
Opens an editor on the given IFileStore object. |
static IEditorPart |
IDE.openEditor(IWorkbenchPage page,
IEditorInput input,
String editorId,
boolean activate)
Opens an editor on the given object. |
static IEditorPart |
IDE.openEditor(IWorkbenchPage page,
IFile input,
boolean activate)
Opens an editor on the given file resource. |
static IEditorPart |
IDE.openEditor(IWorkbenchPage page,
IFile input,
boolean activate,
boolean determineContentType)
Opens an editor on the given file resource. |
static IEditorPart |
IDE.openEditor(IWorkbenchPage page,
IFile input)
Opens an editor on the given file resource. |
static IEditorPart |
IDE.openEditor(IWorkbenchPage page,
IFile input,
String editorId)
Opens an editor on the given file resource. |
static IEditorPart |
IDE.openEditor(IWorkbenchPage page,
IFile input,
String editorId,
boolean activate)
Opens an editor on the given file resource. |
static IEditorPart |
IDE.openEditor(IWorkbenchPage page,
IMarker marker)
Opens an editor on the file resource of the given marker. |
static IEditorPart |
IDE.openEditor(IWorkbenchPage page,
IMarker marker,
boolean activate)
Opens an editor on the file resource of the given marker. |
static IEditorPart |
IDE.openEditorOnFileStore(IWorkbenchPage page,
IFileStore fileStore)
Opens an editor on the given IFileStore object. |
Uses of IWorkbenchPage in org.eclipse.ui.navigator |
---|
Methods in org.eclipse.ui.navigator that return IWorkbenchPage | |
IWorkbenchPage |
ICommonViewerWorkbenchSite.getPage()
Returns the page corresponding to this viewer site. |
Methods in org.eclipse.ui.navigator with parameters of type IWorkbenchPage | |
void |
ILinkHelper.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 | |
IWorkbenchPage |
PageSite.getPage()
|
IWorkbenchPage |
MultiPageEditorSite.getPage()
The MultiPageEditorSite implementation of this
IWorkbenchPartSite method forwards to the multi-page
editor to return the workbench page. |
IWorkbenchPage |
EditorActionBarContributor.getPage()
Returns this contributor's workbench page. |
Methods in org.eclipse.ui.part with parameters of type IWorkbenchPage | |
void |
EditorActionBarContributor.init(IActionBars bars,
IWorkbenchPage page)
The EditorActionBarContributor implementation of this
IEditorActionBarContributor method remembers the page
then forwards the call to init(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 | |
static boolean |
MarkerViewUtil.showMarker(IWorkbenchPage page,
IMarker marker,
boolean showView)
Shows the given marker in the appropriate view 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 | |
ShowInNavigatorAction(IWorkbenchPage page,
ISelectionProvider viewer)
Create a new instance of this class. |
|
Eclipse Platform Release 3.3 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.