Project |
[Missing <summary> documentation for "T:Altaxo.Gui.Pads.ProjectBrowser.ProjectBrowserExtensions"]
public static class ProjectBrowserExtensions
The ProjectBrowserExtensions type exposes the following members.
Name | Description | |
---|---|---|
CanPasteItemsFromClipboard | ||
CopyDocuments | Copy the items given in the list (tables and graphs) to a folder, which is selected by the user via a dialog box. | |
CopySelectedListItemsToClipboard | Moves the selected list items to a folder that is asked for by a dialog. | |
CopySelectedListItemsToFolder | Moves the selected list items to a folder that is asked for by a dialog. | |
CopySelectedListItemsToMultipleFolders | Moves the selected list items to a folder that is asked for by a dialog. | |
CreateNewEmptyWorksheet | Creates a new empty worksheet in the current project folder, and shows it in the document area. | |
CreateNewFolderTextDocument | 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. | |
CreateNewGraph | Creates a new empty graph in the current project folder, and shows it in the document area. | |
CreateNewPropertyBag | Creates a new empty property bag in the current project folder, and shows it in the document area. | |
CreateNewStandardWorksheet | Creates a new worksheet with standard columns in the current project folder, and shows it in the document area. | |
CreateNewTextDocument | Creates a new text document in the current project folder, and shows it in the document area. | |
DeleteSelectedListItems | Deletes the selected list items (with confirmation dialog shown). | |
ExecuteAllDataSources | 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. | |
ExtractCommonColumns | ||
HideSelectedListItems | Hide the selected list items, so that they are not shown in the document area. | |
MoveDocuments | Move the items given in the list (tables and graphs) to a new location. The new location is ask for in a dialog. | |
MoveSelectedListItems | Moves the selected list items to a folder that is asked for by a dialog. | |
PasteItemsFromClipboard | ||
PlotCommonColumns | Plot common columns in two or more tables. | |
RenameSelectedListItem | ||
RenameTreeNode | Rename the project folder, if a project folder is selected in the tree view. | |
ShowDocumentsExclusively | Ensures that the items in the provided list will be shown in the document area, and all other items will be hidden. | |
ShowSelectedListItem | Show the items currently selected in the document area. | |
ShowSelectedListItemsExclusively | Shows the selected list items exclusively in the document area. |