Method | Description | |
---|---|---|
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 |
||
Sort ( ) : void | ||
Sort ( |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
AddNode ( IFsFeatDefn defn, |
||
AddNode ( IFsFeatStruc fs, |
||
AddNode ( IFsFeatureSpecification spec, |
||
AddNode ( IFsSymFeatVal val, |
||
AddNodeFromFS ( IFsSymFeatVal val, |
||
AlreadyInTree ( int iTag, |
||
HandleCheckBoxNodes ( |
||
Init ( ) : void | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
InsertNode ( |
||
IsTerminalNode ( |
||
OnKeyUp ( object obj, |
||
OnMouseUp ( object obj, MouseEventArgs mea ) : void |
public FeatureStructureTreeView ( System container ) : System | ||
container | System | |
return | System |
public PopulateTreeFromFeatureStructure ( IFsFeatStruc fs ) : void | ||
fs | IFsFeatStruc | |
return | void |
public PopulateTreeFromInflectableFeat ( IFsFeatDefn defn ) : void | ||
defn | IFsFeatDefn | |
return | void |
public PopulateTreeFromInflectableFeats ( IEnumerable |
||
defns | IEnumerable |
|
return | void |
public Sort ( |
||
col | ||
return | void |