|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rococoa.cocoa.foundation.NSObject
org.rococoa.cocoa.appkit.NSTreeNode
public abstract class NSTreeNode
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.
| Nested Class Summary | |
|---|---|
static class |
NSTreeNode.__NSTreeNodeFlags
|
static class |
NSTreeNode._class_
|
| Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
|---|
NSObject._static_ |
| Constructor Summary | |
|---|---|
NSTreeNode()
|
|
| Method Summary | |
|---|---|
static NSTreeNode |
alloc()
|
abstract NSArray |
childNodes()
traversal Original signature : -(NSArray*)childNodesnative declaration : NSTreeNode.h:37 |
static NSTreeNode |
createWithRepresentedObject(ObjCObject modelObject)
Factory method |
abstract NSTreeNode |
descendantNodeAtIndexPath(NSIndexPath indexPath)
traversal begins with receiver Original signature : -(NSTreeNode*)descendantNodeAtIndexPath:(NSIndexPath*)native declaration : NSTreeNode.h:39 |
static NSTreeNode._class_ |
getNSClass()
|
abstract NSIndexPath |
indexPath()
stats represents the receivers location in entire tree Original signature : -(NSIndexPath*)indexPathnative declaration : NSTreeNode.h:34 |
abstract NSTreeNode |
initWithRepresentedObject(ObjCObject modelObject)
Original signature : -(id)initWithRepresentedObject:(id)native declaration : NSTreeNode.h:29 |
abstract boolean |
isLeaf()
determined by (count of child nodes == 0) Original signature : -(BOOL)isLeafnative declaration : NSTreeNode.h:35 |
abstract NSMutableArray |
mutableChildNodes()
returns a mutable proxy - parentNode of inserted/removed child nodes is automatically updated Original signature : -(NSMutableArray*)mutableChildNodesnative declaration : NSTreeNode.h:38 |
static NSTreeNode |
new_()
|
abstract NSTreeNode |
parentNode()
Original signature : -(NSTreeNode*)parentNodenative declaration : NSTreeNode.h:41 |
abstract NSObject |
representedObject()
Original signature : -(id)representedObjectnative declaration : NSTreeNode.h:31 |
abstract void |
sortWithSortDescriptors_recursively(NSArray sortDescriptors,
boolean recursively)
sorts the entire subtree Original signature : -(void)sortWithSortDescriptors:(NSArray*) recursively:(BOOL)native declaration : NSTreeNode.h:44 |
static NSTreeNode |
treeNodeWithRepresentedObject(ObjCObject modelObject)
Original signature : +(id)treeNodeWithRepresentedObject:(id)native declaration : NSTreeNode.h:28 |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.rococoa.ObjCObject |
|---|
id |
| Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
|---|
autorelease, class_, conformsToProtocol, hash, isEqual, isMemberOfClass, isProxy, performSelector_withObject_withObject, performSelector_withObject, performSelector, respondsToSelector, self, superclass, zone |
| Constructor Detail |
|---|
public NSTreeNode()
| Method Detail |
|---|
public static NSTreeNode treeNodeWithRepresentedObject(ObjCObject modelObject)
+(id)treeNodeWithRepresentedObject:(id)
public abstract NSTreeNode initWithRepresentedObject(ObjCObject modelObject)
-(id)initWithRepresentedObject:(id)
public static NSTreeNode createWithRepresentedObject(ObjCObject modelObject)
initWithRepresentedObject(org.rococoa.ObjCObject)public abstract NSObject representedObject()
-(id)representedObject
public abstract NSIndexPath indexPath()
-(NSIndexPath*)indexPath
public abstract boolean isLeaf()
-(BOOL)isLeaf
public abstract NSArray childNodes()
-(NSArray*)childNodes
public abstract NSMutableArray mutableChildNodes()
-(NSMutableArray*)mutableChildNodes
public abstract NSTreeNode descendantNodeAtIndexPath(NSIndexPath indexPath)
-(NSTreeNode*)descendantNodeAtIndexPath:(NSIndexPath*)
public abstract NSTreeNode parentNode()
-(NSTreeNode*)parentNode
public abstract void sortWithSortDescriptors_recursively(NSArray sortDescriptors,
boolean recursively)
-(void)sortWithSortDescriptors:(NSArray*) recursively:(BOOL)
public static NSTreeNode alloc()
public static NSTreeNode new_()
public static NSTreeNode._class_ getNSClass()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||