Uses of Class
org.eclipse.swt.internal.cocoa.NSIndexSet
-
Packages that use NSIndexSet Package Description org.eclipse.swt.internal.cocoa -
-
Uses of NSIndexSet in org.eclipse.swt.internal.cocoa
Subclasses of NSIndexSet in org.eclipse.swt.internal.cocoa Modifier and Type Class Description classNSMutableIndexSetMethods in org.eclipse.swt.internal.cocoa that return NSIndexSet Modifier and Type Method Description NSIndexSetNSIndexSet. initWithIndex(long value)NSIndexSetNSIndexSet. initWithIndexesInRange(NSRange range)NSIndexSetNSTableView. selectedRowIndexes()Methods in org.eclipse.swt.internal.cocoa with parameters of type NSIndexSet Modifier and Type Method Description booleanNSTableView. canDragRowsWithIndexes(NSIndexSet rowIndexes, NSPoint mouseDownPoint)NSImageNSTableView. dragImageForRowsWithIndexes(NSIndexSet dragRows, NSArray tableColumns, NSEvent dragEvent, long dragImageOffset)voidNSTableView. selectRowIndexes(NSIndexSet indexes, boolean extend)
-