Modifier and Type | Method and Description |
---|---|
abstract Cursor |
Application.createCursor(int type) |
abstract Cursor |
Application.createCursor(int x,
int y,
Pixels pixels) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
Window._setCursor(long ptr,
Cursor cursor) |
void |
Window.setCursor(Cursor cursor)
Sets given cursor as the cursor for this window.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
GtkCursor |
Modifier and Type | Method and Description |
---|---|
Cursor |
GtkApplication.createCursor(int type) |
Cursor |
GtkApplication.createCursor(int x,
int y,
Pixels pixels) |
Modifier and Type | Method and Description |
---|---|
protected void |
GtkWindow._setCursor(long ptr,
Cursor cursor) |
private void |
GtkWindow._setCustomCursor(long ptr,
Cursor cursor) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
IosCursor
iOS platform implementation class of glass Cursor.
|
Modifier and Type | Method and Description |
---|---|
Cursor |
IosApplication.createCursor(int type) |
Cursor |
IosApplication.createCursor(int x,
int y,
Pixels pixels) |
Modifier and Type | Method and Description |
---|---|
protected void |
IosWindow._setCursor(long ptr,
Cursor cursor) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
LensCursor |
Modifier and Type | Method and Description |
---|---|
Cursor |
LensApplication.createCursor(int type) |
Cursor |
LensApplication.createCursor(int x,
int y,
Pixels pixels) |
Modifier and Type | Method and Description |
---|---|
protected void |
LensWindow._setCursor(long ptr,
Cursor cursor) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
MacCursor
MacOSX platform implementation class for Cursor.
|
Modifier and Type | Method and Description |
---|---|
Cursor |
MacApplication.createCursor(int type) |
Cursor |
MacApplication.createCursor(int x,
int y,
Pixels pixels) |
Modifier and Type | Method and Description |
---|---|
protected void |
MacWindow._setCursor(long ptr,
Cursor cursor) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
MonocleCursor |
Modifier and Type | Method and Description |
---|---|
Cursor |
MonocleApplication.createCursor(int type) |
Cursor |
MonocleApplication.createCursor(int x,
int y,
Pixels pixels) |
Modifier and Type | Method and Description |
---|---|
protected void |
MonocleWindow._setCursor(long ptr,
Cursor cursor) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
SWTCursor |
Modifier and Type | Method and Description |
---|---|
Cursor |
SWTApplication.createCursor(int type) |
Cursor |
SWTApplication.createCursor(int x,
int y,
Pixels pixels) |
Modifier and Type | Method and Description |
---|---|
protected void |
SWTWindow._setCursor(long ptr,
Cursor cursor) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
WinCursor
MS Windows platform implementation class for Cursor.
|
Modifier and Type | Method and Description |
---|---|
Cursor |
WinApplication.createCursor(int type) |
Cursor |
WinApplication.createCursor(int x,
int y,
Pixels pixels) |
Modifier and Type | Method and Description |
---|---|
protected void |
WinWindow._setCursor(long ptr,
Cursor cursor) |
Modifier and Type | Method and Description |
---|---|
private static Cursor |
CursorUtils.createPlatformCursor(CursorFrame cursorFrame) |
private static Cursor |
CursorUtils.createPlatformImageCursor(ImageCursorFrame imageCursorFrame) |
private static Cursor |
CursorUtils.createPlatformImageCursor(int x,
int y,
int width,
int height,
java.lang.Object buffer) |
private static Cursor |
CursorUtils.createPlatformImageCursor(java.lang.Object platformImage,
float hotspotX,
float hotspotY) |
static Cursor |
CursorUtils.getPlatformCursor(CursorFrame cursorFrame) |