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 TypeMethodDescriptionvoidNSTableView.addTableColumn(NSTableColumn column) booleanNSObject.outlineView(NSOutlineView outlineView, NSCell cell, NSTableColumn tableColumn, id item) booleanNSObject.outlineView(NSOutlineView outlineView, NSTableColumn tableColumn, id item) voidNSTableView.removeTableColumn(NSTableColumn column) voidNSTableView.setHighlightedTableColumn(NSTableColumn tc) voidNSTableView.setIndicatorImage(NSImage anImage, NSTableColumn tc) voidNSOutlineView.setOutlineTableColumn(NSTableColumn outlineTableColumn) booleanNSObject.tableView(NSTableView tableView, NSCell cell, NSTableColumn tableColumn, long row)