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