Important: The information in this document is obsolete and should not be used for new development.
CyberConnectExtension
The
- Superclasses
CyberPanelExtension --> CyberExtension --> ODExtension --> ODRefCntObject --> ODObject
- Subclasses
- none
CyberConnectExtension
class defines extra behaviors for parts that will be embedded as panels in the Connect To dialog box.Description
A Connect To panel allows the user to enter all the information necessary to specify a Cyberdog item for a particular service. For example, a Connect To panel to specify a Cyberdog item for an FTP site would allow the user to specify the host computer, the path, and so on.
CyberConnectExtension
is an abstract superclass you can subclass and implement to create a custom Connect To panel. Typically, you need to create your own Connect To panel only if you add a new service to Cyberdog.Methods
TheCyberConnectExtension
class has a single method,CreateCyberItem
. A detailed description of the method follows.
CreateCyberItem
- Creates a Cyberdog item from information specified in this Connect To panel.
Methods
- CreateCyberItem