C# Class TreeViewModel, uFrame.Editor

Exibir arquivo Open project: InvertGames/uFrame.Editor Class Usage Examples

Public Methods

Method Description
ConstructData ( ) : void
ExpandPathTo ( TreeViewItem item ) : void
ExtractItems ( List items, IItem data, TreeViewItem parent, int ident ) : void
InvokeSubmit ( ) : void
MoveDown ( ) : void
MoveUp ( ) : void
Refresh ( ) : void
ScrollToItem ( TreeViewItem item ) : void
ToggleItem ( TreeViewItem treeViewItem, bool value ) : void
TreeViewModel ( ) : System

Method Details

ConstructData() public method

public ConstructData ( ) : void
return void

ExpandPathTo() public method

public ExpandPathTo ( TreeViewItem item ) : void
item TreeViewItem
return void

ExtractItems() public method

public ExtractItems ( List items, IItem data, TreeViewItem parent, int ident ) : void
items List
data IItem
parent TreeViewItem
ident int
return void

InvokeSubmit() public method

public InvokeSubmit ( ) : void
return void

MoveDown() public method

public MoveDown ( ) : void
return void

MoveUp() public method

public MoveUp ( ) : void
return void

Refresh() public method

public Refresh ( ) : void
return void

ScrollToItem() public method

public ScrollToItem ( TreeViewItem item ) : void
item TreeViewItem
return void

ToggleItem() public method

public ToggleItem ( TreeViewItem treeViewItem, bool value ) : void
treeViewItem TreeViewItem
value bool
return void

TreeViewModel() public method

public TreeViewModel ( ) : System
return System