| Modifier and Type | Method and Description |
|---|---|
ChannelRunnable |
ChannelSwitchException.getRequest()
Gets the
ChannelRunnable object associated with this
ChannelSwitchException. |
ChannelRunnable |
ChannelRunnable.setTimeout(int milliseconds)
Set the time when this message will expire.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ThreadChannel.post(ChannelRunnable runnable)
Sends a request to be executed asychronously on this channel.
|
java.lang.Object |
ThreadChannel.send(ChannelRunnable request)
Sends a request to be executed sychronously on this channel.
|
java.lang.Object |
IChannel.send(ChannelRunnable runnable)
Sends the request to be executed on this channel.
|
java.lang.Object |
BaseChannel.send(ChannelRunnable runnable)
Sends the request to be executed on this channel.
|
protected boolean |
ThreadChannel.waitForResponse(ChannelRunnable request) |
| Constructor and Description |
|---|
ChannelSwitchException(ChannelRunnable request)
Creates exception with the
ChannelRunnable object. |
ChannelSwitchException(ChannelRunnable request,
IChannel channel)
Creates a
ChannelSwitchException that should be executed on a thread associated
with a specific channel. |
| Modifier and Type | Class and Description |
|---|---|
class |
ActiveXProxy.ReleaseElementHandleRunnable |
class |
AppletProxy.GetProxyObjectRunnable |
class |
HtmlBrowserProxy.GetDocClippedScreenRectangleRunnable |
class |
HtmlBrowserProxy.GetHandleAtPointRunnable |
class |
HtmlBrowserProxy.GetPropertyInternalRunnable |
class |
HtmlDocumentProxy.GetElementHandleByIdRunnable |
class |
HtmlDocumentProxy.GetObjectRunnable |
protected class |
HtmlGuiProxy.Clicker |
protected class |
HtmlGuiProxy.DoubleClicker |
protected class |
HtmlGuiProxy.Dragger |
protected class |
HtmlGuiProxy.Hoverer |
protected class |
HtmlGuiProxy.nClickDragger |
protected class |
HtmlGuiProxy.nClicker |
class |
HtmlProxy.GetObjectRunnable |
class |
HtmlProxyMap.GetProxyObjectRunnable |
class |
HtmlTestDomainImplementation.GetFlexWindowHandleRunnable |
protected class |
TopLevelWindowProxy.CharEmiter |
protected class |
TopLevelWindowProxy.KeyEmiter |
| Modifier and Type | Class and Description |
|---|---|
class |
FindComposite |
class |
FindCTabItem |
| Modifier and Type | Class and Description |
|---|---|
class |
ShellFinder
Enumerate the shells in an SWT Display.
|