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
public class NSIndexSet extends NSObject
-
-
Constructor Summary
Constructors Constructor Description NSIndexSet()NSIndexSet(long id)NSIndexSet(id id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontainsIndex(long value)longcount()longgetIndexes(long[] indexBuffer, long bufferSize, long range)NSIndexSetinitWithIndex(long value)NSIndexSetinitWithIndexesInRange(NSRange range)-
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, isKindOfClass, mutableCopy, outlineView, outlineView, outlineView, performSelector, performSelectorOnMainThread, readSelectionFromPasteboard, release, respondsToSelector, retain, retainCount, setValue, superclass, tableView, tableView, useCredential, valueForKey, writeSelectionToPasteboard
-
Methods inherited from class org.eclipse.swt.internal.cocoa.id
equals, hashCode, objc_getClass, toString
-
-
-
-
Constructor Detail
-
NSIndexSet
public NSIndexSet()
-
NSIndexSet
public NSIndexSet(long id)
-
NSIndexSet
public NSIndexSet(id id)
-
-
Method Detail
-
containsIndex
public boolean containsIndex(long value)
-
count
public long count()
-
getIndexes
public long getIndexes(long[] indexBuffer, long bufferSize, long range)
-
initWithIndex
public NSIndexSet initWithIndex(long value)
-
initWithIndexesInRange
public NSIndexSet initWithIndexesInRange(NSRange range)
-
-