Habanero.Faces.Win.StaticDataEditorWin.AddItem C# (CSharp) Method

AddItem() public method

Adds an item to the treeview
public AddItem ( string itemName, IClassDef classDef ) : void
itemName string The name of the item as it appears to the user
classDef IClassDef The class definition holding a grid def used to /// construct the grid for that type
return void
        public void AddItem(string itemName, IClassDef classDef)
        {
            _staticDataEditorManager.AddItem(itemName, classDef);
        }