AddIn Methods TIBCO Spotfire 7.6 API Reference

The AddIn type exposes the following members.

Methods

  Name Description
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected method OnAnalysisServicesRegistered
Override this method to lookup and access analysis services during the per-analysis startup phase of the application.
Protected method OnGlobalServicesRegistered
Override this method to lookup and access global services during the global startup phase of the application.
Protected method OnUserServicesRegistered
Override this method to lookup and access user services during the per-user startup phase of the application.
Protected method RegisterAnalysisServices
Override this method to register one or more analysis services with the application.
Protected method RegisterApplicationEventHandlers
Override this method to register one or more application event handlers. These are objects of classes deriving from CustomApplicationEventHandler.
Protected method RegisterCalculations Obsolete.
Override this method to extend the application with new calculations. For each new calculation, it is registered with the AddInCalculationRegistrar.
Protected method RegisterDataAdapters
Override this method to extend the application with new data adapters. For each new type of data adapter, a DataAdapterFactory is registered with the DataAdapterRegistrar.
Protected method RegisterDataFunctionExecutors
Override this method to register data function executors with the application.
Protected method RegisterDataMethods
Override this method to extend the application with new data methods (e.g. aggregation methods). For each new data method, it is registered with the AddInDataMethodRegistrar.
Protected method RegisterDataSources
Override this method to extend the application with new data sources. For each new type of data source, a DataSourceFactory is registered with the AddInDataSourceRegistrar.
Protected method RegisterDataTransformations
Override this method to extend the application with new data transformations. For each new type of data transformation, a DataTransformationFactory is registered with the AddInDataTransformationRegistrar.
Protected method RegisterDataWriters
Override this method to extend the application with new data writers. For each new type of data writer, a DataWriterFactory is registered with the AddInDataWriterRegistrar.
Protected method RegisterFittingModels
Override this method to register custom fitting models with the application. For each new type of fitting model, a FittingModelFactory is registered with the AddInFittingModelRegistrar.
Protected method RegisterGlobalServices
Override this method to register one or more global services with the application.
Protected method RegisterHelp
Override this method to register help items with the application.
Protected method RegisterPanels
Protected method RegisterPreferences
Override this method to register custom preferences with the application. For each new type of preference, a CustomPreference is registered with the AddInPreferenceRegistrar.
Protected method RegisterProperties
Override this method to register custom properties with the application. Each property will be added to the DataPropertyRegistry.
Protected method RegisterTools
Protected method RegisterTypeBindings
Override this method to register type bindings used to resolve backward compatibility deserialization issues for .dxp files.
Protected method RegisterUserServices
Override this method to register one or more user services with the application.
Protected method RegisterValueRenderers
Override this method to register value renderer producers with the application. For each new type of value renderer producer, a ValueRendererFactory is registered with the AddInValueRendererRegistrar.
Protected method RegisterViews
Override this method to register views for model objects such as tools. Each new view is registered with the AddInViewRegistrar.
Protected method RegisterVirtualColumnProducers
Override this method to register virtual column producers with the application. For each new type of virtual column producer, a VirtualColumnProducerFactory is registered with the AddInVirtualColumnRegistrar.
Protected method RegisterVisuals
Override this method to extend the application with new visuals (e.g. plots). For each new type of visual, a VisualFactory is registered with the AddInVisualRegistrar.
Top
See Also

Reference