Uses of Interface
org.eclipse.help.IContext
-
Packages that use IContext Package Description 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 Modifier and Type Interface Description interfaceIContext2ExtendsIContextto provide support for styled text and topic categorization.interfaceIContext3ExtendsIContext2to provide support for related command links.Methods in org.eclipse.help that return IContext Modifier and Type Method Description abstract IContextAbstractContextProvider. 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 IContextHelpSystem. getContext(String contextId)Computes and returns context information for the given context id for the platform's current locale.static IContextHelpSystem. getContext(String contextId, String locale)Computes and returns context information for the given context id and locale.IContextIContextProvider. getContext(Object target)Returns a help context for the given target.IContextIHelp. getContext(String contextId)Deprecated.Use HelpSystem.getContext(contextId) instead.Methods in org.eclipse.help with parameters of type IContext Modifier and Type Method Description voidIHelp. displayContext(IContext context, int x, int y)Deprecated.Use WorkbenchHelp.displayContext(context,x,y) instead.voidIHelp. 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 Modifier and Type Method Description abstract voidAbstractHelpUI. displayContext(IContext context, int x, int y)Displays context-sensitive help for the given context.voidIWorkbenchHelpSystem. displayContext(IContext context, int x, int y)Displays context-sensitive help for the given context.voidIWorkbenchHelpSystem. displayHelp(IContext context)Displays context-sensitive help for the given context.
-