Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Cyberdog Programmer's Kit / Part 3 - Cyberdog Reference
Chapter 7 - Classes and Methods / CyberOpenerPartExtension


OpenPart

Opens a part to display the data referenced by the specified Cyberdog item.

void OpenPart (in CyberItem item, 
in ODPart part, 
in ParameterSet openParams);
item
The CyberItem object that is being opened.
part
The part that is to display the content associated with the Cyberdog item.
openParams
The parameter set associated with the opening process.
DISCUSSION
A Cyberdog display part calls this method to open a part to display the content associated with a Cyberdog item. The opener part displays the specified part either by assigning the part to its own frames or by opening the part in its own window.

An opener part may also call this method from its OpenFile method after creating an OpenDoc part to display the content of a Cyberdog item downloaded by the download part.

If you subclass CyberOpenerPartExtension, you must override this method. Your override must not call its inherited method; that is, your override method must implement this method's functionality completely.

SEE ALSO
The OpenFile method (page 274).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 JUL 1996