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

Inheritance: IFindView
Afficher le fichier Open project: netide/netide

Méthodes publiques

Méthode 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

Méthode Description
GetHistory ( ComboBox comboBox ) : string[]
GetHistory ( ComboBox comboBox, string exclude ) : string[]
LoadHistory ( ComboBox comboBox, string history ) : void

Method Details

BeginUpdate() public méthode

public BeginUpdate ( ) : void
Résultat void

EndUpdate() public méthode

public EndUpdate ( ) : void
Résultat void

GetFindWhatHistory() public méthode

public GetFindWhatHistory ( ) : string[]
Résultat string[]

GetFindWhatText() public méthode

public GetFindWhatText ( ) : string
Résultat string

GetLookAtFileTypesHistory() public méthode

public GetLookAtFileTypesHistory ( ) : string[]
Résultat string[]

GetLookAtFileTypesText() public méthode

public GetLookAtFileTypesText ( ) : string
Résultat string

GetLookInHistory() public méthode

public GetLookInHistory ( ) : string[]
Résultat string[]

GetLookInText() public méthode

public GetLookInText ( ) : string
Résultat string

GetReplaceWithHistory() public méthode

public GetReplaceWithHistory ( ) : string[]
Résultat string[]

GetReplaceWithText() public méthode

public GetReplaceWithText ( ) : string
Résultat string

GetService() public méthode

public GetService ( Type serviceType ) : object
serviceType System.Type
Résultat object

LoadFindWhatHistory() public méthode

public LoadFindWhatHistory ( string history ) : void
history string
Résultat void

LoadLookAtFileTypesHistory() public méthode

public LoadLookAtFileTypesHistory ( string history ) : void
history string
Résultat void

LoadLookInHistory() public méthode

public LoadLookInHistory ( string history ) : void
history string
Résultat void

LoadReplaceWithHistory() public méthode

public LoadReplaceWithHistory ( string history ) : void
history string
Résultat void

NoMoreOccurrences() public méthode

public NoMoreOccurrences ( ) : void
Résultat void

SetIncludeSubFolders() public méthode

public SetIncludeSubFolders ( bool value ) : void
value bool
Résultat void

SetKeepOpen() public méthode

public SetKeepOpen ( bool value ) : void
value bool
Résultat void

SetMatchCase() public méthode

public SetMatchCase ( bool value ) : void
value bool
Résultat void

SetMatchWholeWord() public méthode

public SetMatchWholeWord ( bool value ) : void
value bool
Résultat void

SetMode() public méthode

public SetMode ( FindMode findMode ) : void
findMode FindMode
Résultat void

SetTarget() public méthode

public SetTarget ( FindTarget findTarget ) : void
findTarget FindTarget
Résultat void

SetUseRegularExpressions() public méthode

public SetUseRegularExpressions ( bool value ) : void
value bool
Résultat void

View() public méthode

public View ( FindForm form ) : System
form FindForm
Résultat System