C# Class Whee.WordBuilder.Controller.GeneratorController

Afficher le fichier Open project: alfar/WordBuilder Class Usage Examples

Méthodes publiques

Méthode Description
Clear ( ) : void
Copy ( ) : void
CopyDescription ( ) : void
Export ( IExporter exporter, string path ) : void
Generate ( Project project ) : void
GeneratorController ( IFileSystem fileSystem, IResultViewHelper resultViewHelper, IClipBoardHelper clipBoardHelper, ITextViewHelper detailsTextViewHelper ) : System
OnTreeViewSelectionChanged ( List items ) : void

Private Methods

Méthode Description
DescriptionRenderer ( Context ctx ) : string
HandleM_ResultViewHelperSelectionChanged ( object sender, EventArgs e ) : void
RenderContexts ( List contexts, ContextRendererDelegate renderer ) : string
ToStringRenderer ( Context ctx ) : string

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

Copy() public méthode

public Copy ( ) : void
Résultat void

CopyDescription() public méthode

public CopyDescription ( ) : void
Résultat void

Export() public méthode

public Export ( IExporter exporter, string path ) : void
exporter IExporter
path string
Résultat void

Generate() public méthode

public Generate ( Project project ) : void
project Whee.WordBuilder.Model.Project
Résultat void

GeneratorController() public méthode

public GeneratorController ( IFileSystem fileSystem, IResultViewHelper resultViewHelper, IClipBoardHelper clipBoardHelper, ITextViewHelper detailsTextViewHelper ) : System
fileSystem IFileSystem
resultViewHelper IResultViewHelper
clipBoardHelper IClipBoardHelper
detailsTextViewHelper ITextViewHelper
Résultat System

OnTreeViewSelectionChanged() public méthode

public OnTreeViewSelectionChanged ( List items ) : void
items List
Résultat void