Project |
[Missing <summary> documentation for "T:Altaxo.Gui.Pads.ProjectBrowser.ProjectBrowseController"]
public class ProjectBrowseController : AbstractPadContent
The ProjectBrowseController type exposes the following members.
Name | Description | |
---|---|---|
ProjectBrowseController | Creates the project browse controller. |
Name | Description | |
---|---|---|
Category | (Inherited from AbstractPadContent) | |
ContentId | (Inherited from AbstractPadContent) | |
DefaultPosition | (Inherited from AbstractPadContent) | |
IconSource | (Inherited from AbstractPadContent) | |
InitiallyFocusedControl |
Gets the control which has focus initially.
(Inherited from AbstractPadContent) | |
IsActive |
Gets or sets a value indicating whether the view of this instance is active in the UI.
(Inherited from AbstractPadContent) | |
IsSelected |
Gets or sets a value indicating whether the view of this instance is selected (e.g. inside its container).
(Inherited from AbstractPadContent) | |
IsVisible |
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) | |
ModelObject | (Overrides AbstractPadContentModelObject) | |
PadDescriptor | (Inherited from AbstractPadContent) | |
Project | Gets the project this controller is visualizing. | |
Shortcut | (Inherited from AbstractPadContent) | |
Title | (Inherited from AbstractPadContent) | |
ViewObject | (Overrides AbstractPadContentViewObject) | |
ViewOnSelectListNodeOn | Gets/sets the action when selecting a list item. If true, when selection the list item, it is shown in the document area. | |
ViewOnSelectTreeNode | Gets/sets the action when selecting a tree node. |
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 | (Inherited from AbstractPadContent) | |
Dispose | Releases all resources used by the ProjectBrowseController (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 | ||
EhNavigateForward | ||
EhToggleListSort_ChangeDate | ||
EhToggleListSort_CreationDate | ||
EhToggleListSort_Name | ||
EhToggleListSort_NameRev | ||
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 items list can be started. | |
FolderTree_DragCancelled | Called when the drag is cancelled (i.e. it was not successfull). | |
FolderTree_DragEnded | Called when the drag was successfully executed. | |
FolderTree_Drop | Executes a drop operation into the item list. | |
FolderTree_DropCanAcceptData | Tests if the item list can accept data to be dropped here. | |
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 | (Inherited from AbstractPadContent) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
IsProjectFolderSelected | Determines if 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 drag is cancelled (i.e. it was not successfull). | |
ItemList_DragEnded | Called when the drag was successfully executed. | |
ItemList_StartDrag | Starts a drag operation from the items list. | |
ListView_Drop | Executes a drop operation into the item list. | |
ListView_DropCanAcceptData | Tests if the item list can accept data to be dropped here. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
OnPropertyChanged | (Inherited from AbstractPadContent) | |
ToString | Returns a string that represents the current object. (Inherited from Object) |
Name | Description | |
---|---|---|
PropertyChanged | (Inherited from AbstractPadContent) |
Name | Description | |
---|---|---|
_category | (Inherited from AbstractPadContent) | |
_contentId | (Inherited from AbstractPadContent) | |
_iconSource | (Inherited from AbstractPadContent) | |
_isActive | (Inherited from AbstractPadContent) | |
_isSelected | (Inherited from AbstractPadContent) | |
_isVisible | (Inherited from AbstractPadContent) | |
_padDescriptor | (Inherited from AbstractPadContent) | |
_shortCut | (Inherited from AbstractPadContent) | |
_title | (Inherited from AbstractPadContent) |
Name | Description | |
---|---|---|
CanPasteItemsFromClipboard | (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 | (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 | (Defined by ProjectBrowserExtensions) | |
PlotCommonColumns |
Plot common columns in two or more tables.
(Defined by ProjectBrowserExtensions) | |
RenameSelectedListItem | (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) |