Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

To connect to an external Help system, for each component you can deposit any identification for all supported languages.

When a component with deposited Help index moves into the visible area, the Help system is informed through event notification. Implement the HelpListener Interface (class: com.jaxfront.core.help.HelpListener ) to react on any help notification event. Add the help listener to the EditorPanel - addHelpListener(HelpListener newListener).

 

Codeblock
themeEclipse
languagejava
linenumberstrue
com.jaxfront.core.dom.Document dom;

...


com.jaxfront.core.help.HelpListener myHelpListener = new MyHelpListener();

...


dom.getEditor().addHelpListener(myHelpListener); 



Image Removed
Figure 58: XUI component - Help
Image Added