Public Member Functions | |
(CPTreeNode _parentNode) | - accessors [implementation] |
(CPArray) | - childNodes [implementation] |
(void) | - encodeWithCoder: [implementation] |
(id) | - initWithCoder: [implementation] |
(id) | - initWithRepresentedObject: [implementation] |
(void) | - insertObject:inChildNodesAtIndex: [implementation] |
(BOOL) | - isLeaf [implementation] |
(CPMutableArray) | - mutableChildNodes [implementation] |
(id) | - objectInChildNodesAtIndex: [implementation] |
(void) | - removeObjectFromChildNodesAtIndex: [implementation] |
(void) | - replaceObjectFromChildNodesAtIndex:withObject: [implementation] |
(void) | - sortWithSortDescriptors:recursively: [implementation] |
Static Public Member Functions | |
(id) | + treeNodeWithRepresentedObject: [implementation] |
Definition at line 5 of file CPTreeNode.j.
- (CPTreeNode _parentNode) accessors | (readonly) | |||
(property) | = parentNode | |||
[implementation] |
- (CPArray) childNodes | [implementation] |
Definition at line 36 of file CPTreeNode.j.
- (void) encodeWithCoder: | (CPCoder) | aCoder | [implementation] |
Definition at line 112 of file CPTreeNode.j.
- (id) initWithCoder: | (CPCoder) | aCoder | [implementation] |
Definition at line 98 of file CPTreeNode.j.
- (id) initWithRepresentedObject: | (id) | anObject | [implementation] |
Definition at line 18 of file CPTreeNode.j.
- (void) insertObject: | (id) | aTreeNode | ||
inChildNodesAtIndex: | (CPInteger) | anIndex | ||
[implementation] |
Definition at line 46 of file CPTreeNode.j.
- (BOOL) isLeaf | [implementation] |
Definition at line 31 of file CPTreeNode.j.
- (CPMutableArray) mutableChildNodes | [implementation] |
Definition at line 41 of file CPTreeNode.j.
- (id) objectInChildNodesAtIndex: | (CPInteger) | anIndex | [implementation] |
Definition at line 72 of file CPTreeNode.j.
- (void) removeObjectFromChildNodesAtIndex: | (CPInteger) | anIndex | [implementation] |
Definition at line 55 of file CPTreeNode.j.
- (void) replaceObjectFromChildNodesAtIndex: | (CPInteger) | anIndex | ||
withObject: | (id) | aTreeNode | ||
[implementation] |
Definition at line 62 of file CPTreeNode.j.
- (void) sortWithSortDescriptors: | (CPArray) | sortDescriptors | ||
recursively: | (BOOL) | shouldSortRecursively | ||
[implementation] |
Definition at line 77 of file CPTreeNode.j.
+ (id) treeNodeWithRepresentedObject: | (id) | anObject | [implementation] |
Definition at line 13 of file CPTreeNode.j.