Eclipse Platform
Release 3.0

Uses of Interface
org.eclipse.help.IContext

Packages that use IContext
org.eclipse.help Provides core help system for the platform.  
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)
          Deprecated. Use HelpSystem.getContext(contextId) instead.
static IContext HelpSystem.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)
          Deprecated. Use WorkbenchHelp.displayContext(context,x,y) instead.
 void IHelp.displayHelp(IContext context, int x, int y)
          Deprecated. Use WorkbenchHelp.displayContext(context,x,y) instead.
 

Uses of IContext in org.eclipse.ui.help
 

Methods in org.eclipse.ui.help with parameters of type IContext
static void WorkbenchHelp.displayContext(IContext context, int x, int y)
          Displays context-sensitive help for the given context.
static void WorkbenchHelp.displayHelp(IContext context)
          Displays context-sensitive help for the given context.
abstract  void AbstractHelpUI.displayContext(IContext context, int x, int y)
          Displays context-sensitive help for the given context.
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

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