Uses of Class
org.eclipse.swt.internal.cocoa.NSCell
-
Packages that use NSCell Package Description org.eclipse.swt.internal.cocoa -
-
Uses of NSCell in org.eclipse.swt.internal.cocoa
Subclasses of NSCell in org.eclipse.swt.internal.cocoa Modifier and Type Class Description classNSActionCellclassNSButtonCellclassNSComboBoxCellclassNSSearchFieldCellclassNSTableHeaderCellclassNSTextFieldCellclassSWTButtonCellclassSWTImageTextCellclassSWTSearchFieldCellclassSWTTableHeaderCellclassSWTTextAttachmentCellMethods in org.eclipse.swt.internal.cocoa that return NSCell Modifier and Type Method Description NSCellNSControl. cell()NSCellNSTableColumn. dataCell()NSCellNSTableView. preparedCellAtColumn(long column, long row)NSCellNSBox. titleCell()Methods in org.eclipse.swt.internal.cocoa with parameters of type NSCell Modifier and Type Method Description booleanNSObject. outlineView(NSOutlineView outlineView, NSCell cell, NSTableColumn tableColumn, id item)voidNSControl. setCell(NSCell cell)booleanNSObject. tableView(NSTableView tableView, NSCell cell, NSTableColumn tableColumn, long row)
-