Uses of Interface
org.eclipse.help.IContext
Package
Description
Provides core help system for the platform.
Classes for integration with the help support system
in the Eclipse Platform User Interface.
-
Uses of IContext in org.eclipse.help
Modifier and TypeInterfaceDescriptioninterface
ExtendsIContext
to provide support for styled text and topic categorization.interface
ExtendsIContext2
to provide support for related command links.Modifier and TypeMethodDescriptionabstract 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) Computes and returns context information for the given context id for the platform's current locale.static IContext
HelpSystem.getContext
(String contextId, String locale) Computes and returns context information for the given context id and locale.IContextProvider.getContext
(Object target) Returns a help context for the given target.IHelp.getContext
(String contextId) Deprecated.Use HelpSystem.getContext(contextId) instead.Modifier and TypeMethodDescriptionvoid
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.help.ui.internal
Modifier and TypeMethodDescriptionvoid
DefaultHelpUI.displayContext
(IContext context, int x, int y) Displays context-sensitive help for specified context -
Uses of IContext in org.eclipse.ui.help
Modifier and TypeMethodDescriptionabstract void
AbstractHelpUI.displayContext
(IContext context, int x, int y) 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.void
IWorkbenchHelpSystem.displayHelp
(IContext context) Displays context-sensitive help for the given context.