Overview

 
Package  Class  Tree  Deprecated  Index  Help 
Eclipse Platform
Release 3.0
 PREV   NEXT FRAMES    NO FRAMES  


 

Uses of Interface
org.eclipse.ui.IKeyBindingService

Packages that use IKeyBindingService
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 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.team.ui.synchronize
 

Methods in org.eclipse.team.ui.synchronize that return IKeyBindingService
 IKeyBindingService ISynchronizePageSite.getKeyBindingService()
          Get the keybinding service for the site or null if one is not available.
 

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.intro
 

Methods in org.eclipse.ui.intro that return IKeyBindingService
 IKeyBindingService IIntroSite.getKeyBindingService()
          Returns the key binding service in use.
 

Uses of IKeyBindingService in org.eclipse.ui.part
 

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


 

Overview

 
Package  Class  Tree  Deprecated  Index  Help 
Eclipse Platform
Release 3.0
 PREV   NEXT FRAMES    NO FRAMES  


Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.