Click or drag to resize

ProjectBrowserExtensions Class

[Missing <summary> documentation for "T:Altaxo.Gui.Pads.ProjectBrowser.ProjectBrowserExtensions"]

Inheritance Hierarchy
SystemObject
  Altaxo.Gui.Pads.ProjectBrowserProjectBrowserExtensions

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

The ProjectBrowserExtensions type exposes the following members.

Methods
 NameDescription
Public Extension MethodCanPasteItemsFromClipboard 
Public methodStatic memberCopyDocuments Copy the items given in the list (tables and graphs) to a folder, which is selected by the user via a dialog box.
Public Extension MethodCopySelectedListItemsToClipboard Moves the selected list items to a folder that is asked for by a dialog.
Public Extension MethodCopySelectedListItemsToFolder Moves the selected list items to a folder that is asked for by a dialog.
Public Extension MethodCopySelectedListItemsToMultipleFolders Moves the selected list items to a folder that is asked for by a dialog.
Public Extension MethodCreateNewEmptyWorksheet Creates a new empty worksheet in the current project folder, and shows it in the document area.
Public Extension MethodCreateNewFolderTextDocument Creates a new folder text document in the current project folder (i.e. a text document which has the same name as the folder), and shows it in the document area.
Public Extension MethodCreateNewGraph Creates a new empty graph in the current project folder, and shows it in the document area.
Public Extension MethodCreateNewPropertyBag Creates a new empty property bag in the current project folder, and shows it in the document area.
Public Extension MethodCreateNewStandardWorksheet Creates a new worksheet with standard columns in the current project folder, and shows it in the document area.
Public Extension MethodCreateNewTextDocument Creates a new text document in the current project folder, and shows it in the document area.
Public Extension MethodDeleteSelectedListItems Deletes the selected list items (with confirmation dialog shown).
Public Extension MethodExecuteAllDataSources This command will executes all data sources in all selected tables in the project browser. For that, it takes into account the dependencies of each data source to other tables, and execute those sources first, which do not have dependencies to tables for which the data source is executed later.
Public Extension MethodExtractCommonColumns 
Public Extension MethodHideSelectedListItems Hide the selected list items, so that they are not shown in the document area.
Public methodStatic memberMoveDocuments Move the items given in the list (tables and graphs) to a new location. The new location is ask for in a dialog.
Public Extension MethodMoveSelectedListItems Moves the selected list items to a folder that is asked for by a dialog.
Public Extension MethodPasteItemsFromClipboard 
Public Extension MethodPlotCommonColumns Plot common columns in two or more tables.
Public Extension MethodRenameSelectedListItem 
Public Extension MethodRenameTreeNode Rename the project folder, if a project folder is selected in the tree view.
Public methodStatic memberShowDocumentsExclusively Ensures that the items in the provided list will be shown in the document area, and all other items will be hidden.
Public Extension MethodShowSelectedListItem Show the items currently selected in the document area.
Public Extension MethodShowSelectedListItemsExclusively Shows the selected list items exclusively in the document area.
Top
See Also