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 class
NSActionCell
class
NSButtonCell
class
NSComboBoxCell
class
NSSearchFieldCell
class
NSTableHeaderCell
class
NSTextFieldCell
class
SWTButtonCell
class
SWTImageTextCell
class
SWTSearchFieldCell
class
SWTTableHeaderCell
class
SWTTextAttachmentCell
Methods in org.eclipse.swt.internal.cocoa that return NSCell Modifier and Type Method Description NSCell
NSControl. cell()
NSCell
NSTableColumn. dataCell()
NSCell
NSTableView. preparedCellAtColumn(long column, long row)
NSCell
NSBox. titleCell()
Methods in org.eclipse.swt.internal.cocoa with parameters of type NSCell Modifier and Type Method Description boolean
NSObject. outlineView(NSOutlineView outlineView, NSCell cell, NSTableColumn tableColumn, id item)
void
NSControl. setCell(NSCell cell)
boolean
NSObject. tableView(NSTableView tableView, NSCell cell, NSTableColumn tableColumn, long row)
-