C# 클래스 NetIde.Core.Services.Finder.FindForm.View

상속: IFindView
파일 보기 프로젝트 열기: netide/netide

공개 메소드들

메소드 설명
BeginUpdate ( ) : void
EndUpdate ( ) : void
GetFindWhatHistory ( ) : string[]
GetFindWhatText ( ) : string
GetLookAtFileTypesHistory ( ) : string[]
GetLookAtFileTypesText ( ) : string
GetLookInHistory ( ) : string[]
GetLookInText ( ) : string
GetReplaceWithHistory ( ) : string[]
GetReplaceWithText ( ) : string
GetService ( Type serviceType ) : object
LoadFindWhatHistory ( string history ) : void
LoadLookAtFileTypesHistory ( string history ) : void
LoadLookInHistory ( string history ) : void
LoadReplaceWithHistory ( string history ) : void
NoMoreOccurrences ( ) : void
SetIncludeSubFolders ( bool value ) : void
SetKeepOpen ( bool value ) : void
SetMatchCase ( bool value ) : void
SetMatchWholeWord ( bool value ) : void
SetMode ( FindMode findMode ) : void
SetTarget ( FindTarget findTarget ) : void
SetUseRegularExpressions ( bool value ) : void
View ( FindForm form ) : System

비공개 메소드들

메소드 설명
GetHistory ( ComboBox comboBox ) : string[]
GetHistory ( ComboBox comboBox, string exclude ) : string[]
LoadHistory ( ComboBox comboBox, string history ) : void

메소드 상세

BeginUpdate() 공개 메소드

public BeginUpdate ( ) : void
리턴 void

EndUpdate() 공개 메소드

public EndUpdate ( ) : void
리턴 void

GetFindWhatHistory() 공개 메소드

public GetFindWhatHistory ( ) : string[]
리턴 string[]

GetFindWhatText() 공개 메소드

public GetFindWhatText ( ) : string
리턴 string

GetLookAtFileTypesHistory() 공개 메소드

public GetLookAtFileTypesHistory ( ) : string[]
리턴 string[]

GetLookAtFileTypesText() 공개 메소드

public GetLookAtFileTypesText ( ) : string
리턴 string

GetLookInHistory() 공개 메소드

public GetLookInHistory ( ) : string[]
리턴 string[]

GetLookInText() 공개 메소드

public GetLookInText ( ) : string
리턴 string

GetReplaceWithHistory() 공개 메소드

public GetReplaceWithHistory ( ) : string[]
리턴 string[]

GetReplaceWithText() 공개 메소드

public GetReplaceWithText ( ) : string
리턴 string

GetService() 공개 메소드

public GetService ( Type serviceType ) : object
serviceType System.Type
리턴 object

LoadFindWhatHistory() 공개 메소드

public LoadFindWhatHistory ( string history ) : void
history string
리턴 void

LoadLookAtFileTypesHistory() 공개 메소드

public LoadLookAtFileTypesHistory ( string history ) : void
history string
리턴 void

LoadLookInHistory() 공개 메소드

public LoadLookInHistory ( string history ) : void
history string
리턴 void

LoadReplaceWithHistory() 공개 메소드

public LoadReplaceWithHistory ( string history ) : void
history string
리턴 void

NoMoreOccurrences() 공개 메소드

public NoMoreOccurrences ( ) : void
리턴 void

SetIncludeSubFolders() 공개 메소드

public SetIncludeSubFolders ( bool value ) : void
value bool
리턴 void

SetKeepOpen() 공개 메소드

public SetKeepOpen ( bool value ) : void
value bool
리턴 void

SetMatchCase() 공개 메소드

public SetMatchCase ( bool value ) : void
value bool
리턴 void

SetMatchWholeWord() 공개 메소드

public SetMatchWholeWord ( bool value ) : void
value bool
리턴 void

SetMode() 공개 메소드

public SetMode ( FindMode findMode ) : void
findMode FindMode
리턴 void

SetTarget() 공개 메소드

public SetTarget ( FindTarget findTarget ) : void
findTarget FindTarget
리턴 void

SetUseRegularExpressions() 공개 메소드

public SetUseRegularExpressions ( bool value ) : void
value bool
리턴 void

View() 공개 메소드

public View ( FindForm form ) : System
form FindForm
리턴 System