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 NSCursorCursor. handlethe 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 CursorCursor. 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 NSCursorNSCursor. arrowCursor()static NSCursorNSCursor. crosshairCursor()static NSCursorNSCursor. currentCursor()static NSCursorNSCursor. IBeamCursor()NSCursorNSCursor. initWithImage(NSImage newImage, NSPoint aPoint)static NSCursorNSCursor. operationNotAllowedCursor()static NSCursorNSCursor. pointingHandCursor()static NSCursorNSCursor. resizeDownCursor()static NSCursorNSCursor. resizeLeftCursor()static NSCursorNSCursor. resizeLeftRightCursor()static NSCursorNSCursor. resizeRightCursor()static NSCursorNSCursor. resizeUpCursor()static NSCursorNSCursor. resizeUpDownCursor()Methods in org.eclipse.swt.internal.cocoa with parameters of type NSCursor Modifier and Type Method Description voidNSClipView. setDocumentCursor(NSCursor documentCursor)
-