Uses of Class
com.jniwrapper.macosx.cocoa.nstablecolumn.NSTableColumn

Packages that use NSTableColumn
com.jniwrapper.macosx.cocoa.nsobject   
com.jniwrapper.macosx.cocoa.nsoutlineview   
com.jniwrapper.macosx.cocoa.nstableview   
 

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

Methods in com.jniwrapper.macosx.cocoa.nsobject with parameters of type NSTableColumn
 com.jniwrapper.Bool NSObject.outlineView_shouldSelectTableColumn(NSOutlineView outlineView, NSTableColumn tableColumn)
          This method represents the outlineView() method of the NSObject Objective-C class.
 void NSObject.outlineView_willDisplayOutlineCell_forTableColumn_item(NSOutlineView outlineView, Id cell, NSTableColumn tableColumn, Id item)
          This method represents the outlineView() 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.
 void NSObject.outlineView_willDisplayCell_forTableColumn_item(NSOutlineView outlineView, Id cell, NSTableColumn tableColumn, Id item)
          This method represents the outlineView() 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.
 void NSObject.outlineView_mouseDownInHeaderOfTableColumn(NSOutlineView outlineView, NSTableColumn tableColumn)
          This method represents the outlineView() method of the NSObject Objective-C class.
 void NSObject.outlineView_didClickTableColumn(NSOutlineView outlineView, NSTableColumn tableColumn)
          This method represents the outlineView() method of the NSObject Objective-C class.
 void NSObject.outlineView_didDragTableColumn(NSOutlineView outlineView, NSTableColumn tableColumn)
          This method represents the outlineView() method of the NSObject Objective-C class.
 void NSObject.outlineView_setObjectValue_forTableColumn_byItem(NSOutlineView outlineView, Id object, NSTableColumn tableColumn, Id item)
          This method represents the outlineView() method of the NSObject Objective-C class.
 com.jniwrapper.Bool NSObject.outlineView_shouldEditTableColumn_item(NSOutlineView outlineView, NSTableColumn tableColumn, Id item)
          This method represents the outlineView() method of the NSObject Objective-C class.
 Id NSObject.outlineView_objectValueForTableColumn_byItem(NSOutlineView outlineView, NSTableColumn tableColumn, Id item)
          This method represents the outlineView() method of the NSObject Objective-C class.
 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.
 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 NSTableColumn in com.jniwrapper.macosx.cocoa.nsoutlineview
 

Methods in com.jniwrapper.macosx.cocoa.nsoutlineview with parameters of type NSTableColumn
 void NSOutlineView.setOutlineTableColumn(NSTableColumn outlineTableColumn)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nstableview with parameters of type NSTableColumn
 com.jniwrapper.Pointer.Void NSTableView.indicatorImageInTableColumn(NSTableColumn tc)
           
 void NSTableView.setHighlightedTableColumn(NSTableColumn tc)
           
 void NSTableView.addTableColumn(NSTableColumn column)
           
 void NSTableView.removeTableColumn(NSTableColumn column)
           
 void NSTableView.setIndicatorImage_inTableColumn(NSImage anImage, NSTableColumn tc)
          This method represents the setIndicatorImage() method of the NSTableView Objective-C class.