IBM Rational Functional Tester
Version 8.0
IBM Rational Functional Tester Proxy SDK Reference

Project Version 2.3

Package com.rational.test.ft.domain.java.swt

Provides the proxy classes that directly access SWT classes in the Software Under Test.

See:
          Description

Class Summary
ButtonProxy This is the proxy class for org.eclipse.swt.widgets.Control.Button.
CComboProxy This is the proxy class for org.eclipse.swt.custom.CCombo.
CLabelProxy This is the proxy class for org.eclipse.jface.widgets.CLabel.
ColorPropertyConverter This class is a property converter for SWT colors.
ComboProxy This is the proxy class for org.eclipse.swt.widgets.Combo.
CompositeProxy The proxy class for org.eclipse.swt.widgets.Composite.
ControlProxy This is the proxy class for org.eclipse.swt.widgets.Control.
CoolBarProxy This is the proxy class for org.eclipse.swt.widgets.CoolBar.
CoolItemProxy This is the proxy class for org.eclipse.swt.widgets.CoolItem.
CTabFolderProxy This is the proxy class for org.eclipse.swt.custom.CTabFolder.
CTabItemProxy  
EmbeddedShellProxy  
FontPropertyConverter  
GroupProxy This is the proxy class for org.eclipse.swt.widgets.Group.
ItemProxy This is the proxy class for org.eclipse.swt.widgets.Item.
LabelProxy This is the proxy class for org.eclipse.swt.widgets.Control.Label.
ListProxy This is the proxy class for org.eclipse.swt.widgets.List.
MenuItemProxy Proxy for SWT MenuItem objects.
MenuProxy Proxy for SWT Menu objects.
PointValueConverter  
RectangleValueConverter  
SashFormProxy Proxy class for org.eclipse.swt.custom.SashForm.
SashProxy This is the proxy class for org.eclipse.swt.widgets.Sash.
ScaleProxy This is the proxy class for org.eclipse.swt.widgets.Scale.
ScrollableProxy This is the proxy class for org.eclipse.swt.widgets.Control.Scrollable.
ScrollableSwtGraphicalSubitemProxy Abstract proxy class implements IGraphicalSubitem.
ScrollBarProxy This is the proxy class for org.eclipse.swt.widgets.ScrollBar.
ShellFinder Enumerate the shells in an SWT Display.
ShellProxy This is the proxy class for org.eclipse.swt.widgets.Shell.
SliderProxy This is the proxy class for org.eclipse.swt.widgets.Slider.
SpinnerProxy This is the proxy class for org.eclipse.swt.widgets.Spinner.
SwtChannelMap This class provides access to the channels for SWT objects.
SwtGraphicalSubitemProxy Abstract proxy class implements IGraphicalSubitem.
SwtProxy This is the proxy class for generic swt, non-gui objects.
SwtWin32Specific  
TabFolderProxy This is the proxy class for org.eclipse.swt.widgets.TabFolder.
TableProxy This is the proxy class for org.eclipse.swt.widgets.Table.
TableTreeProxy This is the proxy class for org.eclipse.swt.custom.TableTree.
TextProxy This is the proxy class for org.eclipse.swt.widgets.Text.
ToolBarProxy This is the proxy class for org.eclipse.swt.widgets.ToolBar.
ToolItemProxy This is the proxy class for org.eclipse.swt.widgets.ToolItem.
TreeProxy This is the proxy class for org.eclipse.swt.widgets.Tree.
ViewFormProxy This is the proxy class for org.eclipse.swt.custom.ViewForm.
WidgetProxy This is the proxy class for org.eclipse.swt.widgets.Widget.
 

Package com.rational.test.ft.domain.java.swt Description

Provides the proxy classes that directly access SWT classes in the Software Under Test. SWT classes are used in the eclipse platform. See www.eclipse.org for details. The base class for SWT proxies is ControlProxy.

SWT proxies are more complicated than other Java proxies because SWT widgets have thread affinity. Proxy implementers must ensure that the proxy methods invoked in the proper thread. Most proxy methods will be initially called in the SWT UI thread. The proxy can continue execution on the

Audience

This package is for proxy writers.

Since:
RFT1.0