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


NextCyberItem

Displays the content referenced by the next Cyberdog item in this navigator's visitation history.

void NextCyberItem ();
DISCUSSION
This method notifies a navigator to select the next Cyberdog item in its visitation history and display the item's content. If there is no next item in the visitation history, the navigator does nothing. The navigator embeds the display part associated with the Cyberdog item and updates the visitation history.

If you subclass CyberNavigatorExtension, you must override this method. Your override must call its inherited method.

SEE ALSO
The NavigateToCyberItem method (page 260).
The PreviousCyberItem method (page 261).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 JUL 1996