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.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 |
---|---|
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 workbench,
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, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.