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 NSTableColumn
NSTableColumn. initWithIdentifier(NSString identifier)
Methods in org.eclipse.swt.internal.cocoa with parameters of type NSTableColumn Modifier and Type Method Description void
NSTableView. addTableColumn(NSTableColumn tableColumn)
boolean
NSObject. outlineView(NSOutlineView outlineView, NSCell cell, NSTableColumn tableColumn, id item)
boolean
NSObject. outlineView(NSOutlineView outlineView, NSTableColumn tableColumn, id item)
void
NSTableView. removeTableColumn(NSTableColumn tableColumn)
void
NSTableView. setHighlightedTableColumn(NSTableColumn highlightedTableColumn)
void
NSTableView. setIndicatorImage(NSImage anImage, NSTableColumn tableColumn)
void
NSOutlineView. setOutlineTableColumn(NSTableColumn outlineTableColumn)
boolean
NSObject. tableView(NSTableView tableView, NSCell cell, NSTableColumn tableColumn, long row)
-