C# Class FDOBrowser.ModelWnd

Inheritance: WeifenLuo.WinFormsUI.Docking.DockContent
ファイルを表示 Open project: sillsdev/FieldWorks

Public Methods

Method Description
AfterSelectMethod ( ) : void

Refresh the lv (list view) control based on the tv (tree view) control.

ModelWnd ( ToolStripStatusLabel statuslabel ) : System

Initializes a new instance of the ModelWnd class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnFormClosing ( FormClosingEventArgs e ) : void

Raises the E:System.Windows.Forms.Form.FormClosing event.

Private Methods

Method Description
AddNode ( TreeNodeCollection parentNodeCollection, string classname, int clid ) : void

Adds the node.

AddSubNodes ( TreeNodeCollection parentNodes, int superClassId ) : void

Adds the sub nodes.

InitializeComponent ( ) : void

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

LoadListView ( List list ) : void

Loads the list view, sorted by the current sort column.

ModelWnd ( ) : System
PopulateModelTree ( ) : void

Populates the model tree.

m_lvModel_ColumnClick ( object sender, ColumnClickEventArgs e ) : void

Handles the ColumnClick event of the m_lvModel control.

m_tvModel_AfterSelect ( object sender, TreeViewEventArgs e ) : void

Handles the AfterSelect event of the m_tvModel control.

Method Details

AfterSelectMethod() public method

Refresh the lv (list view) control based on the tv (tree view) control.
public AfterSelectMethod ( ) : void
return void

Dispose() protected method

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

ModelWnd() public method

Initializes a new instance of the ModelWnd class.
public ModelWnd ( ToolStripStatusLabel statuslabel ) : System
statuslabel System.Windows.Forms.ToolStripStatusLabel
return System

OnFormClosing() protected method

Raises the E:System.Windows.Forms.Form.FormClosing event.
protected OnFormClosing ( FormClosingEventArgs e ) : void
e System.Windows.Forms.FormClosingEventArgs
return void