C# Class OpenIDE.CodeEngine.Core.UI.FileExplorerHelpers.CacheSearchHandler

Inheritance: ISearchHandler
Datei anzeigen Open project: continuoustests/OpenIDE

Public Methods

Method Description
BeforeExpand ( TreeNode node ) : void
CacheSearchHandler ( ITypeCache cache, string defaultLanguage, TreeView list ) : System
GetDescription ( TreeNode node ) : string
ListFromSearch ( string expression ) : void
OneUp ( TreeNode node ) : void
PositionFromnode ( TreeNode node ) : FilePosition
Run ( TreeNode node ) : void

Private Methods

Method Description
addNode ( TreeNodeCollection nodes, string name, OpenIDE.CodeEngine.Core.Caching.Search.FileFindResult result ) : void
addSubNodes ( List files, TreeNodeCollection nodes ) : void
isDirectory ( OpenIDE.CodeEngine.Core.Caching.Search.FileFindResult x ) : bool
listResult ( List files, TreeNodeCollection nodes, string>.Func getName ) : void

Method Details

BeforeExpand() public method

public BeforeExpand ( TreeNode node ) : void
node System.Windows.Forms.TreeNode
return void

CacheSearchHandler() public method

public CacheSearchHandler ( ITypeCache cache, string defaultLanguage, TreeView list ) : System
cache ITypeCache
defaultLanguage string
list System.Windows.Forms.TreeView
return System

GetDescription() public method

public GetDescription ( TreeNode node ) : string
node System.Windows.Forms.TreeNode
return string

ListFromSearch() public method

public ListFromSearch ( string expression ) : void
expression string
return void

OneUp() public method

public OneUp ( TreeNode node ) : void
node System.Windows.Forms.TreeNode
return void

PositionFromnode() public method

public PositionFromnode ( TreeNode node ) : FilePosition
node System.Windows.Forms.TreeNode
return OpenIDE.Core.Caching.FilePosition

Run() public method

public Run ( TreeNode node ) : void
node System.Windows.Forms.TreeNode
return void