public class SwtWin32Specific
extends java.lang.Object
Constructor and Description |
---|
SwtWin32Specific() |
Modifier and Type | Method and Description |
---|---|
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) |
public static void scrollPageUp(int handle)
public static void scrollPageDown(int handle)
public static void scrollPageLeft(int handle)
public static void scrollPageRight(int handle)
public static void scrollLineUp(int handle)
public static void scrollLineDown(int handle)
public static void scrollLineLeft(int handle)
public static void scrollLineRight(int handle)
public static void scrollCellIntoView(org.eclipse.swt.widgets.Table table, int nRow, int nColumn, boolean isCheckBox, boolean isHeaderVisible)
public static void scrollPointIntoView(org.eclipse.swt.widgets.Table table, int dx, int dy)