|
LPEX 4.2.3 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LpexLanguageHelp
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.
LpexAbstractTextEditor.setLanguageHelp(com.ibm.lpex.alef.LpexLanguageHelp),
LpexSourceViewer.setLanguageHelp(com.ibm.lpex.alef.LpexLanguageHelp),
Language sensitive help (LSH)| Method Summary | |
|---|---|
String |
getHelpPage(LpexView lpexView)
This method is invoked when a language-sensitive help request is received in the LpexSourceViewer. |
| Method Detail |
|---|
String getHelpPage(LpexView lpexView)
lpexView - the view of the document for which help is requested
"/com.ibm.etools.iseries.cbl400.doc/html/evfeb5ls05.htm"
|
LPEX 4.2.3 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||