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


CyberExtension

Superclasses
ODExtension --> ODRefCntObject --> ODObject
Subclasses
CyberContainerExtension, CyberDownloadExtension, CyberFormExtension, CyberItemPromptExtension, CyberLogExtension, CyberNotebookExtension, CyberPanelExtension, CyberPartExtension, CyberProgressPartExtension
The CyberExtension class is the abstract superclass for all Cyberdog-related extensions.

Description

The CyberExtension class provides methods for creating and accessing the global CyberSession object. All Cyberdog extension classes descend from CyberExtension. As a developer, you will probably not need to subclass CyberExtension directly; instead, you should subclass descendants of CyberExtension.

Cyberdog also provides global functions for creating and accessing the global CyberSession object. The InitCyberdog function (page 188) creates and initializes the global session object. The GetCyberSession function (page 188) retrieves the global session object.

Methods

This section presents summary descriptions of the CyberExtension methods, followed by detailed descriptions.

Accessing the Cyberdog Session

CreateCyberSession
Creates and returns a global session object.
GetCyberSession
Retrieves the global session object.

Methods
CreateCyberSession
GetCyberSession

Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 JUL 1996