TreeNodeProtocol Protocol Reference

Declared in TreeNodeProtocol.h

Overview

Declares the protocol of tree node operations.

– setNewParent: required method

Sets a new parent of this tree node. 新しい親を指定する。

- (void)setNewParent:(id)parent

Discussion

Sets a new parent of this tree node. 新しい親を指定する。

Declared In

TreeNodeProtocol.h