C# Class PKStudio.Tree.InventoryTree

Afficher le fichier Open project: AlexandrSurkov/PKStudio Class Usage Examples

Protected Properties

Свойство Type Description
_treeView Aga.Controls.Tree.TreeViewAdv

Private Properties

Свойство Type Description
AddNodeControl void
AskConfirmDelete bool
InitializeComponent void
OnContextMenuClick void
OnSetSelectedNode bool
SetBuildFile void
_treeView_NodeMouseDoubleClick void
_treeView_SelectionChanged void

Méthodes publiques

Méthode Description
AddCheckBoxControl ( string dataPropertyName ) : NodeCheckBox
AddIconControl ( string dataPropertyName ) : NodeIcon
AddTextBoxControl ( string dataPropertyName ) : NodeTextBox
InventoryTree ( ) : System
OnEditEvent ( object obj ) : void
OnOpenContainingFolderEvent ( string path ) : void
OnSelectionChangeEvent ( object obj ) : void
OnShowPropertiesEvent ( object obj ) : void
OnShowReferencesDiagramEvent ( object obj ) : void
SetModel ( ITreeModel model, bool expandRoot ) : void
SetSelectedComponent ( BuildFileWrapper file ) : void
SetSelectedComponent ( ComponentWrapper component ) : void
SetSelectedComponent ( ComponentWrapper component, BuildFileWrapper file ) : void
SetSelectedComponent ( ComponentWrapper parent, ComponentWrapper component ) : void

Méthodes protégées

Méthode Description
AllChildren ( TreeNodeAdv node ) : IEnumerable
Dispose ( bool disposing ) : void

Clean up any resources being used.

ExpandRootNode ( ) : void
FindNode ( ComponentWrapper component ) : TreeNodeAdv
FindNode ( ComponentWrapper component, IEnumerable nodes ) : TreeNodeAdv
GetChildrens ( TreeNodeAdv node, Collection collection ) : void
OnAction ( BaseNode node, NodeAction action ) : void

Private Methods

Méthode Description
AddNodeControl ( string dataPropertyName, BindableControl control ) : void
AskConfirmDelete ( string what ) : bool
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

OnContextMenuClick ( object sender, EventArgs e ) : void
OnSetSelectedNode ( object sender, BaseNode component ) : bool
SetBuildFile ( BuildFileWrapper file, IEnumerable nodes ) : void
_treeView_NodeMouseDoubleClick ( object sender, TreeNodeAdvMouseEventArgs e ) : void
_treeView_SelectionChanged ( object sender, EventArgs e ) : void

Method Details

AddCheckBoxControl() public méthode

public AddCheckBoxControl ( string dataPropertyName ) : NodeCheckBox
dataPropertyName string
Résultat NodeCheckBox

AddIconControl() public méthode

public AddIconControl ( string dataPropertyName ) : NodeIcon
dataPropertyName string
Résultat NodeIcon

AddTextBoxControl() public méthode

public AddTextBoxControl ( string dataPropertyName ) : NodeTextBox
dataPropertyName string
Résultat NodeTextBox

AllChildren() protected méthode

protected AllChildren ( TreeNodeAdv node ) : IEnumerable
node TreeNodeAdv
Résultat IEnumerable

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

ExpandRootNode() protected méthode

protected ExpandRootNode ( ) : void
Résultat void

FindNode() protected méthode

protected FindNode ( ComponentWrapper component ) : TreeNodeAdv
component ComponentWrapper
Résultat TreeNodeAdv

FindNode() protected méthode

protected FindNode ( ComponentWrapper component, IEnumerable nodes ) : TreeNodeAdv
component ComponentWrapper
nodes IEnumerable
Résultat TreeNodeAdv

GetChildrens() protected méthode

protected GetChildrens ( TreeNodeAdv node, Collection collection ) : void
node TreeNodeAdv
collection Collection
Résultat void

InventoryTree() public méthode

public InventoryTree ( ) : System
Résultat System

OnAction() protected méthode

protected OnAction ( BaseNode node, NodeAction action ) : void
node BaseNode
action NodeAction
Résultat void

OnEditEvent() public méthode

public OnEditEvent ( object obj ) : void
obj object
Résultat void

OnOpenContainingFolderEvent() public méthode

public OnOpenContainingFolderEvent ( string path ) : void
path string
Résultat void

OnSelectionChangeEvent() public méthode

public OnSelectionChangeEvent ( object obj ) : void
obj object
Résultat void

OnShowPropertiesEvent() public méthode

public OnShowPropertiesEvent ( object obj ) : void
obj object
Résultat void

OnShowReferencesDiagramEvent() public méthode

public OnShowReferencesDiagramEvent ( object obj ) : void
obj object
Résultat void

SetModel() public méthode

public SetModel ( ITreeModel model, bool expandRoot ) : void
model ITreeModel
expandRoot bool
Résultat void

SetSelectedComponent() public méthode

public SetSelectedComponent ( BuildFileWrapper file ) : void
file BuildFileWrapper
Résultat void

SetSelectedComponent() public méthode

public SetSelectedComponent ( ComponentWrapper component ) : void
component ComponentWrapper
Résultat void

SetSelectedComponent() public méthode

public SetSelectedComponent ( ComponentWrapper component, BuildFileWrapper file ) : void
component ComponentWrapper
file BuildFileWrapper
Résultat void

SetSelectedComponent() public méthode

public SetSelectedComponent ( ComponentWrapper parent, ComponentWrapper component ) : void
parent ComponentWrapper
component ComponentWrapper
Résultat void

Property Details

_treeView protected_oe property

protected Aga.Controls.Tree.TreeViewAdv _treeView
Résultat Aga.Controls.Tree.TreeViewAdv