public class SwtChannelMap
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static com.rational.test.ft.domain.IChannel |
getChannel()
Find the channel - if we support multiple, this will have to change
to returning an array of channels.
|
static com.rational.test.ft.domain.IChannel |
getChannel(org.eclipse.swt.widgets.Widget w)
Find the channel for use with the swt widget
|
static com.rational.test.ft.domain.IChannel |
getChannel(com.rational.test.ft.sys.graphical.Window window) |
static com.rational.test.ft.domain.IChannel[] |
getChannels() |
static void |
register()
Note that for now, there is only a single swt channel supported!
|
public static void register()
public static com.rational.test.ft.domain.IChannel getChannel(org.eclipse.swt.widgets.Widget w)
public static com.rational.test.ft.domain.IChannel getChannel()
public static com.rational.test.ft.domain.IChannel[] getChannels()
public static com.rational.test.ft.domain.IChannel getChannel(com.rational.test.ft.sys.graphical.Window window)