Displays a debug message tagged with the context ID.parammessage sent to the debug log
Displays a debug message and exception tagged with the context ID.parammessage sent to the debug logparamt exception to log with message
Detaches everything from this context's browser.
Handles operations intended for the context.parammessage holds all message information
Attaches this context and its message dispatcher to the browser.parambrowser the browser to be attachedparamwidgetWaitingIndicator Widget to be shown when browser is loading
Sends a message to the JavaScript message dispatcher in the page.paramkey identifies the listener to receive the messageparamop identifies the operation to perform
Sends a message to the JavaScript message dispatcher in the page.paramkey identifies the listener to receive the messageparamop identifies the operation to performparamparams optional message parameters
paramkeyparamopparamparamsreturnsince3.0.1.5
Deregisters the browser before it's disposed.paramevent used to verify it's the correct contextseeorg.eclipse.swt.events.DisposeListener#widgetDisposed(org.eclipse.swt.events.DisposeEvent)