Uses of Interface
org.eclipse.ui.IWorkbenchSite
Package
Description
Contains the team synchronization presentation framework and support
for the Synchronize View.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
Provides support for integrating handlers into the Eclipse workbench.
Application programming interfaces for interaction
with and extension of the product introduction parts.
Classes for the creation of workbench parts that integrate
with the Eclipse Platform User Interface.
-
Uses of IWorkbenchSite in org.eclipse.compare.internal
-
Uses of IWorkbenchSite in org.eclipse.team.ui.synchronize
Modifier and TypeMethodDescriptionISynchronizePageSite.getWorkbenchSite()
Return the workbench site for the page ornull
if a workbench site is not available (e.g. if the page is being shown in a dialog).Modifier and TypeMethodDescriptionfinal void
ModelSynchronizeParticipant.refresh
(IWorkbenchSite site, ResourceMapping[] mappings) Refresh a participant in the background the result of the refresh are shown in the progress view.final void
SubscriberParticipant.refresh
(IResource[] resources, String shortTaskName, String longTaskName, IWorkbenchSite site) Refresh a participant in the background the result of the refresh are shown in the progress view.final void
SubscriberParticipant.refreshInDialog
(Shell shell, IResource[] resources, String jobName, String taskName, ISynchronizePageConfiguration configuration, IWorkbenchSite site) Refresh this participants synchronization state and displays the result in a model dialog. -
Uses of IWorkbenchSite in org.eclipse.ui
Modifier and TypeInterfaceDescriptioninterface
The primary interface between an editor part and the workbench.interface
The primary interface between a view part and the workbench.interface
The primary interface between a workbench part and the workbench.Modifier and TypeMethodDescriptionboolean
INestableKeyBindingService.activateKeyBindingService
(IWorkbenchSite nestedSite) Deprecated.Marks the service associated withnestedSite
as active if one exists.INestableKeyBindingService.getKeyBindingService
(IWorkbenchSite nestedSite) Deprecated.An accessor for the nested key binding service associated with a particular site.boolean
INestableKeyBindingService.removeKeyBindingService
(IWorkbenchSite nestedSite) Deprecated.Removes a nested key binding service from this key binding service. -
Uses of IWorkbenchSite in org.eclipse.ui.handlers
Modifier and TypeMethodDescriptionstatic IWorkbenchSite
HandlerUtil.getActiveSite
(ExecutionEvent event) Return the active part site.static IWorkbenchSite
HandlerUtil.getActiveSiteChecked
(ExecutionEvent event) Return the active part site. -
Uses of IWorkbenchSite in org.eclipse.ui.internal
Modifier and TypeClassDescriptionclass
An editor container manages the services for an editor.class
PartSite
is the general implementation for anIWorkbenchPartSite
.class
A view container manages the services for a view.Modifier and TypeMethodDescriptionstatic IWorkbenchSite
InternalHandlerUtil.getActiveSite
(Object appContext) Return the active part site.Modifier and TypeMethodDescriptionboolean
KeyBindingService.activateKeyBindingService
(IWorkbenchSite nestedSite) KeyBindingService.getKeyBindingService
(IWorkbenchSite nestedSite) boolean
KeyBindingService.removeKeyBindingService
(IWorkbenchSite nestedSite) -
Uses of IWorkbenchSite in org.eclipse.ui.intro
Modifier and TypeInterfaceDescriptioninterface
The primary interface between an intro part and the workbench. -
Uses of IWorkbenchSite in org.eclipse.ui.part
Modifier and TypeInterfaceDescriptioninterface
The primary interface between a page and the outside world.Modifier and TypeClassDescriptionclass
Site for a nested editor within a multi-page editor.class
This implementation ofIPageSite
provides a site for a page within aPageBookView
.