| Modifier and Type | Class and Description |
|---|---|
class |
BaseChannel
Provides a base channel implementation.
|
class |
ThreadChannel
Implements a channel that provides thread
affinity to a GUI thread.
|
| Modifier and Type | Method and Description |
|---|---|
IChannel |
ProxyTestObject.getChannel()
Returns a channel for the object.
|
IChannel |
ChannelSwitchException.getChannel()
Gets the
IChannel associated with this ChannelSwitchException. |
IChannel |
IChannelObject.getChannel()
Gets the channel used by this object.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
ChannelSwitchException(ChannelRunnable request,
IChannel channel)
Creates a
ChannelSwitchException that should be executed on a thread associated
with a specific channel. |
| Constructor and Description |
|---|
FlexAccordionProxy(FlexTestDomainImplementation theDomain,
IChannel channel,
java.lang.String theAutomationID) |
FlexAdvancedDataGridProxy(FlexTestDomainImplementation theDomain,
IChannel channel,
java.lang.String theAutomationID) |
FlexAlertProxy(FlexTestDomainImplementation theDomain,
IChannel channel,
java.lang.String theAutomationID) |
FlexApplicationProxy(FlexTestDomainImplementation theDomain,
IChannel channel,
java.lang.String theAutomationID) |
FlexAreaSeriesProxy(FlexTestDomainImplementation theDomain,
IChannel channel,
java.lang.String theAutomationID) |
FlexBarSeriesProxy(FlexTestDomainImplementation theDomain,
IChannel channel,
java.lang.String theAutomationID) |
FlexBoxProxy(FlexTestDomainImplementation theDomain,
IChannel channel,
java.lang.String theAutomationID) |
FlexBubbleSeriesProxy(FlexTestDomainImplementation theDomain,
IChannel channel,
java.lang.String theAutomationID) |
FlexButtonBarProxy(FlexTestDomainImplementation theDomain,
IChannel channel,
java.lang.String theAutomationID) |
FlexButtonProxy(FlexTestDomainImplementation theDomain,
IChannel channel,
java.lang.String theAutomationID) |
FlexCartesianChartProxy(FlexTestDomainImplementation theDomain,
IChannel channel,
java.lang.String theAutomationID) |
FlexChartProxy(FlexTestDomainImplementation theDomain,
IChannel channel,
java.lang.String theAutomationID) |
FlexChartSeriesProxy(FlexTestDomainImplementation theDomain,
IChannel channel,
java.lang.String theAutomationID) |
FlexColorPickerProxy(FlexTestDomainImplementation theDomain,
IChannel channel,
java.lang.String theAutomationID) |
FlexColumnSeriesProxy(FlexTestDomainImplementation theDomain,
IChannel channel,
java.lang.String theAutomationID) |
FlexComboBoxProxy(FlexTestDomainImplementation theDomain,
IChannel channel,
java.lang.String theAutomationID) |
FlexContainerProxy(FlexTestDomainImplementation theDomain,
IChannel channel,
java.lang.String theAutomationID) |
FlexDataGridProxy(FlexTestDomainImplementation theDomain,
IChannel channel,
java.lang.String theAutomationID) |
FlexDateChooserProxy(FlexTestDomainImplementation theDomain,
IChannel channel,
java.lang.String theAutomationID) |
FlexDividedBoxProxy(FlexTestDomainImplementation theDomain,
IChannel channel,
java.lang.String theAutomationID) |
FlexHLOCSeriesProxy(FlexTestDomainImplementation theDomain,
IChannel channel,
java.lang.String theAutomationID) |
FlexLabelProxy(FlexTestDomainImplementation theDomain,
IChannel channel,
java.lang.String theAutomationID) |
FlexLineSeriesProxy(FlexTestDomainImplementation theDomain,
IChannel channel,
java.lang.String theAutomationID) |
FlexLinkBarProxy(FlexTestDomainImplementation theDomain,
IChannel channel,
java.lang.String theAutomationID) |
FlexListBaseProxy(FlexTestDomainImplementation theDomain,
IChannel channel,
java.lang.String theAutomationID) |
FlexListLabelProxy(FlexTestDomainImplementation theDomain,
IChannel channel,
java.lang.String theAutomationID) |
FlexListProxy(FlexTestDomainImplementation theDomain,
IChannel channel,
java.lang.String theAutomationID) |
FlexMenuBarProxy(FlexTestDomainImplementation theDomain,
IChannel channel,
java.lang.String theAutomationID) |
FlexMenuProxy(FlexTestDomainImplementation theDomain,
IChannel channel,
java.lang.String theAutomationID) |
FlexNumericStepperProxy(FlexTestDomainImplementation theDomain,
IChannel channel,
java.lang.String theAutomationID) |
FlexObjectProxy(FlexTestDomainImplementation theDomain,
IChannel channel,
java.lang.String theAutomationID) |
FlexPanelProxy(FlexTestDomainImplementation theDomain,
IChannel channel,
java.lang.String theAutomationID) |
FlexPieSeriesProxy(FlexTestDomainImplementation theDomain,
IChannel channel,
java.lang.String theAutomationID) |
FlexPlotSeriesProxy(FlexTestDomainImplementation theDomain,
IChannel channel,
java.lang.String theAutomationID) |
FlexPopUpButtonProxy(FlexTestDomainImplementation theDomain,
IChannel channel,
java.lang.String theAutomationID) |
FlexProgressBarProxy(FlexTestDomainImplementation theDomain,
IChannel channel,
java.lang.String theAutomationID) |
FlexRichTextEditorProxy(FlexTestDomainImplementation theDomain,
IChannel channel,
java.lang.String theAutomationID) |
FlexScrollControlBaseProxy(FlexTestDomainImplementation theDomain,
IChannel channel,
java.lang.String theAutomationID) |
FlexSliderProxy(FlexTestDomainImplementation theDomain,
IChannel channel,
java.lang.String theAutomationID) |
FlexTabNavigatorProxy(FlexTestDomainImplementation theDomain,
IChannel channel,
java.lang.String theAutomationID) |
FlexTextAreaProxy(FlexTestDomainImplementation theDomain,
IChannel channel,
java.lang.String theAutomationID) |
FlexTitleWindowProxy(FlexTestDomainImplementation theDomain,
IChannel channel,
java.lang.String theAutomationID) |
FlexToggleButtonBarProxy(FlexTestDomainImplementation theDomain,
IChannel channel,
java.lang.String theAutomationID) |
FlexTreePathProxy(FlexTestDomainImplementation theDomain,
IChannel channel,
java.lang.String theAutomationID) |
FlexTreeProxy(FlexTestDomainImplementation theDomain,
IChannel channel,
java.lang.String theAutomationID) |
FlexVideoDisplayProxy(FlexTestDomainImplementation theDomain,
IChannel channel,
java.lang.String theAutomationID) |
FlexViewStackProxy(FlexTestDomainImplementation theDomain,
IChannel channel,
java.lang.String theAutomationID) |
SparkDataGridProxy(FlexTestDomainImplementation theDomain,
IChannel channel,
java.lang.String theAutomationID) |
SparkRichEditableTextProxy(FlexTestDomainImplementation theDomain,
IChannel channel,
java.lang.String theAutomationID) |
SparkVolumeBarProxy(FlexTestDomainImplementation theDomain,
IChannel channel,
java.lang.String theAutomationID) |
| Modifier and Type | Field and Description |
|---|---|
IChannel |
HtmlTestDomainImplementation.FlexChannelElementInfo.channel |
protected IChannel |
ActiveXProxy.channel |
protected IChannel |
HtmlProxy.channel |
| Modifier and Type | Method and Description |
|---|---|
IChannel |
ActiveXProxy.getChannel()
Return the channel associated with this object.
|
IChannel |
HtmlProxy.getChannel()
Return the channel associated with this object.
|
| Modifier and Type | Method and Description |
|---|---|
ProxyTestObject |
IHtmlTestSubDomainImplementation.getControlProxy(HtmlProxy proxy,
IChannel channel,
long nativeHandle,
IBrowserCommunicator jswrap)
Determines whether this is a graphical domain.
|
ProxyTestObject |
HtmlProxyMap.getCustomHtmlProxy(java.lang.Object customProxy,
HtmlTestDomainImplementation domain,
long nativeHandle,
IChannel channel,
java.lang.String customClassNameValuePair,
CachedData cachedData)
get the proxy associated with an Html Dojo object.
|
ProxyTestObject |
HtmlTestDomainImplementation.getCustomProxy(long nativeHandle,
IChannel channel,
java.lang.String customObjectClass,
CachedData cachedData) |
ProxyTestObject |
HtmlTestDomainImplementation.getDojoProxy(long nativeHandle,
IChannel channel,
IBrowserCommunicator jswrap)
Creates the proxy that handles the object indicated by the
nativeHandle. |
ProxyTestObject |
HtmlProxyMap.getProxy(HtmlTestDomainImplementation domain,
IChannel channel,
long nativeHandle,
boolean includeCustomProxies,
IBrowserCommunicator jswarp) |
ProxyTestObject |
HtmlProxyMap.getProxy(HtmlTestDomainImplementation domain,
IChannel channel,
long nativeHandle,
IBrowserCommunicator jswarp) |
ProxyTestObject |
HtmlProxyMap.getProxy(HtmlTestDomainImplementation domain,
IChannel channel,
long nativeHandle,
long docHandle,
boolean includeCustomProxies,
IBrowserCommunicator jswarp)
get the proxy associated with an Html object.
|
ProxyTestObject |
HtmlTestDomainImplementation.getProxy(long nativeHandle,
IChannel channel,
IBrowserCommunicator jswrap) |
ProxyTestObject |
HtmlTestDomainImplementation.getProxy(long nativeHandle,
IChannel channel,
IBrowserCommunicator jswrap,
boolean includeCustomProxies)
Creates the proxy that handles the object indicated by the
nativeHandle. |
ProxyTestObject |
HtmlTestDomainImplementation.getProxy(long nativeHandle,
long docHandle,
IChannel channel,
IBrowserCommunicator jswrap,
boolean includeCustomProxies) |
void |
ActiveXProxy.initialize(HtmlTestDomainImplementation domain,
IChannel channel) |
| Modifier and Type | Method and Description |
|---|---|
ProxyTestObject |
DojoTestSubDomainImplementation.getControlProxy(HtmlProxy proxy,
IChannel channel,
long nativeHandle,
IBrowserCommunicator jswarp) |
HtmlProxy |
DojoTestSubDomainImplementation.getControlProxyInternal(HtmlProxy proxy,
IChannel channel,
long nativeHandle,
IBrowserCommunicator jswrap) |
static HtmlProxy |
DojoTimeMenuProxy.getCustomProxy(HtmlProxy defaultProxy,
HtmlTestDomainImplementation domain,
IChannel channel,
IBrowserCommunicator jswrap) |
static HtmlProxy |
DojoSplitContainerSizerProxy.getCustomProxy(HtmlProxy defaultProxy,
HtmlTestDomainImplementation domain,
IChannel channel,
IBrowserCommunicator jswrap) |
static HtmlProxy |
DojoFloatingPaneProxy.getCustomProxy(HtmlProxy defaultProxy,
HtmlTestDomainImplementation domain,
IChannel channel,
IBrowserCommunicator jswrap) |
static HtmlProxy |
DojoGridProxy.getCustomProxy(HtmlProxy defaultProxy,
HtmlTestDomainImplementation domain,
IChannel channel,
IBrowserCommunicator jswrap) |
static HtmlProxy |
DojoSelectableMenuItemProxy.getCustomProxy(HtmlProxy defaultProxy,
HtmlTestDomainImplementation domain,
IChannel channel,
IBrowserCommunicator jswrap) |
static HtmlProxy |
DojoComboboxDropdownProxy.getCustomProxy(HtmlProxy defaultProxy,
HtmlTestDomainImplementation domain,
IChannel channel,
IBrowserCommunicator jswrap) |
static HtmlProxy |
DojoAccordionPaneProxy.getCustomProxy(HtmlProxy defaultProxy,
HtmlTestDomainImplementation domain,
IChannel channel,
IBrowserCommunicator jswrap) |
static HtmlProxy |
DojoTabContainerProxy.getCustomProxy(HtmlProxy defaultProxy,
HtmlTestDomainImplementation domain,
IChannel channel,
IBrowserCommunicator jswrap) |
static HtmlProxy |
DojoSpinnerProxy.getCustomProxy(HtmlProxy defaultProxy,
HtmlTestDomainImplementation domain,
IChannel channel,
IBrowserCommunicator jswarp) |
static HtmlProxy |
DojoTitlePaneProxy.getCustomProxy(HtmlProxy defaultProxy,
HtmlTestDomainImplementation domain,
IChannel channel,
IBrowserCommunicator jswrap) |
static HtmlProxy |
DojoTooltipProxy.getCustomProxy(HtmlProxy defaultProxy,
HtmlTestDomainImplementation domain,
IChannel channel,
IBrowserCommunicator jswrap) |
static HtmlProxy |
DojoTreeProxy.getCustomProxy(HtmlProxy defaultProxy,
HtmlTestDomainImplementation domain,
IChannel channel,
IBrowserCommunicator jswrap) |
static HtmlProxy |
DojoColorPaletteProxy.getCustomProxy(HtmlProxy defaultProxy,
HtmlTestDomainImplementation domain,
IChannel channel,
IBrowserCommunicator jswrap) |
static HtmlProxy |
DojoCalendarProxy.getCustomProxy(HtmlProxy defaultProxy,
HtmlTestDomainImplementation domain,
IChannel channel,
IBrowserCommunicator jswrap) |
static HtmlProxy |
DojoTextBoxProxy.getCustomProxy(HtmlProxy defaultProxy,
HtmlTestDomainImplementation domain,
IChannel channel,
IBrowserCommunicator jswrap) |
static HtmlProxy |
DojoTooltipDialogProxy.getCustomProxy(HtmlProxy defaultProxy,
HtmlTestDomainImplementation domain,
IChannel channel,
IBrowserCommunicator jswrap) |
static HtmlProxy |
DojoEditorProxy.getCustomProxy(HtmlProxy defaultProxy,
HtmlTestDomainImplementation domain,
IChannel channel,
IBrowserCommunicator jswrap) |
static HtmlProxy |
DojoGenericProxy.getCustomProxy(HtmlProxy defaultProxy,
HtmlTestDomainImplementation domain,
IChannel channel,
IBrowserCommunicator jswrap) |
static HtmlProxy |
DojoComboboxProxy.getCustomProxy(HtmlProxy defaultProxy,
HtmlTestDomainImplementation domain,
IChannel channel,
IBrowserCommunicator jswrap) |
static HtmlProxy |
DojoMenuItemProxy.getCustomProxy(HtmlProxy defaultProxy,
HtmlTestDomainImplementation domain,
IChannel channel,
IBrowserCommunicator jswrap) |
static HtmlProxy |
DojoSliderProxy.getCustomProxy(HtmlProxy defaultProxy,
HtmlTestDomainImplementation domain,
IChannel channel,
IBrowserCommunicator jswrap) |
static HtmlProxy |
DojoFieldsetProxy.getCustomProxy(HtmlProxy defaultProxy,
HtmlTestDomainImplementation domain,
IChannel channel,
IBrowserCommunicator jswrap) |
static HtmlProxy |
DojoTextareaProxy.getCustomProxy(HtmlProxy defaultProxy,
HtmlTestDomainImplementation domain,
IChannel channel,
IBrowserCommunicator jswrap) |
static HtmlProxy |
DojoGridCellProxy.getCustomProxy(HtmlProxy defaultProxy,
HtmlTestDomainImplementation domain,
IChannel channel,
IBrowserCommunicator jswrap) |
static HtmlProxy |
DojoPopupProxy.getCustomProxy(HtmlProxy defaultProxy,
HtmlTestDomainImplementation domain,
IChannel channel,
IBrowserCommunicator jswrap) |
static HtmlProxy |
DojoAccordionProxy.getCustomProxy(HtmlProxy defaultProxy,
HtmlTestDomainImplementation domain,
IChannel channel,
IBrowserCommunicator jswrap) |
static HtmlProxy |
DojoDialogProxy.getCustomProxy(HtmlProxy defaultProxy,
HtmlTestDomainImplementation domain,
IChannel channel,
IBrowserCommunicator jswrap) |
static HtmlProxy |
DojoPushbuttonProxy.getCustomProxy(HtmlProxy defaultProxy,
HtmlTestDomainImplementation domain,
IChannel channel,
IBrowserCommunicator jswrap) |
static HtmlProxy |
DojoMenuProxy.getCustomProxy(HtmlProxy defaultProxy,
HtmlTestDomainImplementation domain,
IChannel channel,
IBrowserCommunicator jswrap) |
static HtmlProxy |
DojoContainerProxy.getCustomProxy(HtmlProxy defaultProxy,
HtmlTestDomainImplementation domain,
IChannel channel,
IBrowserCommunicator jswrap) |
| Modifier and Type | Method and Description |
|---|---|
abstract ProxyTestObject |
HtmlTestSubDomainImplementation.getControlProxy(HtmlProxy proxy,
IChannel channel,
long nativeHandle,
IBrowserCommunicator jswrap)
Determines whether this is a graphical domain.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Enumeration |
Java2TestDomainImplementation.getTopLevelObjects(IChannel channel) |
| Modifier and Type | Method and Description |
|---|---|
IChannel |
EclipsePlatformProxy.getChannel() |
| Modifier and Type | Method and Description |
|---|---|
IChannel |
PaletteProxy.getChannel()
return the channel for the object.
|
IChannel |
EditPartProxy.getChannel()
return the channel for the object.
|
IChannel |
FigureProxy.getChannel()
return the channel for the object.
|
| Modifier and Type | Method and Description |
|---|---|
static java.awt.Point |
GefUtils.getLocationOnScreenFromControl(Control control,
IChannel channel)
Return the location on the screen for an swt control
|
| Modifier and Type | Method and Description |
|---|---|
IChannel |
SwtProxy.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 |
MenuProxy.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 |
ToolItemProxy.getChannel()
return a channel for the object.
|
IChannel |
WidgetProxy.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.getChannel(Window window) |
static IChannel[] |
SwtChannelMap.getChannels() |