Project |
public class ProjectBrowseController : AbstractPadContent
The ProjectBrowseController type exposes the following members.
| Name | Description | |
|---|---|---|
| ProjectBrowseController | Creates the project browse controller. |
| Name | Description | |
|---|---|---|
| Category |
Gets or sets the category used to determine where the menu item for this pad is placed.
(Inherited from AbstractPadContent) | |
| ContentId |
Gets a string which uniquely identifies the content.
(Inherited from AbstractPadContent) | |
| DefaultPosition |
Gets the default position of this pad.
(Inherited from AbstractPadContent) | |
| IconSource |
Gets the icon bitmap resource name of the pad. May be an empty string if the pad has no icon defined.
(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 |
Gets the model (document) that this controller manages.
(Overrides AbstractPadContentModelObject) | |
| PadDescriptor |
Gets or sets the pad descriptor that has created this pad content.
(Inherited from AbstractPadContent) | |
| Project | Gets the project this controller is visualizing. | |
| Shortcut |
Gets or sets the menu shortcut for the view menu item.
(Inherited from AbstractPadContent) | |
| Title |
Returns the title of the pad (IPadContent), or the text on the tab page of the document window (IViewContent).
(Inherited from AbstractPadContent) | |
| ViewObject |
Gets or sets the GUI element that shows the model to the user.
(Overrides AbstractPadContentViewObject) | |
| ViewOnSelectListNodeOn | Gets or sets a value indicating whether the selected list item is shown in the document area. | |
| ViewOnSelectTreeNode | Gets or sets the action that is executed 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 |
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 | |
|---|---|---|
| PropertyChanged | Occurs when a property value changes. (Inherited from AbstractPadContent) |
| Name | Description | |
|---|---|---|
| _category |
Stores the pad category when no descriptor is assigned.
(Inherited from AbstractPadContent) | |
| _contentId |
Stores the content identifier when no descriptor is assigned.
(Inherited from AbstractPadContent) | |
| _iconSource |
Stores the icon source when no descriptor is assigned.
(Inherited from AbstractPadContent) | |
| _isActive |
Stores whether the pad is active.
(Inherited from AbstractPadContent) | |
| _isSelected |
Stores whether the pad is selected.
(Inherited from AbstractPadContent) | |
| _isVisible |
Stores whether the pad is visible.
(Inherited from AbstractPadContent) | |
| _padDescriptor |
Stores the descriptor that defines the pad metadata.
(Inherited from AbstractPadContent) | |
| _shortCut |
Stores the shortcut when no descriptor is assigned.
(Inherited from AbstractPadContent) | |
| _title |
Stores the pad title when no descriptor is assigned.
(Inherited from AbstractPadContent) |
| 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) |