|
 |
|
|
Uses of Interface org.eclipse.help.IContext
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.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. |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.
|
|
|