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

Packages that use NSIndexSet
org.rococoa.cocoa.appkit   
org.rococoa.cocoa.foundation   
org.rococoa.cocoa.foundation.categories   
 

Uses of NSIndexSet in org.rococoa.cocoa.appkit
 

Methods in org.rococoa.cocoa.appkit that return NSIndexSet
abstract  NSIndexSet NSRuleEditor.selectedRowIndexes()
          Clients call this to determine the indexes of the selected rows.
abstract  NSIndexSet NSBrowser.selectedRowIndexesInColumn(NSInteger column)
          Returns the selected cell indexes in the matrix located at 'column'.
abstract  NSIndexSet NSCollectionView.selectionIndexes()
          Original signature : -(NSIndexSet*)selectionIndexes
native declaration : NSCollectionView.h:103
abstract  NSIndexSet NSArrayController.selectionIndexes()
          Original signature : -(NSIndexSet*)selectionIndexes
native declaration : NSArrayController.h:90
abstract  NSIndexSet NSRuleEditor.subrowIndexesForRow(NSInteger rowIndex)
          Clients can call this to determine the immediate subrows of the given row.
 

Methods in org.rococoa.cocoa.appkit with parameters of type NSIndexSet
abstract  boolean NSArrayController.addSelectionIndexes(NSIndexSet indexes)
          Original signature : -(BOOL)addSelectionIndexes:(NSIndexSet*)
native declaration : NSArrayController.h:93
abstract  boolean NSBrowser.canDragRowsWithIndexes_inColumn_withEvent(NSIndexSet rowIndexes, NSInteger column, NSEvent event)
          The return value indicates whether the receiver can attempt to initiate a drag for the given event.
abstract  void NSArrayController.insertObjects_atArrangedObjectIndexes(NSArray objects, NSIndexSet indexes)
          Original signature : -(void)insertObjects:(NSArray*) atArrangedObjectIndexes:(NSIndexSet*)
native declaration : NSArrayController.h:113
abstract  void NSBrowser.noteHeightOfRowsWithIndexesChanged_inColumn(NSIndexSet indexSet, NSInteger columnIndex)
          If the delegate implements -browser:heightOfRow:inColumn:, this method immediately re-tiles the browser columns using row heights it provides.
abstract  void NSBrowser.reloadDataForRowIndexes_inColumn(NSIndexSet rowIndexes, NSInteger column)
          Updates a particular set of rows in 'column'.
abstract  void NSArrayController.removeObjectsAtArrangedObjectIndexes(NSIndexSet indexes)
          Original signature : -(void)removeObjectsAtArrangedObjectIndexes:(NSIndexSet*)
native declaration : NSArrayController.h:115
abstract  void NSRuleEditor.removeRowsAtIndexes_includeSubrows(NSIndexSet rowIndexes, boolean includeSubrows)
          Clients call this to delete rows at the given indexes.
abstract  boolean NSArrayController.removeSelectionIndexes(NSIndexSet indexes)
          Original signature : -(BOOL)removeSelectionIndexes:(NSIndexSet*)
native declaration : NSArrayController.h:94
abstract  void NSRuleEditor.selectRowIndexes_byExtendingSelection(NSIndexSet indexes, boolean extend)
          Clients call this to modify the selected row indexes.
abstract  void NSBrowser.selectRowIndexes_inColumn(NSIndexSet indexes, NSInteger column)
          Sets the selected row 'indexes' in the matrix located at 'column'.
abstract  void NSCollectionView.setSelectionIndexes(NSIndexSet indexes)
          Original signature : -(void)setSelectionIndexes:(NSIndexSet*)
native declaration : NSCollectionView.h:102
abstract  boolean NSArrayController.setSelectionIndexes(NSIndexSet indexes)
          All selection modification methods returning a BOOL indicate through that flag whether changing the selection was successful (changing the selection might trigger an commitEditing call which fails and thus deny's the selection change).
 

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
static NSIndexSet NSIndexSet.alloc()
           
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
static NSIndexSet NSIndexSet.new_()
           
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
 

Uses of NSIndexSet in org.rococoa.cocoa.foundation.categories
 

Methods in org.rococoa.cocoa.foundation.categories with parameters of type NSIndexSet
 void NSKeyValueObserverNotification.didChange_valuesAtIndexes_forKey(int changeKind, NSIndexSet indexes, NSString key)
          Original signature : -(void)didChange:(NSKeyValueChange) valuesAtIndexes:(NSIndexSet*) forKey:(NSString*)
from NSKeyValueObserverNotification native declaration : NSKeyValueObserving.h:142
 void NSExtendedMutableArray.insertObjects_atIndexes(NSArray objects, NSIndexSet indexes)
          Original signature : -(void)insertObjects:(NSArray*) atIndexes:(NSIndexSet*)
from NSExtendedMutableArray native declaration : NSArray.h:141
 NSArray NSExtendedArray.objectsAtIndexes(NSIndexSet indexes)
          Original signature : -(NSArray*)objectsAtIndexes:(NSIndexSet*)
from NSExtendedArray native declaration : NSArray.h:52
 void NSExtendedMutableArray.removeObjectsAtIndexes(NSIndexSet indexes)
          Original signature : -(void)removeObjectsAtIndexes:(NSIndexSet*)
from NSExtendedMutableArray native declaration : NSArray.h:142
 void NSExtendedMutableArray.replaceObjectsAtIndexes_withObjects(NSIndexSet indexes, NSArray objects)
          Original signature : -(void)replaceObjectsAtIndexes:(NSIndexSet*) withObjects:(NSArray*)
from NSExtendedMutableArray native declaration : NSArray.h:143
 void NSKeyValueObserverNotification.willChange_valuesAtIndexes_forKey(int changeKind, NSIndexSet indexes, NSString key)
          Given a key that identifies an _ordered_ to-many relationship, send -observeValueForKeyPath:ofObject:change:context: notification messages of the passed-in change kind to each observer registered for the key, including those that are registered with other objects using key paths that locate the keyed value in this object.
 



Copyright © 2009. All Rights Reserved.