Class NSCursor
java.lang.Object
org.eclipse.swt.internal.cocoa.id
org.eclipse.swt.internal.cocoa.NSObject
org.eclipse.swt.internal.cocoa.NSCursor
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic NSCursorstatic NSCursorstatic NSCursorhotSpot()static NSCursorinitWithImage(NSImage newImage, NSPoint aPoint) static NSCursorstatic NSCursorstatic voidpop()voidpush()static NSCursorstatic NSCursorstatic NSCursorstatic NSCursorstatic NSCursorstatic NSCursorvoidset()static voidsetHiddenUntilMouseMoves(boolean flag) voidsetOnMouseEntered(boolean flag) Methods inherited from class NSObject
accessibilityAttributeValue, accessibilitySetOverrideValue, addEventListener, alloc, autorelease, cancelAuthenticationChallenge, className, conformsToProtocol, copy, description, draggedImage, draggingDestinationWindow, draggingLocation, draggingPasteboard, draggingSourceOperationMask, handleEvent, init, isEqual, isEqualTo, isKindOfClass, mutableCopy, outlineView, outlineView, outlineView, outlineView, performSelector, performSelectorOnMainThread, readSelectionFromPasteboard, release, respondsToSelector, retain, retainCount, setValue, superclass, tableView, tableView, tableView, useCredential, valueForKey, writeSelectionToPasteboardMethods inherited from class id
equals, hashCode, objc_getClass, toString
-
Constructor Details
-
NSCursor
public NSCursor() -
NSCursor
public NSCursor(long id) -
NSCursor
-
-
Method Details
-
IBeamCursor
-
arrowCursor
-
crosshairCursor
-
currentCursor
-
hotSpot
-
initWithImage
-
operationNotAllowedCursor
-
pointingHandCursor
-
pop
public static void pop() -
push
public void push() -
resizeDownCursor
-
resizeLeftCursor
-
resizeLeftRightCursor
-
resizeRightCursor
-
resizeUpCursor
-
resizeUpDownCursor
-
set
public void set() -
setHiddenUntilMouseMoves
public static void setHiddenUntilMouseMoves(boolean flag) -
setOnMouseEntered
public void setOnMouseEntered(boolean flag)
-