Eclipse Platform
2.1

Uses of Interface
org.eclipse.help.IContext

Packages that use IContext
org.eclipse.help Provides core support for the Eclipse platform online help system. 
org.eclipse.ui.help Classes for integration with the help support system in the Eclipse Platform User Interface. 
 

Uses of IContext in org.eclipse.help
 

Methods in org.eclipse.help that return IContext
 IContext IHelp.getContext(String contextId)
          Computes and returns context information for the given context id.
 

Methods in org.eclipse.help with parameters of type IContext
 void IHelp.displayContext(IContext context, int x, int y)
          Displays context-sensitive help for the given context.
 void IHelp.displayHelp(IContext context, int x, int y)
          Deprecated. use displayContext(context, x, y)
 

Uses of IContext in org.eclipse.ui.help
 

Methods in org.eclipse.ui.help with parameters of type IContext
static void WorkbenchHelp.displayHelp(IContext context)
          Calls the help support system to display the given help context.
 


Eclipse Platform
2.1

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