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

Packages that use NSTableView
com.jniwrapper.macosx.cocoa.nsobject   
com.jniwrapper.macosx.cocoa.nsoutlineview   
com.jniwrapper.macosx.cocoa.nstablecolumn   
com.jniwrapper.macosx.cocoa.nstableheaderview   
 

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

Methods in com.jniwrapper.macosx.cocoa.nsobject with parameters of type NSTableView
 com.jniwrapper.Bool NSObject.tableView_writeRows_toPasteboard(NSTableView tv, NSArray rows, NSPasteboard pboard)
          This method represents the tableView() method of the NSObject Objective-C class.
 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.
 void NSObject.tableView_sortDescriptorsDidChange(NSTableView tableView, NSArray oldDescriptors)
          This method represents the tableView() method of the NSObject Objective-C class.
 void NSObject.tableView_willDisplayCell_forTableColumn_row(NSTableView tableView, Id cell, NSTableColumn tableColumn, com.jniwrapper.Int row)
          This method represents the tableView() method of the NSObject Objective-C class.
 com.jniwrapper.Int NSObject.numberOfRowsInTableView(NSTableView tableView)
           
 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.
 void NSObject.tableView_didClickTableColumn(NSTableView tableView, NSTableColumn tableColumn)
          This method represents the tableView() method of the NSObject Objective-C class.
 com.jniwrapper.Bool NSObject.selectionShouldChangeInTableView(NSTableView aTableView)
           
 com.jniwrapper.Bool NSObject.tableView_shouldEditTableColumn_row(NSTableView tableView, NSTableColumn tableColumn, com.jniwrapper.Int row)
          This method represents the tableView() method of the NSObject Objective-C class.
 void NSObject.tableView_didDragTableColumn(NSTableView tableView, NSTableColumn tableColumn)
          This method represents the tableView() method of the NSObject Objective-C class.
 com.jniwrapper.Bool NSObject.tableView_shouldSelectRow(NSTableView tableView, com.jniwrapper.Int row)
          This method represents the tableView() method of the NSObject Objective-C class.
 void NSObject.tableView_mouseDownInHeaderOfTableColumn(NSTableView tableView, NSTableColumn tableColumn)
          This method represents the tableView() method of the NSObject Objective-C class.
 com.jniwrapper.Bool NSObject.tableView_shouldSelectTableColumn(NSTableView tableView, NSTableColumn tableColumn)
          This method represents the tableView() method of the NSObject Objective-C class.
 void NSObject.tableView_setObjectValue_forTableColumn_row(NSTableView tableView, Id object, NSTableColumn tableColumn, com.jniwrapper.Int row)
          This method represents the tableView() method of the NSObject Objective-C class.
 Id NSObject.tableView_objectValueForTableColumn_row(NSTableView tableView, NSTableColumn tableColumn, com.jniwrapper.Int row)
          This method represents the tableView() method of the NSObject Objective-C class.
 

Uses of NSTableView in com.jniwrapper.macosx.cocoa.nsoutlineview
 

Subclasses of NSTableView in com.jniwrapper.macosx.cocoa.nsoutlineview
 class NSOutlineView
          This class represents NSOutlineView class.
 

Uses of NSTableView in com.jniwrapper.macosx.cocoa.nstablecolumn
 

Methods in com.jniwrapper.macosx.cocoa.nstablecolumn with parameters of type NSTableView
 void NSTableColumn.setTableView(NSTableView tableView)
           
 

Uses of NSTableView in com.jniwrapper.macosx.cocoa.nstableheaderview
 

Methods in com.jniwrapper.macosx.cocoa.nstableheaderview with parameters of type NSTableView
 void NSTableHeaderView.setTableView(NSTableView tableView)