Class RichTextEditor.JavaExecutionFinishedFunction
- java.lang.Object
-
- org.eclipse.swt.browser.BrowserFunction
-
- org.eclipse.nebula.widgets.richtext.RichTextEditor.JavaExecutionFinishedFunction
-
- Enclosing class:
- RichTextEditor
class RichTextEditor.JavaExecutionFinishedFunction extends org.eclipse.swt.browser.BrowserFunction
Callback function that is called via Javascript after a java callback is triggered via custom toolbar button. Is registered for the Javascript function name javaExecutionFinished.
-
-
Constructor Summary
Constructors Constructor Description JavaExecutionFinishedFunction(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)
-