Text |
public class TextOutputWindowController : AbstractPadContent, ITextOutputService, IInfoWarningErrorTextMessageService
The TextOutputWindowController type exposes the following members.
Name | Description | |
---|---|---|
TextOutputWindowController | 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. |
Name | Description | |
---|---|---|
Category | (Inherited from AbstractPadContent) | |
ContentId | (Inherited from AbstractPadContent) | |
DefaultPosition | (Inherited from AbstractPadContent) | |
IconSource | (Inherited from AbstractPadContent) | |
InitiallyFocusedControl |
Gets the control which has focus initially.
(Inherited from AbstractPadContent) | |
IsActive |
Gets or sets a value indicating whether the view of this instance is active in the UI.
(Inherited from AbstractPadContent) | |
IsSelected |
Gets or sets a value indicating whether the view of this instance is selected (e.g. inside its container).
(Inherited from AbstractPadContent) | |
IsVisible |
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) | |
ModelObject | (Overrides AbstractPadContentModelObject) | |
PadDescriptor | (Inherited from AbstractPadContent) | |
Shortcut | (Inherited from AbstractPadContent) | |
Title | (Inherited from AbstractPadContent) | |
ViewObject | (Overrides AbstractPadContentViewObject) |
Name | Description | |
---|---|---|
BringToFront | (Inherited from AbstractPadContent) | |
Dispose | (Inherited from AbstractPadContent) | |
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 the default hash function. (Inherited from Object) | |
GetService | (Inherited from AbstractPadContent) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
OnPropertyChanged | (Inherited from AbstractPadContent) | |
ToString | Returns a string that represents the current object. (Inherited from Object) | |
Write(String) | ||
Write(String, Object) | ||
Write(IFormatProvider, String, Object) | ||
WriteLine | ||
WriteLine(String) | ||
WriteLine(String, Object) | ||
WriteLine(IFormatProvider, String, Object) | ||
WriteLine(MessageLevel, String, String) | ||
WriteLine(MessageLevel, String, String, Object) | ||
WriteLine(MessageLevel, String, IFormatProvider, String, Object) |
Name | Description | |
---|---|---|
MessageAdded | ||
PropertyChanged | (Inherited from AbstractPadContent) |
Name | Description | |
---|---|---|
_category | (Inherited from AbstractPadContent) | |
_contentId | (Inherited from AbstractPadContent) | |
_iconSource | (Inherited from AbstractPadContent) | |
_isActive | (Inherited from AbstractPadContent) | |
_isSelected | (Inherited from AbstractPadContent) | |
_isVisible | (Inherited from AbstractPadContent) | |
_padDescriptor | (Inherited from AbstractPadContent) | |
_shortCut | (Inherited from AbstractPadContent) | |
_title | (Inherited from AbstractPadContent) |