CustomExportTool Class TIBCO Spotfire 7.9 API Reference
This is the base class when creating a custom export tool.
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.ApplicationTool
    Spotfire.Dxp.ApplicationToolDocument
      Spotfire.Dxp.Application.ToolsExportTool
        Spotfire.Dxp.Application.ExtensionCustomExportTool

Namespace: Spotfire.Dxp.Application.Extension
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 30.0.10915.3380 (30.0.10915.3380)
Syntax

C#
public abstract class CustomExportTool : ExportTool

The CustomExportTool type exposes the following members.

Constructors

  NameDescription
Protected methodCustomExportTool(String)
Initializes a new instance of the CustomExportTool class.
Protected methodCustomExportTool(String, Image)
Initializes a new instance of the CustomExportTool class.
Protected methodCustomExportTool(String, Image, LicensedFunction)
Initializes a new instance of the CustomExportTool class.
Top
Methods

  NameDescription
Public methodExecute
Executes the tool for the specified context. If IsEnabled(TContext) returns false, this method does nothing.
(Inherited from ToolTContext.)
Public methodExecuteAndPrompt
Executes the tool for the specified context. If IsEnabled(TContext) returns false, this method does nothing.
(Inherited from ToolTContext.)
Protected methodExecuteAndPromptCore
Implement this method to perform tool-specific logic.
(Inherited from ToolTContext.)
Protected methodExecuteCore(Document)
Implement this method to perform tool-specific logic.
(Inherited from ExportTool.)
Protected methodCode exampleExecuteCore(Document, ExportResult)
Implement this method to perform tool specific logic. This method will always be executed as a top-level progress operation.
(Inherited from ExportTool.)
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.)
Protected methodGetMenuTextCore
Gets the menu text for the tool.
Protected methodGetSupportsPromptingCore
Override this method to return a value indicating whether this tool supports the ExecuteAndPrompt method which enables asynchronous prompting e.g. on the Web Player.
(Inherited from ToolTContext.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsEnabled
Gets whether or not the tool is enabled for the specified context. If context is null or not of the type specified by ContextType, false is always returned.
(Inherited from ToolTContext.)
Protected methodIsEnabledCore
Override this method to control when the tool is enabled.
(Inherited from ToolTContext.)
Protected methodIsVisibleCore
Gets whether or not the tool should be visible in the application given its context. Hiding a tool will remove it from the user interface of its context and prevent usage. Override with a custom implementation to control when the tool is visible.
(Inherited from ToolTContext.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Top
Version Information

Supported in: 7.9, 7.8, 7.7, 7.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also

Reference