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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IContext2
Extends
IContext to provide support for styled text and topic
categorization. |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
IWorkbenchHelpSystem.displayContext(IContext context,
int x,
int y)
Displays context-sensitive help for the given context.
|
static void |
WorkbenchHelp.displayContext(IContext context,
int x,
int y)
Deprecated.
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.
|
void |
IWorkbenchHelpSystem.displayHelp(IContext context)
Displays context-sensitive help for the given context.
|
static void |
WorkbenchHelp.displayHelp(IContext context)
Deprecated.
Displays context-sensitive help for the given context.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.