|
Eclipse Platform Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A service that is capable of nesting other services within itself. This allows lower level components to query for a service provider in a hierarchical fashion, and for information to be resolved in a hierarchical manner
This interface is not intended to be implemented or extended by clients.
Method Summary | |
boolean | activateKeyBindingService(IWorkbenchSite nestedSite)
Marks the service associated with nestedSite as active if one exists. |
IKeyBindingService | getKeyBindingService(IWorkbenchSite nestedSite)
An accessor for the nested key binding service associated with a particular site. |
boolean | removeKeyBindingService(IWorkbenchSite nestedSite)
Removes a nested key binding service from this key binding service. |
Methods inherited from interface org.eclipse.ui.IKeyBindingService |
getScopes, registerAction, setScopes, unregisterAction |
Method Detail |
public boolean activateKeyBindingService(IWorkbenchSite nestedSite)
public IKeyBindingService getKeyBindingService(IWorkbenchSite nestedSite)
public boolean removeKeyBindingService(IWorkbenchSite nestedSite)
|
Eclipse Platform Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.