The Spotfire.Dxp.Application.Interop namespace contains classes used to integrate TIBCO Spotfire with COM applications.
Classes
Class | Description | |
---|---|---|
AnalysisApplicationComView |
Base class for all COM-views of the AnalysisApplication. A client that is automating TIBCO Spotfire via COM
can load an instance of its automation class, which must be derived from AnalysisApplicationComView
in the LoadViews(ILoadViewsContext) callback.
|
|
ComWrapper |
Wraps a COM object and provides support for calling late-bound methods on that object.
|
Interfaces
Interface | Description | |
---|---|---|
IAnalysisApplicationController |
Allows the AnalysisApplication to be controlled via COM.
|
|
IAnalysisApplicationControllerCallback |
The callbacks supported by the IAnalysisApplicationController.
|
|
IExitContext |
The context argument for the Exited(IExitContext) callback.
|
|
ILoadViewsContext |
The context argument for the LoadViews(ILoadViewsContext) callback.
|
|
IStartContext |
The context argument for the Started(IStartContext) callback.
|
Delegates
Delegate | Description | |
---|---|---|
AnalysisApplicationComView ApplicationInteractor |
Type of a method that interacts with the AnalysisApplication without returning a result.
|
|
AnalysisApplicationComView ApplicationInteractor T |
Type of a method that interacts with the AnalysisApplication and returns a result.
|