|
SWT LPEX v3.0.0 | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface LpexLanguageHelp defines a language-sensitive help (LSH) provider for LpexSourceViewer, or an editor using it. Create a class that implements this interface, and register an instance of it with the text editor of your LPEX-based solution plug-in, whenever its document parser is one for which you wish to provide LSH. When notified of a help request, determine the appropriate help panel to be displayed. This help panel is usually located in a separate language-documentation plug-in installed in the workbench.
LpexCommonParser provides a few basic services for the implementation of language-sensitive help.
Method Summary | |
---|---|
String | getHelpPage(LpexView lpexView)
This method is invoked when a language-sensitive help request is received in the LpexSourceViewer. |
Method Detail |
public String getHelpPage(LpexView lpexView)
|
SWT LPEX v3.0.0 | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |