Uses of Class
com.jniwrapper.macosx.cocoa.nsindexset.NSIndexSet

Packages that use NSIndexSet
com.jniwrapper.macosx.cocoa.nsarray   
com.jniwrapper.macosx.cocoa.nsarraycontroller   
com.jniwrapper.macosx.cocoa.nsindexset   
com.jniwrapper.macosx.cocoa.nsobject   
com.jniwrapper.macosx.cocoa.nstableview   
 

Uses of NSIndexSet in com.jniwrapper.macosx.cocoa.nsarray
 

Methods in com.jniwrapper.macosx.cocoa.nsarray with parameters of type NSIndexSet
 void NSArray.addObserver_toObjectsAtIndexes_forKeyPath_options_context(NSObject observer, NSIndexSet indexes, java.lang.String keyPath, NSKeyValueObservingOptions options, com.jniwrapper.Pointer.Void context)
          This method represents the addObserver() method of the NSArray Objective-C class.
 void NSArray.removeObserver_fromObjectsAtIndexes_forKeyPath(NSObject observer, NSIndexSet indexes, java.lang.String keyPath)
          This method represents the removeObserver() method of the NSArray Objective-C class.
 

Uses of NSIndexSet in com.jniwrapper.macosx.cocoa.nsarraycontroller
 

Methods in com.jniwrapper.macosx.cocoa.nsarraycontroller with parameters of type NSIndexSet
 void NSArrayController.insertObjects_atArrangedObjectIndexes(NSArray objects, NSIndexSet indexes)
          This method represents the insertObjects() method of the NSArrayController Objective-C class.
 com.jniwrapper.Bool NSArrayController.removeSelectionIndexes(NSIndexSet indexes)
           
 com.jniwrapper.Bool NSArrayController.setSelectionIndexes(NSIndexSet indexes)
           
 void NSArrayController.removeObjectsAtArrangedObjectIndexes(NSIndexSet indexes)
           
 com.jniwrapper.Bool NSArrayController.addSelectionIndexes(NSIndexSet indexes)
           
 

Uses of NSIndexSet in com.jniwrapper.macosx.cocoa.nsindexset
 

Subclasses of NSIndexSet in com.jniwrapper.macosx.cocoa.nsindexset
 class NSMutableIndexSet
          This class represents NSMutableIndexSet class.
 

Methods in com.jniwrapper.macosx.cocoa.nsindexset that return NSIndexSet
static NSIndexSet NSIndexSet.NSIndexSet_indexSet()
          This method represents the indexSet static constructor of the NSIndexSet Objective-C class.
static NSIndexSet NSIndexSet.NSIndexSet_indexSetWithIndex(com.jniwrapper.UInt value)
          This method represents the indexSetWithIndex static constructor of the NSIndexSet Objective-C class.
static NSIndexSet NSIndexSet.NSIndexSet_indexSetWithIndexesInRange(NSRange range)
          This method represents the indexSetWithIndexesInRange static constructor of the NSIndexSet Objective-C class.
 

Methods in com.jniwrapper.macosx.cocoa.nsindexset with parameters of type NSIndexSet
 void NSMutableIndexSet.addIndexes(NSIndexSet indexSet)
           
 void NSMutableIndexSet.removeIndexes(NSIndexSet indexSet)
           
 Id NSIndexSet.initWithIndexSet(NSIndexSet indexSet)
           
 com.jniwrapper.Bool NSIndexSet.isEqualToIndexSet(NSIndexSet indexSet)
           
 com.jniwrapper.Bool NSIndexSet.containsIndexes(NSIndexSet indexSet)
           
 

Uses of NSIndexSet in com.jniwrapper.macosx.cocoa.nsobject
 

Methods in com.jniwrapper.macosx.cocoa.nsobject with parameters of type NSIndexSet
 void NSObject.willChange_valuesAtIndexes_forKey(NSKeyValueChange change, NSIndexSet indexes, java.lang.String key)
          This method represents the willChange() method of the NSObject Objective-C class.
 void NSObject.didChange_valuesAtIndexes_forKey(NSKeyValueChange change, NSIndexSet indexes, java.lang.String key)
          This method represents the didChange() method of the NSObject Objective-C class.
 

Uses of NSIndexSet in com.jniwrapper.macosx.cocoa.nstableview
 

Methods in com.jniwrapper.macosx.cocoa.nstableview with parameters of type NSIndexSet
 void NSTableView.selectColumnIndexes_byExtendingSelection(NSIndexSet indexes, boolean extend)
          This method represents the selectColumnIndexes() method of the NSTableView Objective-C class.
 void NSTableView.selectRowIndexes_byExtendingSelection(NSIndexSet indexes, boolean extend)
          This method represents the selectRowIndexes() method of the NSTableView Objective-C class.