Package | Description |
---|---|
org.eclipse.equinox.p2.ui |
Provides provisioning user interface classes that can be used for assembling
a provisioning UI.
|
org.eclipse.team.ui |
Provides basic support for managing Team providers.
|
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.activities |
Application programming interfaces for interaction
with and extension of 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.plugin |
Class hierarchies for plug-ins that integrate with
the Eclipse Platform UI.
|
org.eclipse.ui.texteditor.templates |
Application programming interfaces for interaction
with the Eclipse text editor template support.
|
org.eclipse.ui.views.navigator |
Provides the standard Resource Navigator view which
presents the tree of resources in the workspace.
|
org.eclipse.ui.wizards.datatransfer |
Provides the standard Import and Export wizards for
moving resources into and out of 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 |
RepositoryManipulationPage.init(IWorkbench workbench) |
Modifier and Type | Method and Description |
---|---|
void |
IConfigurationWizard.init(IWorkbench workbench,
IProject project)
Initializes this creation wizard using the passed workbench and
the selected project.
|
void |
IConfigurationWizardExtension.init(IWorkbench workbench,
IProject[] projects)
Initializes this creation wizard using the passed workbench and
selected projects.
|
Modifier and Type | Method and Description |
---|---|
IWorkbench |
IWorkbenchWindow.getWorkbench()
Returns the workbench for this window.
|
static IWorkbench |
PlatformUI.getWorkbench()
Returns the workbench.
|
Modifier and Type | Method and Description |
---|---|
void |
IWorkbenchPreferencePage.init(IWorkbench workbench)
Initializes this preference page for the given workbench.
|
void |
IWorkbenchWizard.init(IWorkbench workbench,
IStructuredSelection selection)
Initializes this creation wizard using the passed workbench and
object selection.
|
void |
IWorkbenchListener.postShutdown(IWorkbench workbench)
Performs arbitrary finalization after the workbench stops running.
|
boolean |
IWorkbenchListener.preShutdown(IWorkbench workbench,
boolean forced)
Notifies that the workbench is about to shut down.
|
Constructor and Description |
---|
ExportResourcesAction(IWorkbench workbench)
Deprecated.
use the constructor
ExportResourcesAction(IWorkbenchWindow) |
ExportResourcesAction(IWorkbench workbench,
String label)
Deprecated.
use the constructor
ExportResourcesAction(IWorkbenchWindow, String) |
GlobalBuildAction(IWorkbench workbench,
Shell shell,
int type)
Deprecated.
use GlobalBuildAction(IWorkbenchWindow, type) instead
|
ImportResourcesAction(IWorkbench workbench)
Deprecated.
use the constructor
ImportResourcesAction(IWorkbenchWindow) |
Modifier and Type | Field and Description |
---|---|
protected IWorkbench |
ActivityCategoryPreferencePage.workbench |
Modifier and Type | Method and Description |
---|---|
void |
ActivityCategoryPreferencePage.init(IWorkbench workbench) |
void |
ActivitiesPreferencePage.init(IWorkbench aWorkbench) |
Modifier and Type | Method and Description |
---|---|
IWorkbench |
IWorkbenchConfigurer.getWorkbench()
Returns the underlying workbench.
|
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 |
---|---|
void |
TextEditorPreferencePage.init(IWorkbench workbench)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
IWorkbench |
AbstractUIPlugin.getWorkbench()
Returns the Platform UI workbench.
|
Modifier and Type | Method and Description |
---|---|
void |
TemplatePreferencePage.init(IWorkbench workbench) |
Modifier and Type | Method and Description |
---|---|
protected IWorkbench |
ResourceNavigatorAction.getWorkbench()
Deprecated.
Returns the workbench.
|
Modifier and Type | Method and Description |
---|---|
void |
ZipFileExportWizard.init(IWorkbench workbench,
IStructuredSelection currentSelection) |
void |
FileSystemImportWizard.init(IWorkbench workbench,
IStructuredSelection currentSelection) |
void |
ZipFileImportWizard.init(IWorkbench workbench,
IStructuredSelection currentSelection) |
void |
ExternalProjectImportWizard.init(IWorkbench workbench,
IStructuredSelection currentSelection) |
void |
FileSystemExportWizard.init(IWorkbench workbench,
IStructuredSelection currentSelection) |
Modifier and Type | Method and Description |
---|---|
IWorkbench |
BasicNewResourceWizard.getWorkbench()
Returns the workbench which was passed to
init . |
Modifier and Type | Method and Description |
---|---|
void |
BasicNewFolderResourceWizard.init(IWorkbench workbench,
IStructuredSelection currentSelection) |
void |
BasicNewFileResourceWizard.init(IWorkbench workbench,
IStructuredSelection currentSelection) |
void |
BasicNewResourceWizard.init(IWorkbench theWorkbench,
IStructuredSelection currentSelection)
The
BasicNewResourceWizard implementation of this
IWorkbenchWizard method records the given workbench and
selection, and initializes the default banner image for the pages
by calling initializeDefaultPageImageDescriptor . |
void |
BasicNewProjectResourceWizard.init(IWorkbench workbench,
IStructuredSelection currentSelection) |
Copyright (c) 2000, 2017 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.