|
IBM Rational Functional Tester Version 8.1.1000 IBM Rational Functional Tester Proxy SDK Reference Project Version 2.3 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IChannel | |
|---|---|
| com.rational.test.ft.domain | |
| com.rational.test.ft.domain.java | |
| com.rational.test.ft.domain.java.swt | |
| Uses of IChannel in com.rational.test.ft.domain |
|---|
| Classes in com.rational.test.ft.domain that implement IChannel | |
|---|---|
class |
BaseChannel
Provides a base channel implementation. |
class |
ThreadChannel
Implements a channel that provides thread affinity to a GUI thread. |
| Methods in com.rational.test.ft.domain that return IChannel | |
|---|---|
IChannel |
ProxyTestObject.getChannel()
Returns a channel for the object. |
IChannel |
IChannelObject.getChannel()
Gets the channel used by this object. |
IChannel |
ChannelSwitchException.getChannel()
Gets the IChannel associated with this ChannelSwitchException. |
| Methods in com.rational.test.ft.domain with parameters of type IChannel | |
|---|---|
static java.lang.Object |
ChannelObjectMethodInvoker.invokeConstructor(IChannel channel,
java.lang.String className,
java.lang.Class[] signature,
java.lang.Object[] args)
Invokes a constructor (by using reflection). |
static java.lang.Object |
ChannelObjectMethodInvoker.invokeMethod(IChannel channel,
java.lang.Object object,
java.lang.String method,
java.lang.String signature,
java.lang.Object[] args)
Invokes a method (by using reflection) on an object that uses channels. |
static java.lang.Object |
ChannelObjectMethodInvoker.invokeStaticMethod(IChannel channel,
java.lang.String className,
java.lang.String method,
java.lang.Class[] signature,
java.lang.Object[] args)
Invokes a static method (by using reflection) on an object that uses channels. |
| Constructors in com.rational.test.ft.domain with parameters of type IChannel | |
|---|---|
ChannelSwitchException(ChannelRunnable request,
IChannel channel)
Creates a ChannelSwitchException that should be executed on a thread associated
with a specific channel. |
|
| Uses of IChannel in com.rational.test.ft.domain.java |
|---|
| Methods in com.rational.test.ft.domain.java with parameters of type IChannel | |
|---|---|
java.util.Enumeration |
Java2TestDomainImplementation.getTopLevelObjects(IChannel channel)
|
| Uses of IChannel in com.rational.test.ft.domain.java.swt |
|---|
| Methods in com.rational.test.ft.domain.java.swt that return IChannel | |
|---|---|
IChannel |
WidgetProxy.getChannel()
return a channel for the object. |
IChannel |
ToolItemProxy.getChannel()
return a channel for the object. |
IChannel |
SwtProxy.getChannel()
return a channel for the object. |
static IChannel |
SwtChannelMap.getChannel()
Find the channel - if we support multiple, this will have to change to returning an array of channels. |
IChannel |
MenuProxy.getChannel()
return a channel for the object. |
IChannel |
MenuItemProxy.getChannel()
return a channel for the object. |
IChannel |
CoolItemProxy.getChannel()
return a channel for the object. |
IChannel |
ControlProxy.getChannel()
return the channel for the object. |
static IChannel |
SwtChannelMap.getChannel(Widget w)
Find the channel for use with the swt widget |
static IChannel[] |
SwtChannelMap.getChannels()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||