C# Class UnityEditor.EditorTestsRunner.TestListTreeViewDataSource

Inheritance: TreeViewDataSource
Exibir arquivo Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
ExpandTreeOnCreation ( ) : void
FetchData ( ) : void
IsExpandable ( TreeViewItem item ) : bool
IsRenamingItemAllowed ( TreeViewItem item ) : bool
TestListTreeViewDataSource ( TreeViewController testListTree, EditorTestsRunnerWindow view ) : System

Method Details

ExpandTreeOnCreation() public method

public ExpandTreeOnCreation ( ) : void
return void

FetchData() public method

public FetchData ( ) : void
return void

IsExpandable() public method

public IsExpandable ( TreeViewItem item ) : bool
item TreeViewItem
return bool

IsRenamingItemAllowed() public method

public IsRenamingItemAllowed ( TreeViewItem item ) : bool
item TreeViewItem
return bool

TestListTreeViewDataSource() public method

public TestListTreeViewDataSource ( TreeViewController testListTree, EditorTestsRunnerWindow view ) : System
testListTree TreeViewController
view EditorTestsRunnerWindow
return System