public interface EHelpService
You can use it to define the help context id for an object and for displaying the help based on this help context id.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
HELP_CONTEXT_ID |
| Modifier and Type | Method and Description |
|---|---|
void |
displayHelp(java.lang.String contextId)
Calls the help support system to display the given help context ID.
|
void |
setHelp(java.lang.Object element,
java.lang.String helpContextId)
Sets the given id for the help system on the given object.
|
static final java.lang.String HELP_CONTEXT_ID
void displayHelp(java.lang.String contextId)
contextId - the ID of the context to displayvoid setHelp(java.lang.Object element,
java.lang.String helpContextId)
element - the element on which to register the help idhelpContextId - the id to use when help system is invoked