AddIn Methods TIBCO Spotfire 6.0 API Reference
The AddIn type exposes the following members.
Methods

  NameDescription
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnAnalysisServicesRegistered
Override this method to lookup and access analysis services during the per-analysis startup phase of the application.
Protected methodOnGlobalServicesRegistered
Override this method to lookup and access global services during the global startup phase of the application.
Protected methodOnUserServicesRegistered
Override this method to lookup and access user services during the per-user startup phase of the application.
Protected methodRegisterAnalysisServices
Override this method to register one or more analysis services with the application.
Protected methodRegisterApplicationEventHandlers
Override this method to register one or more application event handlers. These are objects of classes deriving from CustomApplicationEventHandler.
Protected methodRegisterCalculationsObsolete.
Override this method to extend the application with new calculations. For each new calculation, it is registered with the AddIn CalculationRegistrar.
Protected methodRegisterDataFunctionExecutors
Override this method to register data function executors with the application.
Protected methodRegisterDataMethods
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 AddIn DataMethodRegistrar.
Protected methodRegisterDataSources
Override this method to extend the application with new data sources. For each new type of data source, a DataSourceFactory is registered with the AddIn DataSourceRegistrar.
Protected methodRegisterDataTransformations
Override this method to extend the application with new data transformations. For each new type of data transformation, a DataTransformationFactory is registered with the AddIn DataTransformationRegistrar.
Protected methodRegisterDataWriters
Override this method to extend the application with new data writers. For each new type of data writer, a DataWriterFactory is registered with the AddIn DataWriterRegistrar.
Protected methodRegisterFittingModels
Override this method to register custom fitting models with the application. For each new type of fitting model, a FittingModelFactory is registered with the AddIn FittingModelRegistrar.
Protected methodRegisterGlobalServices
Override this method to register one or more global services with the application.
Protected methodRegisterHelp
Override this method to register help items with the application.
Protected methodRegisterPanels
Protected methodRegisterPreferences
Override this method to register custom preferences with the application. For each new type of preference, a CustomPreference is registered with the AddIn PreferenceRegistrar.
Protected methodRegisterProperties
Override this method to register custom properties with the application. Each property will be added to the DataPropertyRegistry.
Protected methodRegisterTools
Protected methodRegisterTypeBindings
Override this method to register type bindings used to resolve backward compatibility deserialization issues for .dxp files.
Protected methodRegisterUserServices
Override this method to register one or more user services with the application.
Protected methodRegisterValueRenderers
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 AddIn ValueRendererRegistrar.
Protected methodRegisterViews
Override this method to register views for model objects such as tools. Each new view is registered with the AddIn ViewRegistrar.
Protected methodRegisterVirtualColumnProducers
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 AddIn VirtualColumnRegistrar.
Protected methodRegisterVisuals
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 AddIn VisualRegistrar.
Back to Top
See Also