Package org.eclipse.help
Interface IContext3
Extends
IContext2
to provide support for related
command links.- Since:
- 3.3
-
Method Summary
Modifier and TypeMethodDescriptionReturns the command links related to this context-sensitive help entry.Methods inherited from interface org.eclipse.help.IContext
getRelatedTopics, getText
Methods inherited from interface org.eclipse.help.IContext2
getCategory, getStyledText, getTitle
-
Method Details
-
getRelatedCommands
ICommandLink[] getRelatedCommands()Returns the command links related to this context-sensitive help entry.- Returns:
- the related command links
-