Package | Description |
---|---|
org.eclipse.swt.custom | |
org.eclipse.swt.graphics | |
org.eclipse.swt.widgets |
Modifier and Type | Method and Description |
---|---|
void |
StyledText.setCursor(Cursor cursor)
Sets the receiver's cursor to the cursor specified by the
argument.
|
Modifier and Type | Method and Description |
---|---|
static Cursor |
Cursor.win32_new(Device device,
int handle)
Invokes platform specific functionality to allocate a new cursor.
|
Modifier and Type | Method and Description |
---|---|
Cursor |
Control.getCursor()
Returns the receiver's cursor, or null if it has not been set.
|
Cursor |
Display.getSystemCursor(int id)
Returns the matching standard platform cursor for the given
constant, which should be one of the cursor constants
specified in class
SWT . |
Modifier and Type | Method and Description |
---|---|
void |
Tracker.setCursor(Cursor newCursor)
Sets the
Cursor of the Tracker. |
void |
Control.setCursor(Cursor cursor)
Sets the receiver's cursor to the cursor specified by the
argument, or to the default cursor for that kind of control
if the argument is null.
|
Copyright © 2017. All Rights Reserved.