Package | Description |
---|---|
org.eclipse.team.ui.synchronize |
Contains the team synchronization presentation framework and support
for the Synchronize View.
|
org.eclipse.ui |
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
|
org.eclipse.ui.intro |
Application programming interfaces for interaction
with and extension of the product introduction parts.
|
org.eclipse.ui.part |
Classes for the creation of workbench parts that integrate
with the Eclipse Platform User Interface.
|
Modifier and Type | Method and Description |
---|---|
IKeyBindingService |
ISynchronizePageSite.getKeyBindingService()
Get the keybinding service for the site or
null
if one is not available. |
Modifier and Type | Interface and Description |
---|---|
interface |
INestableKeyBindingService
Deprecated.
This is now handled by
IServiceLocator which can
be nested. |
Modifier and Type | Method and Description |
---|---|
IKeyBindingService |
IWorkbenchPartSite.getKeyBindingService()
Deprecated.
Use
IServiceLocator.getService(Class) instead. |
IKeyBindingService |
INestableKeyBindingService.getKeyBindingService(IWorkbenchSite nestedSite)
Deprecated.
An accessor for the nested key binding service associated with a
particular site.
|
Modifier and Type | Method and Description |
---|---|
IKeyBindingService |
IIntroSite.getKeyBindingService()
Deprecated.
Use IServiceLocator#getService(*) to retrieve
IContextService and IHandlerService instead.
|
Modifier and Type | Method and Description |
---|---|
IKeyBindingService |
MultiPageEditorSite.getKeyBindingService() |
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.