1 11 package org.eclipse.ui; 12 13 import org.eclipse.ui.services.IServiceLocator; 14 15 30 public interface INestableKeyBindingService extends IKeyBindingService { 31 32 44 public boolean activateKeyBindingService(IWorkbenchSite nestedSite); 45 46 56 public IKeyBindingService getKeyBindingService(IWorkbenchSite nestedSite); 57 58 68 public boolean removeKeyBindingService(IWorkbenchSite nestedSite); 69 70 } 71 | Popular Tags |