Class RichTextEditor.FocusOutFunction

java.lang.Object
org.eclipse.swt.browser.BrowserFunction
org.eclipse.nebula.widgets.richtext.RichTextEditor.FocusOutFunction
Enclosing class:
RichTextEditor

class RichTextEditor.FocusOutFunction
extends org.eclipse.swt.browser.BrowserFunction
Callback function that is called via Javascript on blur in the editor part. Is registered for the Javascript function name focusOut.
  • Constructor Summary

    Constructors 
    Constructor Description
    FocusOutFunction​(org.eclipse.swt.browser.Browser browser, java.lang.String name)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Object function​(java.lang.Object[] arguments)  

    Methods inherited from class org.eclipse.swt.browser.BrowserFunction

    dispose, getBrowser, getName, isDisposed

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FocusOutFunction

      public FocusOutFunction​(org.eclipse.swt.browser.Browser browser, java.lang.String name)
  • Method Details

    • function

      public java.lang.Object function​(java.lang.Object[] arguments)
      Overrides:
      function in class org.eclipse.swt.browser.BrowserFunction