Click or drag to resize

DataDisplayController Class

Controls the data display window pad that shows the data obtained from the data reader.
Inheritance Hierarchy
SystemObject
  Altaxo.Gui.WorkbenchAbstractPadContent
    Altaxo.Gui.Pads.DataDisplayDataDisplayController

Namespace: Altaxo.Gui.Pads.DataDisplay
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class DataDisplayController : AbstractPadContent, 
	IDataDisplayService

The DataDisplayController type exposes the following members.

Constructors
 NameDescription
Public methodDataDisplayController Initializes a new instance of the DataDisplayController class. Since this is created as a pad codon, it is not created in a service codon, thus we register it as a service in this constructor.
Top
Properties
 NameDescription
Public propertyCategory
(Inherited from AbstractPadContent)
Public propertyContentId
(Inherited from AbstractPadContent)
Public propertyDefaultPosition
(Inherited from AbstractPadContent)
Public propertyIconSource
(Inherited from AbstractPadContent)
Public propertyInitiallyFocusedControl Gets the control which has focus initially.
(Inherited from AbstractPadContent)
Public propertyIsActive Gets or sets a value indicating whether the view of this instance is active in the UI.
(Inherited from AbstractPadContent)
Public propertyIsSelected Gets or sets a value indicating whether the view of this instance is selected (e.g. inside its container).
(Inherited from AbstractPadContent)
Public propertyIsVisible Gets or sets the visibility of the pad. If false, the pad is not visible. If true, the pad may be visible or is collapsed.
(Inherited from AbstractPadContent)
Public propertyModelObject
(Overrides AbstractPadContentModelObject)
Public propertyPadDescriptor
(Inherited from AbstractPadContent)
Public propertyShortcut
(Inherited from AbstractPadContent)
Public propertyTitle
(Inherited from AbstractPadContent)
Public propertyViewObject
(Overrides AbstractPadContentViewObject)
Top
Methods
 NameDescription
Public methodBringToFront
(Inherited from AbstractPadContent)
Public methodDispose
(Inherited from AbstractPadContent)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetService
(Inherited from AbstractPadContent)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodOnPropertyChanged
(Inherited from AbstractPadContent)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodWriteOneLineWrites a string to the output.
Public methodWriteThreeLines Writes three lines to the output.
Public methodWriteTwoLines Writes two lines to the window.
Top
Events
 NameDescription
Public eventPropertyChanged
(Inherited from AbstractPadContent)
Top
Fields
 NameDescription
Protected field_category
(Inherited from AbstractPadContent)
Protected field_contentId
(Inherited from AbstractPadContent)
Protected field_iconSource
(Inherited from AbstractPadContent)
Protected field_isActive
(Inherited from AbstractPadContent)
Protected field_isSelected
(Inherited from AbstractPadContent)
Protected field_isVisible
(Inherited from AbstractPadContent)
Protected field_padDescriptor
(Inherited from AbstractPadContent)
Protected field_shortCut
(Inherited from AbstractPadContent)
Protected field_title
(Inherited from AbstractPadContent)
Top
See Also