Package org.eclipse.swt.internal.cocoa
Class NSCursor
- java.lang.Object
-
- org.eclipse.swt.internal.cocoa.id
-
- org.eclipse.swt.internal.cocoa.NSObject
-
- org.eclipse.swt.internal.cocoa.NSCursor
-
public class NSCursor extends NSObject
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NSCursor
arrowCursor()
static NSCursor
crosshairCursor()
static NSCursor
currentCursor()
static NSCursor
IBeamCursor()
NSCursor
initWithImage(NSImage newImage, NSPoint aPoint)
static NSCursor
operationNotAllowedCursor()
static NSCursor
pointingHandCursor()
static void
pop()
void
push()
static NSCursor
resizeDownCursor()
static NSCursor
resizeLeftCursor()
static NSCursor
resizeLeftRightCursor()
static NSCursor
resizeRightCursor()
static NSCursor
resizeUpCursor()
static NSCursor
resizeUpDownCursor()
void
set()
static void
setHiddenUntilMouseMoves(boolean flag)
void
setOnMouseEntered(boolean flag)
-
Methods inherited from class org.eclipse.swt.internal.cocoa.NSObject
accessibilityAttributeValue, accessibilitySetOverrideValue, addEventListener, alloc, autorelease, cancelAuthenticationChallenge, className, conformsToProtocol, copy, description, draggedImage, draggingDestinationWindow, draggingLocation, draggingPasteboard, draggingSourceOperationMask, handleEvent, init, isEqual, isKindOfClass, mutableCopy, outlineView, outlineView, outlineView, performSelector, performSelectorOnMainThread, readSelectionFromPasteboard, release, respondsToSelector, retain, retainCount, setValue, superclass, tableView, tableView, useCredential, valueForKey, writeSelectionToPasteboard
-
Methods inherited from class org.eclipse.swt.internal.cocoa.id
equals, hashCode, objc_getClass, toString
-
-
-
-
Constructor Detail
-
NSCursor
public NSCursor()
-
NSCursor
public NSCursor(long id)
-
NSCursor
public NSCursor(id id)
-
-
Method Detail
-
IBeamCursor
public static NSCursor IBeamCursor()
-
arrowCursor
public static NSCursor arrowCursor()
-
crosshairCursor
public static NSCursor crosshairCursor()
-
currentCursor
public static NSCursor currentCursor()
-
operationNotAllowedCursor
public static NSCursor operationNotAllowedCursor()
-
pointingHandCursor
public static NSCursor pointingHandCursor()
-
pop
public static void pop()
-
push
public void push()
-
resizeDownCursor
public static NSCursor resizeDownCursor()
-
resizeLeftCursor
public static NSCursor resizeLeftCursor()
-
resizeLeftRightCursor
public static NSCursor resizeLeftRightCursor()
-
resizeRightCursor
public static NSCursor resizeRightCursor()
-
resizeUpCursor
public static NSCursor resizeUpCursor()
-
resizeUpDownCursor
public static NSCursor resizeUpDownCursor()
-
set
public void set()
-
setHiddenUntilMouseMoves
public static void setHiddenUntilMouseMoves(boolean flag)
-
setOnMouseEntered
public void setOnMouseEntered(boolean flag)
-
-