C# Class NetIde.Core.Services.Finder.FindForm.View

Inheritance: IFindView
Exibir arquivo Open project: netide/netide

Public Methods

Method Description
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

Private Methods

Method Description
GetHistory ( ComboBox comboBox ) : string[]
GetHistory ( ComboBox comboBox, string exclude ) : string[]
LoadHistory ( ComboBox comboBox, string history ) : void

Method Details

BeginUpdate() public method

public BeginUpdate ( ) : void
return void

EndUpdate() public method

public EndUpdate ( ) : void
return void

GetFindWhatHistory() public method

public GetFindWhatHistory ( ) : string[]
return string[]

GetFindWhatText() public method

public GetFindWhatText ( ) : string
return string

GetLookAtFileTypesHistory() public method

public GetLookAtFileTypesHistory ( ) : string[]
return string[]

GetLookAtFileTypesText() public method

public GetLookAtFileTypesText ( ) : string
return string

GetLookInHistory() public method

public GetLookInHistory ( ) : string[]
return string[]

GetLookInText() public method

public GetLookInText ( ) : string
return string

GetReplaceWithHistory() public method

public GetReplaceWithHistory ( ) : string[]
return string[]

GetReplaceWithText() public method

public GetReplaceWithText ( ) : string
return string

GetService() public method

public GetService ( Type serviceType ) : object
serviceType System.Type
return object

LoadFindWhatHistory() public method

public LoadFindWhatHistory ( string history ) : void
history string
return void

LoadLookAtFileTypesHistory() public method

public LoadLookAtFileTypesHistory ( string history ) : void
history string
return void

LoadLookInHistory() public method

public LoadLookInHistory ( string history ) : void
history string
return void

LoadReplaceWithHistory() public method

public LoadReplaceWithHistory ( string history ) : void
history string
return void

NoMoreOccurrences() public method

public NoMoreOccurrences ( ) : void
return void

SetIncludeSubFolders() public method

public SetIncludeSubFolders ( bool value ) : void
value bool
return void

SetKeepOpen() public method

public SetKeepOpen ( bool value ) : void
value bool
return void

SetMatchCase() public method

public SetMatchCase ( bool value ) : void
value bool
return void

SetMatchWholeWord() public method

public SetMatchWholeWord ( bool value ) : void
value bool
return void

SetMode() public method

public SetMode ( FindMode findMode ) : void
findMode FindMode
return void

SetTarget() public method

public SetTarget ( FindTarget findTarget ) : void
findTarget FindTarget
return void

SetUseRegularExpressions() public method

public SetUseRegularExpressions ( bool value ) : void
value bool
return void

View() public method

public View ( FindForm form ) : System
form FindForm
return System