public interface IIntroSite extends IWorkbenchSite
The workbench exposes its implemention of intro part sites via this interface, which is not intended to be implemented or extended by clients.
Modifier and Type | Method and Description |
---|---|
IActionBars |
getActionBars()
Returns the action bars for this part site.
|
String |
getId()
Returns the part registry extension id for this intro site's part.
|
IKeyBindingService |
getKeyBindingService()
Deprecated.
Use IServiceLocator#getService(*) to retrieve
IContextService and IHandlerService instead.
|
String |
getPluginId()
Returns the unique identifier of the plug-in that defines this intro
site's part.
|
getPage, getSelectionProvider, getShell, getWorkbenchWindow, setSelectionProvider
getAdapter
getService, hasService
String getId()
The name comes from the id
attribute in the configuration
element.
String getPluginId()
IPluginDescriptor.getUniqueIdentifier()
@Deprecated IKeyBindingService getKeyBindingService()
The part will access this service to register all of its actions, to set the active scope.
IActionBars getActionBars()
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.