Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

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
 

Subinterfaces of IContext in org.eclipse.help
 interface IContext2
          Extends IContext to provide support for styled text and topic categorization.
 interface IContext3
          Extends IContext2 to provide support for related command links.
 

Methods in org.eclipse.help that return IContext
  IContext IContextProvider. getContext ( Object target)
          Returns a help context for the given target.
  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 for the platform's current locale.
abstract   IContext AbstractContextProvider. getContext ( String id, String locale)
          Returns the context-sensitive help content for the UI element with the given context help ID, and for the given locale.
static  IContext HelpSystem. getContext ( String contextId, String locale)
          Computes and returns context information for the given context id and locale.
 

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)
          Deprecated. Displays context-sensitive help for the given context.
 void IWorkbenchHelpSystem. displayContext ( IContext context, int x, int y)
          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.
static void WorkbenchHelp. displayHelp ( IContext context)
          Deprecated. Displays context-sensitive help for the given context.
 void IWorkbenchHelpSystem. displayHelp ( IContext context)
          Displays context-sensitive help for the given context.
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire