Uses of Class
org.eclipse.swt.internal.cocoa.NSTableColumn
Packages that use NSTableColumn
-
Uses of NSTableColumn in org.eclipse.swt.internal.cocoa
Methods in org.eclipse.swt.internal.cocoa that return NSTableColumnModifier and TypeMethodDescriptionNSTableColumn.initWithIdentifier
(NSString identifier) NSOutlineView.outlineTableColumn()
Methods in org.eclipse.swt.internal.cocoa with parameters of type NSTableColumnModifier and TypeMethodDescriptionvoid
NSTableView.addTableColumn
(NSTableColumn column) boolean
NSObject.outlineView
(NSOutlineView outlineView, NSCell cell, NSTableColumn tableColumn, id item) boolean
NSObject.outlineView
(NSOutlineView outlineView, NSTableColumn tableColumn, id item) void
NSTableView.removeTableColumn
(NSTableColumn column) void
NSTableView.setHighlightedTableColumn
(NSTableColumn tc) void
NSTableView.setIndicatorImage
(NSImage anImage, NSTableColumn tc) void
NSOutlineView.setOutlineTableColumn
(NSTableColumn outlineTableColumn) boolean
NSObject.tableView
(NSTableView tableView, NSCell cell, NSTableColumn tableColumn, long row)