LPEX
3.6.8

com.ibm.lpex.alef
Interface LpexLanguageHelpExtension


public interface LpexLanguageHelpExtension

Interface LpexLanguageHelpExtension is to be used with a language-sensitive help (LSH) provider LpexLanguageHelp for LpexSourceViewer, or an editor using it.

See Also:
LpexLanguageHelp, LpexAbstractTextEditor.setLanguageHelp(com.ibm.lpex.alef.LpexLanguageHelp), LpexSourceViewer.setLanguageHelp(com.ibm.lpex.alef.LpexLanguageHelp), Language sensitive help (LSH)

Method Summary
 boolean isDisplayEditorHelp(LpexView view)
          This method is invoked when a language-sensitive help request is received in the LpexSourceViewer, but the language-sensitive help returns null; This interface allows the language-sensitive help provider to tell LPEX not to try to display any editor help
 

Method Detail

isDisplayEditorHelp

boolean isDisplayEditorHelp(LpexView view)
This method is invoked when a language-sensitive help request is received in the LpexSourceViewer, but the language-sensitive help returns null; This interface allows the language-sensitive help provider to tell LPEX not to try to display any editor help

Parameters:
lpexView - the view of the document for which help is requested
Returns:
false to override the default LPEX behaviour and not display the help

LPEX
3.6.8

Copyright © 2013 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.