Uses of Class
com.jniwrapper.macosx.cocoa.nscursor.NSCursor

Packages that use NSCursor
com.jniwrapper.macosx.cocoa.nsclipview   
com.jniwrapper.macosx.cocoa.nsscrollview   
com.jniwrapper.macosx.cocoa.nsview   
 

Uses of NSCursor in com.jniwrapper.macosx.cocoa.nsclipview
 

Methods in com.jniwrapper.macosx.cocoa.nsclipview with parameters of type NSCursor
 void NSClipView.setDocumentCursor(NSCursor anObj)
           
 

Uses of NSCursor in com.jniwrapper.macosx.cocoa.nsscrollview
 

Methods in com.jniwrapper.macosx.cocoa.nsscrollview with parameters of type NSCursor
 void NSScrollView.setDocumentCursor(NSCursor anObj)
           
 

Uses of NSCursor in com.jniwrapper.macosx.cocoa.nsview
 

Methods in com.jniwrapper.macosx.cocoa.nsview with parameters of type NSCursor
 void NSView.removeCursorRect_cursor(NSRect aRect, NSCursor anObj)
          This method represents the removeCursorRect() method of the NSView Objective-C class.
 void NSView.addCursorRect_cursor(NSRect aRect, NSCursor anObj)
          This method represents the addCursorRect() method of the NSView Objective-C class.