Altaxo. |
| Class | Description | |
|---|---|---|
| AbstractItemHandler | Abstracts the handling of the list items that are currently shown. | |
| AllGraphHandler | Shows all graphs in the project. | |
| AllTextsHandler | Shows all text documents in the project. | |
| AllWorksheetHandler | Shows all tables in the project. | |
| BrowserListItem | Represents an item in the project browser list. | |
| BrowserListItemComparer | Compares SelectableListNode instances using one or two sort criteria. | |
| CmdClearDataTablesShowDialog | Opens the dialog for clearing selected data tables. | |
| CmdExchangeTablesForPlotItems | Exchanges tables of plot items in the selected graphs. | |
| CmdExecuteAllDataSources | Executes all data sources of the selected tables. | |
| CmdExtractCommonColumns | Extracts common columns of the selected tables. | |
| CmdListItemClipboardCopy | Copies the selected project browser list items to the clipboard. | |
| CmdListItemCopyTo | Copies the selected project browser list items to another folder. | |
| CmdListItemCopyToMultipleFolders | Copies the selected project browser list items to multiple folders. | |
| CmdListItemDelete | Deletes the selected project browser list items. | |
| CmdListItemHide | Hides the selected project browser list items. | |
| CmdListItemMoveTo | Moves the selected project browser list items. | |
| CmdListItemRename | Renames the selected project browser list item. | |
| CmdListItemShow | Shows the selected project browser list item. | |
| CmdMultiExportGraphs | Exports the selected graphs. | |
| CmdMultiExportGraphsAsMiniProject | Exports the selected graphs as mini projects. | |
| CmdMultiImportTables | Imports data into the selected tables. | |
| CmdMultiRenameItems | Opens the multi-rename dialog for the selected items. | |
| CmdMultiRescaleGraphs | This command will rescale all axes in all layers of all selected graph documents. | |
| CmdMultiResizeGraphs | This command will rescale all axes in all layers of all selected graph documents. | |
| CmdNewEmptyWorksheet | Creates a new empty worksheet. | |
| CmdNewFolderTextDocument | Creates a new folder text document. | |
| CmdNewGraph | Creates a new graph. | |
| CmdNewPropertyBag | Creates a new property bag. | |
| CmdNewStandardWorksheet | Creates a new standard worksheet. | |
| CmdNewTextDocument | Creates a new text document. | |
| CmdPlotCommonColumns | Plots common columns of the selected tables. | |
| CmdTreeNodeFolderDelete | Deletes the selected folder and its documents. | |
| CmdTreeNodeFolderRename | Renames the selected folder tree node. | |
| CmdTreeNodeHideWindows | Hides all documents in the selected tree node. | |
| CmdTreeNodeHideWindowsRecursively | Hides all documents in the selected tree node recursively. | |
| CmdTreeNodeShowWindows | Shows all documents in the selected tree node. | |
| CmdTreeNodeShowWindowsRecursively | Shows all documents in the selected tree node recursively. | |
| CmdViewOnSelectFolderAndSubfolderItems | Shows items in the selected folder and subfolders when a tree node is selected. | |
| CmdViewOnSelectFolderItems | Shows items in the selected folder when a tree node is selected. | |
| CmdViewOnSelectListNodeOff | Disables the action executed when selecting a list item. | |
| CmdViewOnSelectListNodeOn | Enables the action executed when selecting a list item. | |
| CmdViewOnSelectOff | Disables automatic showing of items when selecting a tree node. | |
| ListItemSelectionEvaluator | Evaluates conditions based on the number and type of selected project browser list items. Two attributes are used: selcount and itemtype. The value of selcount starts with one of the comparison characters (<, =, >) followed by an integer, for example =1. The value of itemtype, if set, is the class name of the items that should be selected. | |
| ListViewDragDropDataObject | Provides drag-and-drop data for project browser list view items. | |
| NGBrowserTreeNode | Represents a tree node used by the project browser. | |
| NGProjectFolderTreeNode | Represents a project folder node in the project browser. | |
| ProjectAllItemHandler | Shows all available items (tables, graphs, ..) in the project. | |
| ProjectBrowseController | Controls the project browser pad. | |
| ProjectBrowseControllerCommand | Provides a base class for commands operating on a ProjectBrowseController. | |
| ProjectBrowserExtensions | Provides extension methods for project browser commands. | |
| SpecificProjectFolderHandler | Shows the items in a specified project folder. |
| Interface | Description | |
|---|---|---|
| IGuiBrowserTreeNode | Defines callbacks for GUI-aware browser tree nodes. | |
| IProjectBrowseView | Defines the view for the project browser pad. |
| Enumeration | Description | |
|---|---|---|
| BrowserListItemSortKind | Defines the sort modes supported for project browser list items. | |
| ProjectBrowseItemImage | Defines the images used for project browser items. | |
| ViewOnSelect | Defines how items are shown when a folder is selected. |