Uses of Interface
org.eclipse.ui.IWorkbenchSite
Packages that use 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
Methods in org.eclipse.compare.internal with parameters of type IWorkbenchSite -
Uses of IWorkbenchSite in org.eclipse.team.ui.synchronize
Methods in org.eclipse.team.ui.synchronize that return IWorkbenchSiteModifier and TypeMethodDescriptionISynchronizePageSite.getWorkbenchSite()Return the workbench site for the page ornullif a workbench site is not available (e.g. if the page is being shown in a dialog).Methods in org.eclipse.team.ui.synchronize with parameters of type IWorkbenchSiteModifier and TypeMethodDescriptionfinal voidModelSynchronizeParticipant.refresh(IWorkbenchSite site, ResourceMapping[] mappings) Refresh a participant in the background the result of the refresh are shown in the progress view.final voidSubscriberParticipant.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 voidSubscriberParticipant.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
Subinterfaces of IWorkbenchSite in org.eclipse.uiModifier and TypeInterfaceDescriptioninterfaceThe primary interface between an editor part and the workbench.interfaceThe primary interface between a view part and the workbench.interfaceThe primary interface between a workbench part and the workbench.Methods in org.eclipse.ui with parameters of type IWorkbenchSiteModifier and TypeMethodDescriptionbooleanINestableKeyBindingService.activateKeyBindingService(IWorkbenchSite nestedSite) Deprecated.Marks the service associated withnestedSiteas active if one exists.INestableKeyBindingService.getKeyBindingService(IWorkbenchSite nestedSite) Deprecated.An accessor for the nested key binding service associated with a particular site.booleanINestableKeyBindingService.removeKeyBindingService(IWorkbenchSite nestedSite) Deprecated.Removes a nested key binding service from this key binding service. -
Uses of IWorkbenchSite in org.eclipse.ui.handlers
Methods in org.eclipse.ui.handlers that return IWorkbenchSiteModifier and TypeMethodDescriptionstatic IWorkbenchSiteHandlerUtil.getActiveSite(ExecutionEvent event) Return the active part site.static IWorkbenchSiteHandlerUtil.getActiveSiteChecked(ExecutionEvent event) Return the active part site. -
Uses of IWorkbenchSite in org.eclipse.ui.internal
Classes in org.eclipse.ui.internal that implement IWorkbenchSiteModifier and TypeClassDescriptionclassAn editor container manages the services for an editor.classPartSiteis the general implementation for anIWorkbenchPartSite.classA view container manages the services for a view.Methods in org.eclipse.ui.internal that return IWorkbenchSiteModifier and TypeMethodDescriptionstatic IWorkbenchSiteInternalHandlerUtil.getActiveSite(Object appContext) Return the active part site.Methods in org.eclipse.ui.internal with parameters of type IWorkbenchSiteModifier and TypeMethodDescriptionbooleanKeyBindingService.activateKeyBindingService(IWorkbenchSite nestedSite) KeyBindingService.getKeyBindingService(IWorkbenchSite nestedSite) booleanKeyBindingService.removeKeyBindingService(IWorkbenchSite nestedSite) -
Uses of IWorkbenchSite in org.eclipse.ui.intro
Subinterfaces of IWorkbenchSite in org.eclipse.ui.introModifier and TypeInterfaceDescriptioninterfaceThe primary interface between an intro part and the workbench. -
Uses of IWorkbenchSite in org.eclipse.ui.part
Subinterfaces of IWorkbenchSite in org.eclipse.ui.partModifier and TypeInterfaceDescriptioninterfaceThe primary interface between a page and the outside world.Classes in org.eclipse.ui.part that implement IWorkbenchSiteModifier and TypeClassDescriptionclassSite for a nested editor within a multi-page editor.classThis implementation ofIPageSiteprovides a site for a page within aPageBookView.