Important: The information in this document is obsolete and should not be used for new development.
SetNotebook
Sets the notebook part and its extension.
void SetNotebook (in ODPart notebookPart);
notebookPart
- The
ODPart
object to be used as the notebook. TheODPart
object must have an extension subclassed fromCyberNotebookExtension
.DISCUSSION
This method designates the specified part as the notebook part. If you develop your own notebook part, you can call this method to notify the session object that your notebook part should be used as the notebook. If the user opens a notebook stored as a part in the Finder, Cyberdog calls this method to designate the part as the notebook.The specified part must have an extension subclassed from
CyberNotebookExtension
and a part kind ofkNotebookManagerKind
.Do not subclass this class.
SEE ALSO
TheGetNotebook
method (page 364).