Eclipse Platform
2.1

Uses of Interface
org.eclipse.ui.IKeyBindingService

Packages that use IKeyBindingService
org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface. 
org.eclipse.ui.part Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface. 
 

Uses of IKeyBindingService in org.eclipse.ui
 

Subinterfaces of IKeyBindingService in org.eclipse.ui
 interface INestableKeyBindingService
           A service that is capable of nesting other services within itself.
 

Methods in org.eclipse.ui that return IKeyBindingService
 IKeyBindingService IWorkbenchPartSite.getKeyBindingService()
          Returns the key binding service in use.
 IKeyBindingService INestableKeyBindingService.getKeyBindingService(IWorkbenchSite nestedSite)
          An accessor for the nested key binding service associated with a particular site.
 

Uses of IKeyBindingService in org.eclipse.ui.part
 

Methods in org.eclipse.ui.part that return IKeyBindingService
 IKeyBindingService MultiPageEditorSite.getKeyBindingService()
           
 


Eclipse Platform
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.