Uses of Class
org.eclipse.swt.internal.cocoa.NSTableColumn
-
Packages that use NSTableColumn Package Description org.eclipse.swt.internal.cocoa -
-
Uses of NSTableColumn in org.eclipse.swt.internal.cocoa
Methods in org.eclipse.swt.internal.cocoa that return NSTableColumn Modifier and Type Method Description NSTableColumnNSTableColumn. initWithIdentifier(NSString identifier)Methods in org.eclipse.swt.internal.cocoa with parameters of type NSTableColumn Modifier and Type Method Description voidNSTableView. addTableColumn(NSTableColumn tableColumn)booleanNSObject. outlineView(NSOutlineView outlineView, NSCell cell, NSTableColumn tableColumn, id item)booleanNSObject. outlineView(NSOutlineView outlineView, NSTableColumn tableColumn, id item)voidNSTableView. removeTableColumn(NSTableColumn tableColumn)voidNSTableView. setHighlightedTableColumn(NSTableColumn highlightedTableColumn)voidNSTableView. setIndicatorImage(NSImage anImage, NSTableColumn tableColumn)voidNSOutlineView. setOutlineTableColumn(NSTableColumn outlineTableColumn)booleanNSObject. tableView(NSTableView tableView, NSCell cell, NSTableColumn tableColumn, long row)
-