Class RichTextEditor.KeyReleasedFunction
- java.lang.Object
-
- org.eclipse.swt.browser.BrowserFunction
-
- org.eclipse.nebula.widgets.richtext.RichTextEditor.KeyReleasedFunction
-
- Enclosing class:
- RichTextEditor
class RichTextEditor.KeyReleasedFunction extends org.eclipse.swt.browser.BrowserFunction
Callback function that is called via Javascript if a keyup event occurs in the editor part. Is registered for the Javascript function name keyReleased.
-
-
Constructor Summary
Constructors Constructor Description KeyReleasedFunction(org.eclipse.swt.browser.Browser browser, java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
function(java.lang.Object[] arguments)
-