Base class for factories that create a CustomPanel.
Inheritance Hierarchy
Spotfire.Dxp.Application.ExtensionCustomPanelFactoryT
Namespace: Spotfire.Dxp.Application.Extension
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 51.0.16121.3915 (51.0.16121.3915)
Syntax
C#
public abstract class CustomPanelFactory<T> where T : CustomPanel
Type Parameters
- T
- The CustomPanel type.
The CustomPanelFactoryT type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | CustomPanelFactoryT(CustomTypeIdentifier, Image, PanelPlacement) | Obsolete.
Initializes a new instance of the CustomPanelFactoryT class.
|
![]() | CustomPanelFactoryT(CustomTypeIdentifier, Image, DockingPlacement, PanelState) |
Initializes a new instance of the CustomPanelFactoryT class.
|
![]() | CustomPanelFactoryT(CustomTypeIdentifier, Image, PanelPlacement, LicensedFunction) | Obsolete.
Initializes a new instance of the CustomPanelFactoryT class.
|
![]() | CustomPanelFactoryT(CustomTypeIdentifier, Image, DockingPlacement, PanelState, LicensedFunction) |
Initializes a new instance of the CustomPanelFactoryT class.
|
Methods
Name | Description | |
---|---|---|
![]() | CreateCore | Override this method to create the new Panel.
|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Remarks
Version Information
Supported in: 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also