Click or drag to resize

TextOutputWindowController Class

Controls the Output window pad which shows the Altaxo text output.
Inheritance Hierarchy
SystemObject
  Altaxo.Gui.WorkbenchAbstractPadContent
    Altaxo.Gui.Pads.OutputTextOutputWindowController

Namespace: Altaxo.Gui.Pads.Output
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class TextOutputWindowController : AbstractPadContent, 
	ITextOutputService, IInfoWarningErrorTextMessageService

The TextOutputWindowController type exposes the following members.

Constructors
 NameDescription
Public methodTextOutputWindowController Initializes a new instance of the TextOutputWindowController class. Since this constructor is usually called during creation of the pads, it is not registed as a service with the normal service registration codons. Thus we register it as a service here is 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 methodWrite(String) 
Public methodWrite(String, Object) 
Public methodWrite(IFormatProvider, String, Object) 
Public methodWriteLine 
Public methodWriteLine(String) 
Public methodWriteLine(String, Object) 
Public methodWriteLine(IFormatProvider, String, Object) 
Public methodWriteLine(MessageLevel, String, String) 
Public methodWriteLine(MessageLevel, String, String, Object) 
Public methodWriteLine(MessageLevel, String, IFormatProvider, String, Object) 
Top
Events
 NameDescription
Public eventMessageAdded 
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