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


NavigateToCyberItem

Displays the content referenced by a Cyberdog item that has been shown in this navigator.

void NavigateToCyberItem (in CyberItem item);
item
The Cyberdog item to revisit.
DISCUSSION
This method notifies a navigator part to navigate to a Cyberdog item that is already in its visitation history. If the specified item is not in the visitation history, this method calls the item's Open method. The navigator embeds the display part associated with the Cyberdog item and updates the visitation history. This method is typically called when the user selects a Cyberdog item from the navigator's visitation history.

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 GoToCyberItem method (page 258).
The CyberItem::Open method (page 241).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 JUL 1996