Uses of Class
com.jniwrapper.macosx.cocoa.nsgeometry.NSPointPointer

Packages that use NSPointPointer
com.jniwrapper.macosx.cocoa.nstableview   
com.jniwrapper.macosx.cocoa.nstextview   
 

Uses of NSPointPointer in com.jniwrapper.macosx.cocoa.nstableview
 

Methods in com.jniwrapper.macosx.cocoa.nstableview with parameters of type NSPointPointer
 com.jniwrapper.Pointer.Void NSTableView.dragImageForRows_event_dragImageOffset(NSArray dragRows, NSEvent dragEvent, NSPointPointer dragImageOffset)
          This method represents the dragImageForRows() method of the NSTableView Objective-C class.
 

Uses of NSPointPointer in com.jniwrapper.macosx.cocoa.nstextview
 

Methods in com.jniwrapper.macosx.cocoa.nstextview with parameters of type NSPointPointer
 com.jniwrapper.Pointer.Void NSTextView.dragImageForSelectionWithEvent_origin(NSEvent event, NSPointPointer origin)
          This method represents the dragImageForSelectionWithEvent() method of the NSTextView Objective-C class.