Project |
The ProjectBrowseController type exposes the following members.
| Name | Description | |
|---|---|---|
| Both_FolderTreeAndItemList_DropCanAcceptData | Tests if the item list can accept data to be dropped here. | |
| BothFolderTreeAndItemList_Drop | Executes a drop operation into the item list. | |
| BringToFront |
Brings the pad to the front by making it visible and selected.
(Inherited from AbstractPadContent) | |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Overrides AbstractPadContentDispose) | |
| EhListView_OneFolderUp | Navigate on folder up, to the parent folder. | |
| EhListViewAfterSelect | Called from the view if the selection of items in the list has changed. | |
| EhListViewDoubleClick | Called from the view if a list item was double clicked. | |
| EhNavigateBackward | Navigates backward in the project browser history. | |
| EhNavigateForward | Navigates forward in the project browser history. | |
| EhToggleListSort_ChangeDate | Toggles sorting by the change-date column. | |
| EhToggleListSort_CreationDate | Toggles sorting by the creation-date column. | |
| EhToggleListSort_Name | Toggles sorting by the name column. | |
| EhToggleListSort_NameRev | Toggles sorting by the reverse-name column. | |
| EhTreeNodeAfterSelect | Called from the view after selecting a tree node. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| FolderTree_CanStartDrag | Indicates that a drag operation from the folder tree can be started. | |
| FolderTree_DragCancelled | Called when the folder-tree drag operation is cancelled. | |
| FolderTree_DragEnded | Called when the drag was successfully executed. | |
| FolderTree_Drop | Executes a drop operation into the item list or folder tree. | |
| FolderTree_DropCanAcceptData | Tests if the folder tree or item list can accept data to be dropped into the target folder. | |
| FolderTree_StartDrag | Starts a drag operation from the items list. | |
| GetAllListItems | Get all items in the list. | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetNumberOfSelectedListItems | Returns the number of currently selected list items. | |
| GetSelectedListItems | Get a list of selected items (tables, graphs and project folders). | |
| GetService |
Gets a service provided by this pad content.
(Inherited from AbstractPadContent) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| IsProjectFolderSelected | Determines whether a project folder is selected in the tree view. | |
| ItemList_CanStartDrag | Indicates that a drag operation from the items list can be started. | |
| ItemList_DragCancelled | Called when the list drag operation is cancelled. | |
| ItemList_DragEnded | Called when the drag was successfully executed. | |
| ItemList_StartDrag | Starts a drag operation from the folder tree. | |
| ListView_Drop | Executes a drop operation into the folder tree. | |
| ListView_DropCanAcceptData | Tests if the folder tree can accept data to be dropped here. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| OnPropertyChanged |
Raises the PropertyChanged event.
(Inherited from AbstractPadContent) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Name | Description | |
|---|---|---|
| CanPasteItemsFromClipboard |
Determines whether items can be pasted from the clipboard.
(Defined by ProjectBrowserExtensions) | |
| CopySelectedListItemsToClipboard |
Moves the selected list items to a folder that is asked for by a dialog.
(Defined by ProjectBrowserExtensions) | |
| CopySelectedListItemsToFolder |
Moves the selected list items to a folder that is asked for by a dialog.
(Defined by ProjectBrowserExtensions) | |
| CopySelectedListItemsToMultipleFolders |
Moves the selected list items to a folder that is asked for by a dialog.
(Defined by ProjectBrowserExtensions) | |
| CreateNewEmptyWorksheet |
Creates a new empty worksheet in the current project folder, and shows it in the document area.
(Defined by ProjectBrowserExtensions) | |
| 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.
(Defined by ProjectBrowserExtensions) | |
| CreateNewGraph |
Creates a new empty graph in the current project folder, and shows it in the document area.
(Defined by ProjectBrowserExtensions) | |
| CreateNewPropertyBag |
Creates a new empty property bag in the current project folder, and shows it in the document area.
(Defined by ProjectBrowserExtensions) | |
| CreateNewStandardWorksheet |
Creates a new worksheet with standard columns in the current project folder, and shows it in the document area.
(Defined by ProjectBrowserExtensions) | |
| CreateNewTextDocument |
Creates a new text document in the current project folder, and shows it in the document area.
(Defined by ProjectBrowserExtensions) | |
| DeleteSelectedListItems |
Deletes the selected list items (with confirmation dialog shown).
(Defined by ProjectBrowserExtensions) | |
| 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.
(Defined by ProjectBrowserExtensions) | |
| ExtractCommonColumns |
Extracts common columns from selected tables into a new destination table.
(Defined by ProjectBrowserExtensions) | |
| HideSelectedListItems |
Hide the selected list items, so that they are not shown in the document area.
(Defined by ProjectBrowserExtensions) | |
| MoveSelectedListItems |
Moves the selected list items to a folder that is asked for by a dialog.
(Defined by ProjectBrowserExtensions) | |
| PasteItemsFromClipboard |
Pastes items from the clipboard into the selected folder.
(Defined by ProjectBrowserExtensions) | |
| PlotCommonColumns |
Plot common columns in two or more tables.
(Defined by ProjectBrowserExtensions) | |
| RenameSelectedListItem |
Renames the selected list item.
(Defined by ProjectBrowserExtensions) | |
| RenameTreeNode |
Rename the project folder, if a project folder is selected in the tree view.
(Defined by ProjectBrowserExtensions) | |
| ShowSelectedListItem |
Show the items currently selected in the document area.
(Defined by ProjectBrowserExtensions) | |
| ShowSelectedListItemsExclusively |
Shows the selected list items exclusively in the document area.
(Defined by ProjectBrowserExtensions) |