Uses of Class
org.rococoa.cocoa.appkit.NSTreeNode

Packages that use NSTreeNode
org.rococoa.cocoa.appkit   
 

Uses of NSTreeNode in org.rococoa.cocoa.appkit
 

Methods in org.rococoa.cocoa.appkit that return NSTreeNode
static NSTreeNode NSTreeNode.alloc()
           
abstract  NSTreeNode NSTreeNode._class_.alloc()
           
static NSTreeNode NSTreeNode.createWithRepresentedObject(ObjCObject modelObject)
          Factory method
abstract  NSTreeNode NSTreeNode.descendantNodeAtIndexPath(NSIndexPath indexPath)
          traversal begins with receiver
Original signature : -(NSTreeNode*)descendantNodeAtIndexPath:(NSIndexPath*)
native declaration : NSTreeNode.h:39
abstract  NSTreeNode NSTreeNode.initWithRepresentedObject(ObjCObject modelObject)
          Original signature : -(id)initWithRepresentedObject:(id)
native declaration : NSTreeNode.h:29
static NSTreeNode NSTreeNode.new_()
           
abstract  NSTreeNode NSTreeNode._class_.new_()
           
abstract  NSTreeNode NSTreeNode.parentNode()
          Original signature : -(NSTreeNode*)parentNode
native declaration : NSTreeNode.h:41
static NSTreeNode NSTreeNode.treeNodeWithRepresentedObject(ObjCObject modelObject)
          Original signature : +(id)treeNodeWithRepresentedObject:(id)
native declaration : NSTreeNode.h:28
abstract  NSTreeNode NSTreeNode._class_.treeNodeWithRepresentedObject(ObjCObject modelObject)
          Original signature : +(id)treeNodeWithRepresentedObject:(id)
native declaration : NSTreeNode.h:28
 

Methods in org.rococoa.cocoa.appkit with parameters of type NSTreeNode
abstract  NSString NSTreeController.childrenKeyPathForNode(NSTreeNode node)
          Original signature : -(NSString*)childrenKeyPathForNode:(NSTreeNode*)
native declaration : NSTreeController.h:107
abstract  NSString NSTreeController.countKeyPathForNode(NSTreeNode node)
          Original signature : -(NSString*)countKeyPathForNode:(NSTreeNode*)
native declaration : NSTreeController.h:108
abstract  NSString NSTreeController.leafKeyPathForNode(NSTreeNode node)
          Original signature : -(NSString*)leafKeyPathForNode:(NSTreeNode*)
native declaration : NSTreeController.h:109
abstract  void NSTreeController.moveNode_toIndexPath(NSTreeNode node, NSIndexPath indexPath)
          Original signature : -(void)moveNode:(NSTreeNode*) toIndexPath:(NSIndexPath*)
native declaration : NSTreeController.h:104
 



Copyright © 2009. All Rights Reserved.