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 class
NSMutableIndexSet
Methods in org.eclipse.swt.internal.cocoa that return NSIndexSet Modifier and Type Method Description NSIndexSet
NSIndexSet. initWithIndex(long value)
NSIndexSet
NSIndexSet. initWithIndexesInRange(NSRange range)
NSIndexSet
NSTableView. selectedRowIndexes()
Methods in org.eclipse.swt.internal.cocoa with parameters of type NSIndexSet Modifier and Type Method Description boolean
NSTableView. canDragRowsWithIndexes(NSIndexSet rowIndexes, NSPoint mouseDownPoint)
NSImage
NSTableView. dragImageForRowsWithIndexes(NSIndexSet dragRows, NSArray tableColumns, NSEvent dragEvent, long dragImageOffset)
void
NSTableView. selectRowIndexes(NSIndexSet indexes, boolean extend)
-