Uses of Class
org.eclipse.swt.internal.cocoa.NSCursor
-
Packages that use NSCursor Package Description org.eclipse.swt.graphics org.eclipse.swt.internal.cocoa -
-
Uses of NSCursor in org.eclipse.swt.graphics
Fields in org.eclipse.swt.graphics declared as NSCursor Modifier and Type Field Description NSCursor
Cursor. handle
the handle to the OS cursor resource (Warning: This field is platform dependent)Methods in org.eclipse.swt.graphics with parameters of type NSCursor Modifier and Type Method Description static Cursor
Cursor. cocoa_new(Device device, NSCursor handle)
Invokes platform specific functionality to allocate a new cursor. -
Uses of NSCursor in org.eclipse.swt.internal.cocoa
Methods in org.eclipse.swt.internal.cocoa that return NSCursor Modifier and Type Method Description static NSCursor
NSCursor. arrowCursor()
static NSCursor
NSCursor. crosshairCursor()
static NSCursor
NSCursor. currentCursor()
static NSCursor
NSCursor. IBeamCursor()
NSCursor
NSCursor. initWithImage(NSImage newImage, NSPoint aPoint)
static NSCursor
NSCursor. operationNotAllowedCursor()
static NSCursor
NSCursor. pointingHandCursor()
static NSCursor
NSCursor. resizeDownCursor()
static NSCursor
NSCursor. resizeLeftCursor()
static NSCursor
NSCursor. resizeLeftRightCursor()
static NSCursor
NSCursor. resizeRightCursor()
static NSCursor
NSCursor. resizeUpCursor()
static NSCursor
NSCursor. resizeUpDownCursor()
Methods in org.eclipse.swt.internal.cocoa with parameters of type NSCursor Modifier and Type Method Description void
NSClipView. setDocumentCursor(NSCursor documentCursor)
-