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

Project Version 2.3

com.rational.test.ft.domain.java.swt
Class SwtWin32Specific

java.lang.Object   extended by com.rational.test.ft.domain.java.swt.SwtWin32Specific

public class SwtWin32Specific
extends java.lang.Object


Constructor Summary
SwtWin32Specific()
           
 
Method Summary
static void scrollCellIntoView(org.eclipse.swt.widgets.Table table, int nRow, int nColumn, boolean isCheckBox, boolean isHeaderVisible)
           
static void scrollLineDown(int handle)
           
static void scrollLineLeft(int handle)
           
static void scrollLineRight(int handle)
           
static void scrollLineUp(int handle)
           
static void scrollPageDown(int handle)
           
static void scrollPageLeft(int handle)
           
static void scrollPageRight(int handle)
           
static void scrollPageUp(int handle)
           
static void scrollPointIntoView(org.eclipse.swt.widgets.Table table, int dx, int dy)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SwtWin32Specific

public SwtWin32Specific()
Method Detail

scrollPageUp

public static void scrollPageUp(int handle)

scrollPageDown

public static void scrollPageDown(int handle)

scrollPageLeft

public static void scrollPageLeft(int handle)

scrollPageRight

public static void scrollPageRight(int handle)

scrollLineUp

public static void scrollLineUp(int handle)

scrollLineDown

public static void scrollLineDown(int handle)

scrollLineLeft

public static void scrollLineLeft(int handle)

scrollLineRight

public static void scrollLineRight(int handle)

scrollCellIntoView

public static void scrollCellIntoView(org.eclipse.swt.widgets.Table table,                                       int nRow,                                       int nColumn,                                       boolean isCheckBox,                                       boolean isHeaderVisible)

scrollPointIntoView

public static void scrollPointIntoView(org.eclipse.swt.widgets.Table table,                                        int dx,                                        int dy)