Uses of Class
org.rococoa.cocoa.foundation.NSIndexSet

Packages that use NSIndexSet
org.rococoa.cocoa.foundation   
 

Uses of NSIndexSet in org.rococoa.cocoa.foundation
 

Subclasses of NSIndexSet in org.rococoa.cocoa.foundation
 class NSMutableIndexSet
          This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
 

Methods in org.rococoa.cocoa.foundation that return NSIndexSet
abstract  NSIndexSet NSIndexSet._class_.alloc()
          native declaration : NSIndexSet.h:53
Conversion Error : /// Original signature : +(id)indexSetWithIndexesInRange:()
+ (id)indexSetWithIndexesInRange:(null)range; (Argument range cannot be converted)
static NSIndexSet NSIndexSet.create()
          Factory method
static NSIndexSet NSIndexSet.createWithIndex(NSUInteger value)
          Factory method
static NSIndexSet NSIndexSet.createWithIndexSet(NSIndexSet indexSet)
          Factory method
static NSIndexSet NSIndexSet.indexSet()
          Original signature : +(id)indexSet
native declaration : NSIndexSet.h:51
abstract  NSIndexSet NSIndexSet._class_.indexSet()
          Original signature : +(id)indexSet
native declaration : NSIndexSet.h:51
static NSIndexSet NSIndexSet.indexSetWithIndex(NSUInteger value)
          Original signature : +(id)indexSetWithIndex:(NSUInteger)
native declaration : NSIndexSet.h:52
abstract  NSIndexSet NSIndexSet._class_.indexSetWithIndex(NSUInteger value)
          Original signature : +(id)indexSetWithIndex:(NSUInteger)
native declaration : NSIndexSet.h:52
abstract  NSIndexSet NSIndexSet.init()
          Original signature : -(id)init
native declaration : NSIndexSet.h:55
abstract  NSIndexSet NSIndexSet.initWithIndex(NSUInteger value)
          Original signature : -(id)initWithIndex:(NSUInteger)
native declaration : NSIndexSet.h:56
abstract  NSIndexSet NSIndexSet.initWithIndexSet(NSIndexSet indexSet)
          designated initializer
Original signature : -(id)initWithIndexSet:(NSIndexSet*)
native declaration : NSIndexSet.h:58
abstract  NSIndexSet NSIndexSet._class_.new_()
           
 

Methods in org.rococoa.cocoa.foundation with parameters of type NSIndexSet
abstract  void NSMutableIndexSet.addIndexes(NSIndexSet indexSet)
          Original signature : -(void)addIndexes:(NSIndexSet*)
native declaration : NSIndexSet.h:109
abstract  boolean NSIndexSet.containsIndexes(NSIndexSet indexSet)
          Original signature : -(BOOL)containsIndexes:(NSIndexSet*)
native declaration : NSIndexSet.h:83
static NSIndexSet NSIndexSet.createWithIndexSet(NSIndexSet indexSet)
          Factory method
abstract  NSIndexSet NSIndexSet.initWithIndexSet(NSIndexSet indexSet)
          designated initializer
Original signature : -(id)initWithIndexSet:(NSIndexSet*)
native declaration : NSIndexSet.h:58
abstract  boolean NSIndexSet.isEqualToIndexSet(NSIndexSet indexSet)
          Original signature : -(BOOL)isEqualToIndexSet:(NSIndexSet*)
native declaration : NSIndexSet.h:60
abstract  void NSMutableIndexSet.removeIndexes(NSIndexSet indexSet)
          Original signature : -(void)removeIndexes:(NSIndexSet*)
native declaration : NSIndexSet.h:110
 



Copyright © 2012. All Rights Reserved.