Click or drag to resize

AllTextsHandler Class

Shows all text documents in the project.
Inheritance Hierarchy
SystemObject
  Altaxo.Gui.Pads.ProjectBrowserAbstractItemHandler
    Altaxo.Gui.Pads.ProjectBrowserAllTextsHandler

Namespace: Altaxo.Gui.Pads.ProjectBrowser
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class AllTextsHandler : AbstractItemHandler

The AllTextsHandler type exposes the following members.

Constructors
 NameDescription
Public methodAllTextsHandlerInitializes a new instance of the AllTextsHandler class
Top
Methods
 NameDescription
Public methodBeginTracking Starts monitoring of the graph collection.
(Overrides AbstractItemHandlerBeginTracking)
Public methodEndTracking Ends monitoring of the graph collection.
(Overrides AbstractItemHandlerEndTracking)
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 methodGetItemList
(Overrides AbstractItemHandlerGetItemList)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodOnListChange Fires the ListChange event.
(Inherited from AbstractItemHandler)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Events
 NameDescription
Protected event_listChange
(Inherited from AbstractItemHandler)
Public eventListChange Signals that the list has changed, so the view can update the list. When the first receiver registers for the event, the function BeginTracking will be called. If the last receiver unregisters for the event, the function EndTracking will be called.
(Inherited from AbstractItemHandler)
Top
Fields
 NameDescription
Protected field_list
(Inherited from AbstractItemHandler)
Top
See Also