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 / CyberNavigatorExtension


GoToCyberItem

Displays the content referenced by a Cyberdog item in this navigator.

void GoToCyberItem (in CyberItem item, 
in ODPart part, 
in ParameterSet openParams);
item
The Cyberdog item to display.
part
The part that displays the contents of the Cyberdog item.
openParams
The ParameterSet object associated with the opening process.
DISCUSSION
This method opens a Cyberdog item in a navigator. The navigator embeds the display part that displays the content referenced by the Cyberdog item in its content area. The navigator also adds the Cyberdog item to its visitation history.

Typically, this method is called by a Cyberdog display part's implementation of the CyberPartExtension::OpenCyberItem method. It is up to the developer of a display part to determine whether the display part will appear embedded in a navigator.

If you subclass CyberNavigatorExtension, 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 NavigateToCyberItem method (page 260).
The CyberPartExtension::OpenCyberItem method (page 290).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 JUL 1996