Public Member Functions | Static Public Member Functions

<VCDataSourceConfiguration> Protocol Reference
[Data Source Configurator Plugins]

Implemented by user plugins to provide configuration for a data source. More...

Inherited by VCConfigurator, and VCDSim2SourceConfigurator.

List of all members.

Public Member Functions

(void) - configureSession:asSheetForWindow:
 Implemented by subclasses to begin configuring a session.
(void) - willClose
 Implemented by subclasses so configurators can cleanup.
(void) - receiveConfigurationInfo:
 Implemented by subclasses to receive data from a session.
(void) - setConfigurationDictionary:
 Implemented by subclasses to receive previously stored configuration data.

Static Public Member Functions

(NSString *) + typeConfigured
 Provides a reverse-DNS string giving the type of session that this configurator handles.
(NSString *) + name
 Provides a human-readable name for this configurator.

Detailed Description

An object implementing the VCDataSourceConfiguration protocol provides a way to configure a session. Such configuration usually takes the form of a GUI presented to the user; it may also be a fully automated configuration system.


The documentation for this protocol was generated from the following file: