C# 클래스 FDOBrowser.ModelWnd

상속: WeifenLuo.WinFormsUI.Docking.DockContent
파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnFormClosing ( FormClosingEventArgs e ) : void

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

비공개 메소드들

메소드 설명
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.

메소드 상세

AfterSelectMethod() 공개 메소드

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

Dispose() 보호된 메소드

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

ModelWnd() 공개 메소드

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

OnFormClosing() 보호된 메소드

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