Interface EHelpService
public interface EHelpService
The help service provides clients with the functionalities of dealing with
the help system.
You can use it to define the help context id for an object and for displaying the help based on this help context id.
- Since:
- 1.3
- Restriction:
- This interface is not intended to be implemented by clients.
- Restriction:
- This interface is not intended to be extended by clients.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoiddisplayHelp(String contextId) Calls the help support system to display the given help context ID.booleanCheck if help is available for the given idvoidSets the given id for the help system on the given object.
-
Field Details
-
HELP_CONTEXT_ID
- See Also:
-
-
Method Details
-
displayHelp
Calls the help support system to display the given help context ID.- Parameters:
contextId- the ID of the context to display
-
setHelp
-
hasHelp
Check if help is available for the given id- Parameters:
helpContextId- the id to use when help system is invoked- Returns:
trueif help is available for the given id,falseotherwise- Since:
- 1.5
-