Click or drag to resize

ProjectBrowseController Methods

The ProjectBrowseController type exposes the following members.

Methods
 NameDescription
Protected methodBoth_FolderTreeAndItemList_DropCanAcceptData Tests if the item list can accept data to be dropped here.
Public methodBothFolderTreeAndItemList_Drop Executes a drop operation into the item list.
Public methodBringToFront Brings the pad to the front by making it visible and selected.
(Inherited from AbstractPadContent)
Public methodDisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Overrides AbstractPadContentDispose)
Public methodEhListView_OneFolderUp Navigate on folder up, to the parent folder.
Public methodEhListViewAfterSelect Called from the view if the selection of items in the list has changed.
Public methodEhListViewDoubleClick Called from the view if a list item was double clicked.
Public methodEhNavigateBackward Navigates backward in the project browser history.
Public methodEhNavigateForward Navigates forward in the project browser history.
Public methodEhToggleListSort_ChangeDate Toggles sorting by the change-date column.
Public methodEhToggleListSort_CreationDate Toggles sorting by the creation-date column.
Public methodEhToggleListSort_Name Toggles sorting by the name column.
Public methodEhToggleListSort_NameRev Toggles sorting by the reverse-name column.
Public methodEhTreeNodeAfterSelect Called from the view after selecting a tree node.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodFolderTree_CanStartDrag Indicates that a drag operation from the folder tree can be started.
Public methodFolderTree_DragCancelled Called when the folder-tree drag operation is cancelled.
Public methodFolderTree_DragEnded Called when the drag was successfully executed.
Public methodFolderTree_Drop Executes a drop operation into the item list or folder tree.
Public methodFolderTree_DropCanAcceptData Tests if the folder tree or item list can accept data to be dropped into the target folder.
Public methodFolderTree_StartDrag Starts a drag operation from the items list.
Public methodGetAllListItems Get all items in the list.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetNumberOfSelectedListItems Returns the number of currently selected list items.
Public methodGetSelectedListItems Get a list of selected items (tables, graphs and project folders).
Public methodGetService Gets a service provided by this pad content.
(Inherited from AbstractPadContent)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIsProjectFolderSelected Determines whether a project folder is selected in the tree view.
Public methodItemList_CanStartDrag Indicates that a drag operation from the items list can be started.
Public methodItemList_DragCancelled Called when the list drag operation is cancelled.
Public methodItemList_DragEnded Called when the drag was successfully executed.
Public methodItemList_StartDrag Starts a drag operation from the folder tree.
Public methodListView_Drop Executes a drop operation into the folder tree.
Public methodListView_DropCanAcceptData Tests if the folder tree can accept data to be dropped here.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodOnPropertyChanged Raises the PropertyChanged event.
(Inherited from AbstractPadContent)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Extension Methods
 NameDescription
Public Extension MethodCanPasteItemsFromClipboard Determines whether items can be pasted from the clipboard.
(Defined by ProjectBrowserExtensions)
Public Extension MethodCopySelectedListItemsToClipboard Moves the selected list items to a folder that is asked for by a dialog.
(Defined by ProjectBrowserExtensions)
Public Extension MethodCopySelectedListItemsToFolder Moves the selected list items to a folder that is asked for by a dialog.
(Defined by ProjectBrowserExtensions)
Public Extension MethodCopySelectedListItemsToMultipleFolders Moves the selected list items to a folder that is asked for by a dialog.
(Defined by ProjectBrowserExtensions)
Public Extension MethodCreateNewEmptyWorksheet Creates a new empty worksheet in the current project folder, and shows it in the document area.
(Defined by ProjectBrowserExtensions)
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.
(Defined by ProjectBrowserExtensions)
Public Extension MethodCreateNewGraph Creates a new empty graph in the current project folder, and shows it in the document area.
(Defined by ProjectBrowserExtensions)
Public Extension MethodCreateNewPropertyBag Creates a new empty property bag in the current project folder, and shows it in the document area.
(Defined by ProjectBrowserExtensions)
Public Extension MethodCreateNewStandardWorksheet Creates a new worksheet with standard columns in the current project folder, and shows it in the document area.
(Defined by ProjectBrowserExtensions)
Public Extension MethodCreateNewTextDocument Creates a new text document in the current project folder, and shows it in the document area.
(Defined by ProjectBrowserExtensions)
Public Extension MethodDeleteSelectedListItems Deletes the selected list items (with confirmation dialog shown).
(Defined by ProjectBrowserExtensions)
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.
(Defined by ProjectBrowserExtensions)
Public Extension MethodExtractCommonColumns Extracts common columns from selected tables into a new destination table.
(Defined by ProjectBrowserExtensions)
Public Extension MethodHideSelectedListItems Hide the selected list items, so that they are not shown in the document area.
(Defined by ProjectBrowserExtensions)
Public Extension MethodMoveSelectedListItems Moves the selected list items to a folder that is asked for by a dialog.
(Defined by ProjectBrowserExtensions)
Public Extension MethodPasteItemsFromClipboard Pastes items from the clipboard into the selected folder.
(Defined by ProjectBrowserExtensions)
Public Extension MethodPlotCommonColumns Plot common columns in two or more tables.
(Defined by ProjectBrowserExtensions)
Public Extension MethodRenameSelectedListItem Renames the selected list item.
(Defined by ProjectBrowserExtensions)
Public Extension MethodRenameTreeNode Rename the project folder, if a project folder is selected in the tree view.
(Defined by ProjectBrowserExtensions)
Public Extension MethodShowSelectedListItem Show the items currently selected in the document area.
(Defined by ProjectBrowserExtensions)
Public Extension MethodShowSelectedListItemsExclusively Shows the selected list items exclusively in the document area.
(Defined by ProjectBrowserExtensions)
Top
See Also