C# 클래스 OpenIDE.CodeEngine.Core.UI.FileExplorerHelpers.CacheSearchHandler

상속: ISearchHandler
파일 보기 프로젝트 열기: continuoustests/OpenIDE

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

BeforeExpand() 공개 메소드

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

CacheSearchHandler() 공개 메소드

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

GetDescription() 공개 메소드

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

ListFromSearch() 공개 메소드

public ListFromSearch ( string expression ) : void
expression string
리턴 void

OneUp() 공개 메소드

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

PositionFromnode() 공개 메소드

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

Run() 공개 메소드

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