Uses of Class
com.jniwrapper.macosx.cocoa.nstableview.NSTableViewDropOperation

Packages that use NSTableViewDropOperation
com.jniwrapper.macosx.cocoa.nsobject   
com.jniwrapper.macosx.cocoa.nstableview   
 

Uses of NSTableViewDropOperation in com.jniwrapper.macosx.cocoa.nsobject
 

Methods in com.jniwrapper.macosx.cocoa.nsobject with parameters of type NSTableViewDropOperation
 com.jniwrapper.Bool NSObject.tableView_acceptDrop_row_dropOperation(NSTableView tv, Id info, com.jniwrapper.Int row, NSTableViewDropOperation op)
          This method represents the tableView() method of the NSObject Objective-C class.
 NSDragOperation NSObject.tableView_validateDrop_proposedRow_proposedDropOperation(NSTableView tv, Id info, com.jniwrapper.Int row, NSTableViewDropOperation op)
          This method represents the tableView() method of the NSObject Objective-C class.
 

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

Methods in com.jniwrapper.macosx.cocoa.nstableview with parameters of type NSTableViewDropOperation
 void NSTableView.setDropRow_dropOperation(com.jniwrapper.Int row, NSTableViewDropOperation op)
          This method represents the setDropRow() method of the NSTableView Objective-C class.