org.rococoa.cocoa.foundation
Class NSMutableIndexSet

java.lang.Object
  extended by org.rococoa.cocoa.foundation.NSObject
      extended by org.rococoa.cocoa.foundation.NSIndexSet
          extended by org.rococoa.cocoa.foundation.NSMutableIndexSet
All Implemented Interfaces:
ObjCObject

public abstract class NSMutableIndexSet
extends NSIndexSet

This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.


Nested Class Summary
static class NSMutableIndexSet._class_
           
 
Field Summary
 
Fields inherited from class org.rococoa.cocoa.foundation.NSObject
CLASS
 
Constructor Summary
NSMutableIndexSet()
           
 
Method Summary
abstract  void addIndex(NSUInteger value)
          Original signature : -(void)addIndex:(NSUInteger)
native declaration : NSIndexSet.h:112
abstract  void addIndexes(NSIndexSet indexSet)
          Original signature : -(void)addIndexes:(NSIndexSet*)
native declaration : NSIndexSet.h:109
static NSMutableIndexSet alloc()
           
static NSMutableIndexSet._class_ getNSClass()
           
static NSMutableIndexSet new_()
           
abstract  void removeAllIndexes()
          Original signature : -(void)removeAllIndexes
native declaration : NSIndexSet.h:111
abstract  void removeIndex(NSUInteger value)
          Original signature : -(void)removeIndex:(NSUInteger)
native declaration : NSIndexSet.h:113
abstract  void removeIndexes(NSIndexSet indexSet)
          Original signature : -(void)removeIndexes:(NSIndexSet*)
native declaration : NSIndexSet.h:110
abstract  void shiftIndexesStartingAtIndex_by(NSUInteger index, NSInteger delta)
          For a positive delta, shifts the indexes in [index, INT_MAX] to the right, thereby inserting an "empty space" [index, delta], for a negative delta, shifts the indexes in [index, INT_MAX] to the left, thereby deleting the indexes in the range [index - delta, delta].
 
Methods inherited from class org.rococoa.cocoa.foundation.NSIndexSet
containsIndex, containsIndexes, count, create, createWithIndex, createWithIndexSet, firstIndex, indexGreaterThanIndex, indexGreaterThanOrEqualToIndex, indexLessThanIndex, indexLessThanOrEqualToIndex, indexSet, indexSetWithIndex, init, initWithIndex, initWithIndexSet, isEqualToIndexSet, lastIndex
 
Methods inherited from class org.rococoa.cocoa.foundation.NSObject
description, isKindOfClass, isKindOfClass, release, retain, retainCount
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.rococoa.ObjCObject
id
 

Constructor Detail

NSMutableIndexSet

public NSMutableIndexSet()
Method Detail

addIndexes

public abstract void addIndexes(NSIndexSet indexSet)
Original signature : -(void)addIndexes:(NSIndexSet*)
native declaration : NSIndexSet.h:109


removeIndexes

public abstract void removeIndexes(NSIndexSet indexSet)
Original signature : -(void)removeIndexes:(NSIndexSet*)
native declaration : NSIndexSet.h:110


removeAllIndexes

public abstract void removeAllIndexes()
Original signature : -(void)removeAllIndexes
native declaration : NSIndexSet.h:111


addIndex

public abstract void addIndex(NSUInteger value)
Original signature : -(void)addIndex:(NSUInteger)
native declaration : NSIndexSet.h:112


removeIndex

public abstract void removeIndex(NSUInteger value)
Original signature : -(void)removeIndex:(NSUInteger)
native declaration : NSIndexSet.h:113


shiftIndexesStartingAtIndex_by

public abstract void shiftIndexesStartingAtIndex_by(NSUInteger index,
                                                    NSInteger delta)
For a positive delta, shifts the indexes in [index, INT_MAX] to the right, thereby inserting an "empty space" [index, delta], for a negative delta, shifts the indexes in [index, INT_MAX] to the left, thereby deleting the indexes in the range [index - delta, delta].
Original signature : -(void)shiftIndexesStartingAtIndex:(NSUInteger) by:(NSInteger)
native declaration : NSIndexSet.h:119


alloc

public static NSMutableIndexSet alloc()

new_

public static NSMutableIndexSet new_()

getNSClass

public static NSMutableIndexSet._class_ getNSClass()


Copyright © 2012. All Rights Reserved.