Click or drag to resize

IProjectBrowseView Interface

Defines the view for the project browser pad.

Namespace: Altaxo.Gui.Pads.ProjectBrowser
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface IProjectBrowseView

The IProjectBrowseView type exposes the following members.

Properties
 NameDescription
Public propertyController Gets or sets the controller associated with the view.
Public propertyTreeNodeContextMenu Gets the context menu used for tree nodes.
Top
Methods
 NameDescription
Public methodInitializeCurrentFolderSets the display in what folder we are currently in.
Public methodInitializeList Initializes the item list.
Public methodInitializeTreeSets the browser root node.
Public methodSetSortIndicator_ChangeDateColumn Sets the sort indicator for the change date column.
Public methodSetSortIndicator_CreationDateColumn Sets the sort indicator for the creation date column.
Public methodSetSortIndicator_NameColumn Sets the sort indicator for the name column.
Public methodSetSortIndicator_NameRevColumn Sets the sort indicator for the reverse-name column.
Public methodSilentSelectTreeNode Selects the specified tree node without triggering selection handlers.
Public methodSynchronizeListSelection Synchronizes the selection state of the list view.
Top
Remarks
The image indices for the browser tree nodes and list nodes are set as following: 0: project, 1: closed folder, 2: open folder, 3: worksheet, 4: graph.
See Also