Package org.eclipse.swt.internal.cocoa
Class NSIndexSet
java.lang.Object
org.eclipse.swt.internal.cocoa.id
org.eclipse.swt.internal.cocoa.NSObject
org.eclipse.swt.internal.cocoa.NSIndexSet
- Direct Known Subclasses:
NSMutableIndexSet
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
containsIndex
(long value) long
count()
long
long
getIndexes
(long[] indexBuffer, long bufferSize, long range) static NSIndexSet
indexSetWithIndex
(long value) initWithIndex
(long value) initWithIndexesInRange
(NSRange range) initWithIndexSet
(NSIndexSet indexSet) Methods inherited from class org.eclipse.swt.internal.cocoa.NSObject
accessibilityAttributeValue, accessibilitySetOverrideValue, addEventListener, alloc, autorelease, cancelAuthenticationChallenge, className, conformsToProtocol, copy, description, draggedImage, draggingDestinationWindow, draggingLocation, draggingPasteboard, draggingSourceOperationMask, handleEvent, init, isEqual, isEqualTo, isKindOfClass, mutableCopy, outlineView, outlineView, outlineView, outlineView, performSelector, performSelectorOnMainThread, readSelectionFromPasteboard, release, respondsToSelector, retain, retainCount, setValue, superclass, tableView, tableView, tableView, useCredential, valueForKey, writeSelectionToPasteboard
Methods inherited from class org.eclipse.swt.internal.cocoa.id
equals, hashCode, objc_getClass, toString
-
Constructor Details
-
NSIndexSet
public NSIndexSet() -
NSIndexSet
public NSIndexSet(long id) -
NSIndexSet
-
-
Method Details
-
containsIndex
public boolean containsIndex(long value) -
count
public long count() -
firstIndex
public long firstIndex() -
getIndexes
public long getIndexes(long[] indexBuffer, long bufferSize, long range) -
indexSetWithIndex
-
initWithIndex
-
initWithIndexSet
-
initWithIndexesInRange
-