C# 클래스 SIL.FieldWorks.LexText.Controls.FeatureStructureTreeView

Summary description for FeatureStructureTreeView.
상속: System.Windows.Forms.TreeView, IFWDisposable
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

메소드 설명
CheckDisposed ( ) : void

Check to see if the object has been disposed. All public Properties and Methods should call this before doing anything else.

FeatureStructureTreeView ( ) : System
FeatureStructureTreeView ( System container ) : System
PopulateTreeFromFeatureStructure ( IFsFeatStruc fs ) : void
PopulateTreeFromInflectableFeat ( IFsFeatDefn defn ) : void
PopulateTreeFromInflectableFeats ( IEnumerable defns ) : void
Sort ( ) : void
Sort ( TreeNodeCollection col ) : void

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
AddNode ( IFsFeatDefn defn, FeatureTreeNode parentNode ) : void
AddNode ( IFsFeatStruc fs, FeatureTreeNode parentNode ) : void
AddNode ( IFsFeatureSpecification spec, FeatureTreeNode parentNode ) : void
AddNode ( IFsSymFeatVal val, FeatureTreeNode parentNode ) : void
AddNodeFromFS ( IFsSymFeatVal val, FeatureTreeNode parentNode ) : void
AlreadyInTree ( int iTag, FeatureTreeNode node ) : bool
HandleCheckBoxNodes ( TreeView tv, FeatureTreeNode tn ) : void
Init ( ) : void
InitializeComponent ( ) : void

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

InsertNode ( FeatureTreeNode newNode, FeatureTreeNode parentNode ) : void
IsTerminalNode ( TreeNode tn ) : bool
OnKeyUp ( object obj, KeyEventArgs kea ) : void
OnMouseUp ( object obj, MouseEventArgs mea ) : void

메소드 상세

CheckDisposed() 공개 메소드

Check to see if the object has been disposed. All public Properties and Methods should call this before doing anything else.
public CheckDisposed ( ) : void
리턴 void

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

FeatureStructureTreeView() 공개 메소드

public FeatureStructureTreeView ( ) : System
리턴 System

FeatureStructureTreeView() 공개 메소드

public FeatureStructureTreeView ( System container ) : System
container System
리턴 System

PopulateTreeFromFeatureStructure() 공개 메소드

public PopulateTreeFromFeatureStructure ( IFsFeatStruc fs ) : void
fs IFsFeatStruc
리턴 void

PopulateTreeFromInflectableFeat() 공개 메소드

public PopulateTreeFromInflectableFeat ( IFsFeatDefn defn ) : void
defn IFsFeatDefn
리턴 void

PopulateTreeFromInflectableFeats() 공개 메소드

public PopulateTreeFromInflectableFeats ( IEnumerable defns ) : void
defns IEnumerable
리턴 void

Sort() 공개 메소드

public Sort ( ) : void
리턴 void

Sort() 공개 메소드

public Sort ( TreeNodeCollection col ) : void
col System.Windows.Forms.TreeNodeCollection
리턴 void