Click or drag to resize

ProjectBrowseController Class

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

Inheritance Hierarchy
SystemObject
  Altaxo.Gui.WorkbenchAbstractPadContent
    Altaxo.Gui.Pads.ProjectBrowserProjectBrowseController

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

The ProjectBrowseController type exposes the following members.

Constructors
 NameDescription
Public methodProjectBrowseControllerCreates the project browse controller.
Top
Properties
 NameDescription
Public propertyCategory
(Inherited from AbstractPadContent)
Public propertyContentId
(Inherited from AbstractPadContent)
Public propertyDefaultPosition
(Inherited from AbstractPadContent)
Public propertyIconSource
(Inherited from AbstractPadContent)
Public propertyInitiallyFocusedControl Gets the control which has focus initially.
(Inherited from AbstractPadContent)
Public propertyIsActive Gets or sets a value indicating whether the view of this instance is active in the UI.
(Inherited from AbstractPadContent)
Public propertyIsSelected Gets or sets a value indicating whether the view of this instance is selected (e.g. inside its container).
(Inherited from AbstractPadContent)
Public propertyIsVisible Gets or sets the visibility of the pad. If false, the pad is not visible. If true, the pad may be visible or is collapsed.
(Inherited from AbstractPadContent)
Public propertyModelObject
(Overrides AbstractPadContentModelObject)
Public propertyPadDescriptor
(Inherited from AbstractPadContent)
Public propertyProject Gets the project this controller is visualizing.
Public propertyShortcut
(Inherited from AbstractPadContent)
Public propertyTitle
(Inherited from AbstractPadContent)
Public propertyViewObject
(Overrides AbstractPadContentViewObject)
Public propertyViewOnSelectListNodeOn Gets/sets the action when selecting a list item. If true, when selection the list item, it is shown in the document area.
Public propertyViewOnSelectTreeNode Gets/sets the action when selecting a tree node.
Top
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
(Inherited from AbstractPadContent)
Public methodDisposeReleases all resources used by the ProjectBrowseController
(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 
Public methodEhNavigateForward 
Public methodEhToggleListSort_ChangeDate 
Public methodEhToggleListSort_CreationDate 
Public methodEhToggleListSort_Name 
Public methodEhToggleListSort_NameRev 
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 items list can be started.
Public methodFolderTree_DragCancelled Called when the drag is cancelled (i.e. it was not successfull).
Public methodFolderTree_DragEnded Called when the drag was successfully executed.
Public methodFolderTree_Drop Executes a drop operation into the item list.
Public methodFolderTree_DropCanAcceptData Tests if the item list can accept data to be dropped here.
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
(Inherited from AbstractPadContent)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIsProjectFolderSelected Determines if 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 drag is cancelled (i.e. it was not successfull).
Public methodItemList_DragEnded Called when the drag was successfully executed.
Public methodItemList_StartDrag Starts a drag operation from the items list.
Public methodListView_Drop Executes a drop operation into the item list.
Public methodListView_DropCanAcceptData Tests if the item list can accept data to be dropped here.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodOnPropertyChanged
(Inherited from AbstractPadContent)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Events
 NameDescription
Public eventPropertyChanged
(Inherited from AbstractPadContent)
Top
Fields
 NameDescription
Protected field_category
(Inherited from AbstractPadContent)
Protected field_contentId
(Inherited from AbstractPadContent)
Protected field_iconSource
(Inherited from AbstractPadContent)
Protected field_isActive
(Inherited from AbstractPadContent)
Protected field_isSelected
(Inherited from AbstractPadContent)
Protected field_isVisible
(Inherited from AbstractPadContent)
Protected field_padDescriptor
(Inherited from AbstractPadContent)
Protected field_shortCut
(Inherited from AbstractPadContent)
Protected field_title
(Inherited from AbstractPadContent)
Top
Extension Methods
 NameDescription
Public Extension MethodCanPasteItemsFromClipboard
(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
(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
(Defined by ProjectBrowserExtensions)
Public Extension MethodPlotCommonColumns Plot common columns in two or more tables.
(Defined by ProjectBrowserExtensions)
Public Extension MethodRenameSelectedListItem
(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