Class DelegatingHelpManager

  • All Implemented Interfaces:
    com.opencloud.rem.client.util.HelpManager

    public class DelegatingHelpManager
    extends Object
    implements com.opencloud.rem.client.util.HelpManager
    Implementation of HelpManager that delegates calls from a REM plugin to REM itself.
    • Constructor Detail

      • DelegatingHelpManager

        public DelegatingHelpManager()
    • Method Detail

      • getContextHelp

        public String getContextHelp()
        Specified by:
        getContextHelp in interface com.opencloud.rem.client.util.HelpManager
      • setContextHelp

        public void setContextHelp​(String... helpStrings)
        Specified by:
        setContextHelp in interface com.opencloud.rem.client.util.HelpManager
      • appendContextHelp

        public void appendContextHelp​(String helpString)
        Specified by:
        appendContextHelp in interface com.opencloud.rem.client.util.HelpManager
      • setContextHelp

        public void setContextHelp​(TextResource... textResources)
        Specified by:
        setContextHelp in interface com.opencloud.rem.client.util.HelpManager
      • appendContextHelp

        public void appendContextHelp​(TextResource... textResources)
        Specified by:
        appendContextHelp in interface com.opencloud.rem.client.util.HelpManager
      • noHelpAvailable

        public void noHelpAvailable()
        Specified by:
        noHelpAvailable in interface com.opencloud.rem.client.util.HelpManager
      • setContextHelpChangeListener

        public void setContextHelpChangeListener​(com.opencloud.rem.client.util.HelpManagerImpl.ContextHelpChangeListener listener)
        Specified by:
        setContextHelpChangeListener in interface com.opencloud.rem.client.util.HelpManager
      • exportJSMethods

        public void exportJSMethods​(JavaScriptObject jso)
        Specified by:
        exportJSMethods in interface com.opencloud.rem.client.util.HelpManager