|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NSIndexPath | |
---|---|
org.rococoa.cocoa.appkit | |
org.rococoa.cocoa.foundation |
Uses of NSIndexPath in org.rococoa.cocoa.appkit |
---|
Methods in org.rococoa.cocoa.appkit that return NSIndexPath | |
---|---|
abstract NSIndexPath |
NSTreeNode.indexPath()
stats represents the receivers location in entire tree Original signature : -(NSIndexPath*)indexPath native declaration : NSTreeNode.h:34 |
abstract NSIndexPath |
NSBrowser.indexPathForColumn(NSInteger column)
Returns the index path of the item whose children are displayed in the given column. |
abstract NSIndexPath |
NSTreeController.selectionIndexPath()
Original signature : -(NSIndexPath*)selectionIndexPath native declaration : NSTreeController.h:97 |
abstract NSIndexPath |
NSBrowser.selectionIndexPath()
Returns the index path of the item selected in the browser, or nil if there is no selection. |
Methods in org.rococoa.cocoa.appkit with parameters of type NSIndexPath | |
---|---|
abstract NSTreeNode |
NSTreeNode.descendantNodeAtIndexPath(NSIndexPath indexPath)
traversal begins with receiver Original signature : -(NSTreeNode*)descendantNodeAtIndexPath:(NSIndexPath*) native declaration : NSTreeNode.h:39 |
abstract void |
NSBrowser.editItemAtIndexPath_withEvent_select(NSIndexPath indexPath,
NSEvent theEvent,
boolean select)
Begins editing the item at the specified path. theEvent may be nil if programatically editing. |
abstract void |
NSTreeController.insertObject_atArrangedObjectIndexPath(ObjCObject object,
NSIndexPath indexPath)
Original signature : -(void)insertObject:(id) atArrangedObjectIndexPath:(NSIndexPath*) native declaration : NSTreeController.h:75 |
abstract NSObject |
NSBrowser.itemAtIndexPath(NSIndexPath indexPath)
Returns the item at the given index path. |
abstract void |
NSTreeController.moveNode_toIndexPath(NSTreeNode node,
NSIndexPath indexPath)
Original signature : -(void)moveNode:(NSTreeNode*) toIndexPath:(NSIndexPath*) native declaration : NSTreeController.h:104 |
abstract void |
NSTreeController.moveNodes_toIndexPath(NSArray nodes,
NSIndexPath startingIndexPath)
Original signature : -(void)moveNodes:(NSArray*) toIndexPath:(NSIndexPath*) native declaration : NSTreeController.h:105 |
abstract void |
NSTreeController.removeObjectAtArrangedObjectIndexPath(NSIndexPath indexPath)
Original signature : -(void)removeObjectAtArrangedObjectIndexPath:(NSIndexPath*) native declaration : NSTreeController.h:77 |
abstract boolean |
NSTreeController.setSelectionIndexPath(NSIndexPath indexPath)
Original signature : -(BOOL)setSelectionIndexPath:(NSIndexPath*) native declaration : NSTreeController.h:96 |
abstract void |
NSBrowser.setSelectionIndexPath(NSIndexPath path)
Sets the browser's selection to the item at path. |
Uses of NSIndexPath in org.rococoa.cocoa.foundation |
---|
Methods in org.rococoa.cocoa.foundation that return NSIndexPath | |
---|---|
static NSIndexPath |
NSIndexPath.alloc()
|
abstract NSIndexPath |
NSIndexPath._class_.alloc()
|
static NSIndexPath |
NSIndexPath.createWithIndex(NSUInteger index)
Factory method |
static NSIndexPath |
NSIndexPath.createWithIndexes_length(NativeSizeByReference indexes,
NSUInteger length)
Factory method |
abstract NSIndexPath |
NSIndexPath.indexPathByAddingIndex(NSUInteger index)
Original signature : -(NSIndexPath*)indexPathByAddingIndex:(NSUInteger) native declaration : NSIndexPath.h:24 |
abstract NSIndexPath |
NSIndexPath.indexPathByRemovingLastIndex()
Original signature : -(NSIndexPath*)indexPathByRemovingLastIndex native declaration : NSIndexPath.h:25 |
static NSIndexPath |
NSIndexPath.indexPathWithIndex(NSUInteger index)
Original signature : +(id)indexPathWithIndex:(NSUInteger) native declaration : NSIndexPath.h:18 |
abstract NSIndexPath |
NSIndexPath._class_.indexPathWithIndex(NSUInteger index)
Original signature : +(id)indexPathWithIndex:(NSUInteger) native declaration : NSIndexPath.h:18 |
static NSIndexPath |
NSIndexPath.indexPathWithIndexes_length(NativeSizeByReference indexes,
NSUInteger length)
Original signature : +(id)indexPathWithIndexes:(NSUInteger*) length:(NSUInteger) native declaration : NSIndexPath.h:19 |
abstract NSIndexPath |
NSIndexPath._class_.indexPathWithIndexes_length(NativeSizeByReference indexes,
NSUInteger length)
Original signature : +(id)indexPathWithIndexes:(NSUInteger*) length:(NSUInteger) native declaration : NSIndexPath.h:19 |
abstract NSIndexPath |
NSIndexPath.initWithIndex(NSUInteger index)
Original signature : -(id)initWithIndex:(NSUInteger) native declaration : NSIndexPath.h:21 |
abstract NSIndexPath |
NSIndexPath.initWithIndexes_length(NativeSizeByReference indexes,
NSUInteger length)
designated initializer Original signature : -(id)initWithIndexes:(NSUInteger*) length:(NSUInteger) native declaration : NSIndexPath.h:22 |
static NSIndexPath |
NSIndexPath.new_()
|
abstract NSIndexPath |
NSIndexPath._class_.new_()
|
Methods in org.rococoa.cocoa.foundation with parameters of type NSIndexPath | |
---|---|
abstract NSObject |
NSIndexPath.compare(NSIndexPath otherObject)
comparison support sorting an array of indexPaths using this comparison results in an array representing nodes in depth-first traversal order Original signature : -(id)compare:(NSIndexPath*) native declaration : NSIndexPath.h:33 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |