Package | Description |
---|---|
org.eclipse.debug.ui.actions |
Provides a set of actions related to running and debugging applications. |
org.eclipse.debug.ui.contexts |
Provides a set of interfaces and classes for debug context management. |
org.eclipse.help.ui.browser |
Provides an implementation of IWorkbenchWindowActionDelegate
for opening a URL in a browser.
|
org.eclipse.ltk.ui.refactoring.actions |
Application programming interface to actions related to the refactoring history.
|
org.eclipse.search.ui |
Classes and interface required to contribute search dialog pages and search result view pages.
|
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.application |
Application-level APIs for configuring and controling the Eclipse Platform User
Interface.
|
org.eclipse.ui.databinding |
APIs for Workbench properties and observables for use with data binding
Package Specification
This package provides APIs that provide access to properties of Workbench objects for
use with the data binding framework.
|
org.eclipse.ui.editors.text |
Provides a standard text editor and concrete document providers based
IFileBuffer and others directly handling IFile and
IStorage as editor input.
|
org.eclipse.ui.handlers |
Provides support for integrating handlers into the Eclipse workbench.
|
org.eclipse.ui.intro |
Application programming interfaces for interaction
with and extension of the product introduction parts.
|
org.eclipse.ui.menus |
Provides the public API and default implementation for contributing menu
and toolbars to the menu service.
|
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.texteditor |
Provides a framework for text editors obeying to the
desktop rules.
|
org.eclipse.ui.views.navigator |
Provides the standard Resource Navigator view which
presents the tree of resources in the workspace.
|
org.eclipse.ui.wizards.newresource |
Provides the standard wizards for creating files,
folders, and projects in the workspace.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractLaunchHistoryAction.init(IWorkbenchWindow window) |
void |
RelaunchLastAction.init(IWorkbenchWindow window) |
void |
LaunchAsAction.init(IWorkbenchWindow window)
Deprecated.
|
void |
DebugCommandAction.init(IWorkbenchWindow window)
Initializes this action for a workbench window.
|
void |
LaunchShortcutsAction.init(IWorkbenchWindow window) |
void |
OpenLaunchDialogAction.init(IWorkbenchWindow window) |
Modifier and Type | Method and Description |
---|---|
IDebugContextService |
IDebugContextManager.getContextService(IWorkbenchWindow window)
Returns the debug context service for the specified window.
|
Modifier and Type | Method and Description |
---|---|
void |
LaunchURL.init(IWorkbenchWindow window) |
Modifier and Type | Method and Description |
---|---|
void |
ShowRefactoringHistoryAction.init(IWorkbenchWindow window) |
void |
ApplyRefactoringScriptAction.init(IWorkbenchWindow window) |
void |
CreateRefactoringScriptAction.init(IWorkbenchWindow window) |
Modifier and Type | Method and Description |
---|---|
static void |
SearchUI.openSearchDialog(IWorkbenchWindow window,
String pageId)
Deprecated.
|
static void |
NewSearchUI.openSearchDialog(IWorkbenchWindow window,
String pageId)
Opens the search dialog.
|
Modifier and Type | Method and Description |
---|---|
IWorkbenchWindow |
IWorkbench.getActiveWorkbenchWindow()
Returns the currently active window for this workbench (if any).
|
IWorkbenchWindow |
IWorkbenchPage.getWorkbenchWindow()
Returns the workbench window of this page.
|
IWorkbenchWindow |
IWorkbenchSite.getWorkbenchWindow()
Returns the workbench window containing this workbench site.
|
IWorkbenchWindow[] |
IWorkbench.getWorkbenchWindows()
Returns a list of the open main windows associated with this workbench.
|
IWorkbenchWindow |
IWorkbench.openWorkbenchWindow(IAdaptable input)
Creates and opens a new workbench window with one page.
|
IWorkbenchWindow |
IWorkbench.openWorkbenchWindow(String perspectiveId,
IAdaptable input)
Creates and opens a new workbench window with one page.
|
Modifier and Type | Method and Description |
---|---|
void |
IWorkbenchWindowActionDelegate.init(IWorkbenchWindow window)
Initializes this action delegate with the workbench window it will work in.
|
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.
|
void |
IWindowListener.windowActivated(IWorkbenchWindow window)
Notifies this listener that the given window has been activated.
|
void |
IWindowListener.windowClosed(IWorkbenchWindow window)
Notifies this listener that the given window has been closed.
|
void |
IWindowListener.windowDeactivated(IWorkbenchWindow window)
Notifies this listener that the given window has been deactivated.
|
void |
IWindowListener.windowOpened(IWorkbenchWindow window)
Notifies this listener that the given window has been opened.
|
Modifier and Type | Method and Description |
---|---|
protected IWorkbenchWindow |
BaseNewWizardMenu.getWindow()
Returns the window in which this menu appears.
|
protected IWorkbenchWindow |
PerspectiveMenu.getWindow()
Returns the window for this menu.
|
Modifier and Type | Method and Description |
---|---|
abstract ActionFactory.IWorkbenchAction |
ActionFactory.create(IWorkbenchWindow window)
Creates a new standard action for the given workbench window.
|
abstract IContributionItem |
ContributionItemFactory.create(IWorkbenchWindow window)
Creates a new standard contribution item for the given workbench window.
|
Constructor and Description |
---|
BaseNewWizardMenu(IWorkbenchWindow window,
String id)
Creates a new wizard shortcut menu for the IDE.
|
ExportResourcesAction(IWorkbenchWindow window)
Create a new instance of this class.
|
ExportResourcesAction(IWorkbenchWindow window,
String label)
Create a new instance of this class.
|
GlobalBuildAction(IWorkbenchWindow window,
int type)
Creates a new action of the appropriate type.
|
ImportResourcesAction(IWorkbenchWindow window)
Create a new instance of this class.
|
NewExampleAction(IWorkbenchWindow window)
Creates a new action for launching the new project
selection wizard.
|
NewProjectAction(IWorkbenchWindow window)
Creates a new action for launching the new project
selection wizard.
|
NewWizardAction(IWorkbenchWindow window)
Create a new instance of this class.
|
NewWizardDropDownAction(IWorkbenchWindow window)
Create a new
NewWizardDropDownAction , with the default
action for opening the new wizard dialog, and the default contribution item
for populating the drop-down menu. |
NewWizardDropDownAction(IWorkbenchWindow window,
ActionFactory.IWorkbenchAction showDlgAction,
IContributionItem newWizardMenu)
Create a new
NewWizardDropDownAction . |
NewWizardMenu(IMenuManager innerMgr,
IWorkbenchWindow window,
boolean register)
Deprecated.
use NewWizardMenu(IWorkbenchWindow) instead
|
NewWizardMenu(IWorkbenchWindow window)
Creates a new wizard shortcut menu for the IDE.
|
NewWizardMenu(IWorkbenchWindow window,
String id)
Creates a new wizard shortcut menu for the IDE.
|
OpenInNewWindowAction(IWorkbenchWindow window)
Creates a new
OpenInNewWindowAction . |
OpenInNewWindowAction(IWorkbenchWindow window,
IAdaptable input)
Creates a new
OpenInNewWindowAction . |
OpenNewPageMenu(IWorkbenchWindow window)
Deprecated.
Constructs a new instance of
OpenNewPageMenu . |
OpenNewPageMenu(IWorkbenchWindow window,
IAdaptable input)
Deprecated.
Constructs a new instance of
OpenNewPageMenu . |
OpenNewWindowMenu(IWorkbenchWindow window)
Deprecated.
Constructs a new instance of
OpenNewPageMenu . |
OpenNewWindowMenu(IWorkbenchWindow window,
IAdaptable input)
Deprecated.
Constructs a new instance of
OpenNewPageMenu . |
OpenPerspectiveAction(IWorkbenchWindow window,
IPerspectiveDescriptor descriptor,
PerspectiveMenu callback)
Constructs a new instance of
OpenPerspectiveAction |
OpenPerspectiveMenu(IMenuManager menuManager,
IWorkbenchWindow window)
Deprecated.
Constructs a new menu.
|
OpenPerspectiveMenu(IWorkbenchWindow window)
Deprecated.
Constructs a new instance of
OpenNewPageMenu . |
OpenPerspectiveMenu(IWorkbenchWindow window,
IAdaptable input)
Deprecated.
Constructs a new instance of
OpenNewPageMenu . |
PerspectiveMenu(IWorkbenchWindow window,
String id)
Constructs a new instance of
PerspectiveMenu . |
QuickStartAction(IWorkbenchWindow window)
Deprecated.
Creates an instance of this action, for use in the given window.
|
Modifier and Type | Method and Description |
---|---|
IWorkbenchWindow |
IWorkbenchWindowConfigurer.getWindow()
Returns the underlying workbench window.
|
Modifier and Type | Method and Description |
---|---|
void |
WorkbenchAdvisor.fillActionBars(IWorkbenchWindow window,
IActionBarConfigurer configurer,
int flags)
Deprecated.
since 3.1, override
ActionBarAdvisor.fillActionBars(int) instead |
IWorkbenchWindowConfigurer |
IWorkbenchConfigurer.getWindowConfigurer(IWorkbenchWindow window)
Returns an object that can be used to configure the given window.
|
protected void |
ActionBarAdvisor.makeActions(IWorkbenchWindow window)
Instantiates the actions used in the fill methods.
|
Modifier and Type | Method and Description |
---|---|
static IObservableValue<IWorkbenchWindow> |
WorkbenchObservables.observeActiveWorkbenchWindow(IWorkbench workbench)
Returns an observable value that tracks the active workbench window for
the given workbench.
|
Modifier and Type | Method and Description |
---|---|
static IObservableValue<IWorkbenchPage> |
WorkbenchObservables.observeActiveWorkbenchPage(IWorkbenchWindow window)
Returns an observable value that tracks the active workbench page for the
given workbench window.
|
Modifier and Type | Method and Description |
---|---|
protected IWorkbenchWindow |
FileBufferOperationAction.getWorkbenchWindow() |
protected IWorkbenchWindow |
FileBufferOperationHandler.getWorkbenchWindow()
Returns the active workbench window.
|
Modifier and Type | Method and Description |
---|---|
void |
FileBufferOperationAction.init(IWorkbenchWindow window) |
Modifier and Type | Method and Description |
---|---|
static IWorkbenchWindow |
HandlerUtil.getActiveWorkbenchWindow(ExecutionEvent event)
Return the active workbench window.
|
static IWorkbenchWindow |
HandlerUtil.getActiveWorkbenchWindowChecked(ExecutionEvent event)
Return the active workbench window.
|
Modifier and Type | Method and Description |
---|---|
IIntroPart |
IIntroManager.showIntro(IWorkbenchWindow preferredWindow,
boolean standby)
Shows the intro part in the given workbench window.
|
Modifier and Type | Method and Description |
---|---|
IWorkbenchWindow |
WorkbenchWindowControlContribution.getWorkbenchWindow() |
IWorkbenchWindow |
AbstractWorkbenchTrimWidget.getWorkbenchWindow()
Convenience method to get the IWorkbenchWindow that is
hosting this widget.
|
Modifier and Type | Method and Description |
---|---|
void |
IWorkbenchWidget.init(IWorkbenchWindow workbenchWindow)
Initializes this widget contribution by supplying the
IWorkbenchWindow that it's being hosted in. |
void |
AbstractWorkbenchTrimWidget.init(IWorkbenchWindow workbenchWindow)
Define the IWorkbenchWindow that this trim is being hosted in.
|
Modifier and Type | Method and Description |
---|---|
IWorkbenchWindow |
ICommonViewerWorkbenchSite.getWorkbenchWindow() |
Constructor and Description |
---|
WizardActionGroup(IWorkbenchWindow aWindow,
IWizardRegistry aWizardRegistry,
String aType) |
WizardActionGroup(IWorkbenchWindow aWindow,
IWizardRegistry aWizardRegistry,
String aType,
INavigatorContentService aContentService) |
Modifier and Type | Method and Description |
---|---|
IWorkbenchWindow |
MultiPageEditorSite.getWorkbenchWindow()
The
MultiPageEditorSite implementation of this
IWorkbenchPartSite method forwards to the multi-page
editor to return the workbench window. |
IWorkbenchWindow |
PageSite.getWorkbenchWindow() |
Modifier and Type | Method and Description |
---|---|
void |
GotoLastEditPositionAction.init(IWorkbenchWindow window) |
protected void |
AbstractTextEditor.internalInit(IWorkbenchWindow window,
IEditorSite site,
IEditorInput input)
Implements the
init method of IEditorPart . |
Constructor and Description |
---|
FindNextAction(ResourceBundle bundle,
String prefix,
IWorkbenchWindow workbenchWindow,
boolean forward)
Deprecated.
use FindReplaceAction(ResourceBundle, String, IWorkbenchPart, boolean) instead
|
FindReplaceAction(ResourceBundle bundle,
String prefix,
IWorkbenchWindow workbenchWindow)
Deprecated.
use FindReplaceAction(ResourceBundle, String, IWorkbenchPart) instead
|
IncrementalFindAction(ResourceBundle bundle,
String prefix,
IWorkbenchWindow workbenchWindow,
boolean forward)
Deprecated.
use FindReplaceAction(ResourceBundle, String, IWorkbenchPart, boolean) instead
|
Modifier and Type | Method and Description |
---|---|
protected IWorkbenchWindow |
ResourceNavigatorAction.getWorkbenchWindow()
Deprecated.
Returns the workbench window.
|
Modifier and Type | Method and Description |
---|---|
static void |
BasicNewResourceWizard.selectAndReveal(IResource resource,
IWorkbenchWindow window)
Attempts to select and reveal the specified resource in all
parts within the supplied workbench window's active page.
|
Copyright (c) 2000, 2017 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.