public abstract class CursorFrame
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
firstPlatformCursor |
private java.lang.Class<?> |
firstPlatformCursorClass |
private java.util.Map<java.lang.Class<?>,java.lang.Object> |
otherPlatformCursors |
Constructor and Description |
---|
CursorFrame() |
Modifier and Type | Method and Description |
---|---|
abstract CursorType |
getCursorType() |
<T> T |
getPlatformCursor(java.lang.Class<T> platformCursorClass) |
<T> void |
setPlatforCursor(java.lang.Class<T> platformCursorClass,
T platformCursor) |
private java.lang.Class<?> firstPlatformCursorClass
private java.lang.Object firstPlatformCursor
private java.util.Map<java.lang.Class<?>,java.lang.Object> otherPlatformCursors
public abstract CursorType getCursorType()
public <T> T getPlatformCursor(java.lang.Class<T> platformCursorClass)
public <T> void setPlatforCursor(java.lang.Class<T> platformCursorClass, T platformCursor)