All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.apple.alpha.core.NativeObject | +----com.apple.alpha.app.Cursor
NSCursor
.
[[NSCursor
alloc] init]
.
- initWithCoder:
on a newly allocated object.
- initWithImage:foregroundColorHint:backgroundColorHint:hotSpot:
on a newly allocated object.
- initWithImage:hotSpot:
on a newly allocated object.
+ arrowCursor
Objective-C class method.
+ currentCursor
Objective-C class method.
- encodeWithCoder:
Objective-C instance method
defined by the Coding
interface
(known as the NSCoding
Objective-C protocol).
+ hide
Objective-C class method.
- hotSpot
Objective-C instance method.
+ IBeamCursor
Objective-C class method.
- image
Objective-C instance method.
- isSetOnMouseEntered
Objective-C instance method.
- isSetOnMouseExited
Objective-C instance method.
- mouseEntered:
Objective-C instance method.
- mouseExited:
Objective-C instance method.
- pop
Objective-C instance method.
+ pop
Objective-C class method.
- push
Objective-C instance method.
- set
Objective-C instance method.
+ setHiddenUntilMouseMoves:
Objective-C class method.
- setOnMouseEntered:
Objective-C instance method.
- setOnMouseExited:
Objective-C instance method.
+ unhide
Objective-C class method.
protected Cursor(boolean shouldAllocate, int objcObject)
public Cursor()
[[NSCursor
alloc] init]
.
public Cursor(Coder aDecoder)
- initWithCoder:
on a newly allocated object.
public Cursor(Image newImage, Point aPoint)
- initWithImage:hotSpot:
on a newly allocated object.
public Cursor(Image newImage, Color fg, Color bg, Point hotSpot)
- initWithImage:foregroundColorHint:backgroundColorHint:hotSpot:
on a newly allocated object.
public static native Cursor currentCursor()
+ currentCursor
Objective-C class method.
public static native Cursor arrowCursor()
+ arrowCursor
Objective-C class method.
public static native Cursor IBeamCursor()
+ IBeamCursor
Objective-C class method.
public static native void hideCursor()
+ hide
Objective-C class method.
public static native void unhideCursor()
+ unhide
Objective-C class method.
public static native void setHiddenUntilMouseMoves(boolean flag)
+ setHiddenUntilMouseMoves:
Objective-C class method.
public static native void popCursor()
+ pop
Objective-C class method.
public native Image image()
- image
Objective-C instance method.
public native Point hotSpot()
- hotSpot
Objective-C instance method.
public native void push()
- push
Objective-C instance method.
public native void pop()
- pop
Objective-C instance method.
public native void set()
- set
Objective-C instance method.
public native void setOnMouseExited(boolean flag)
- setOnMouseExited:
Objective-C instance method.
public native void setOnMouseEntered(boolean flag)
- setOnMouseEntered:
Objective-C instance method.
public native boolean isSetOnMouseExited()
- isSetOnMouseExited
Objective-C instance method.
public native boolean isSetOnMouseEntered()
- isSetOnMouseEntered
Objective-C instance method.
public native void mouseEntered(Event theEvent)
- mouseEntered:
Objective-C instance method.
public native void mouseExited(Event theEvent)
- mouseExited:
Objective-C instance method.
public native void encodeWithCoder(Coder aCoder)
- encodeWithCoder:
Objective-C instance method
defined by the Coding
interface
(known as the NSCoding
Objective-C protocol).
All Packages Class Hierarchy This Package Previous Next Index