C# Class Bloom.CollectionChoosing.OpenCreateCloneControl

Afficher le fichier Open project: BloomBooks/BloomDesktop

Méthodes publiques

Méthode Description
CheckForBeingInDropboxFolder ( string path ) : void

This method checks 'path' for being in a Dropbox folder. If so, it displays a warning message.

Init ( MostRecentPathsList mruList, string filterString, Func createNewLibraryAndReturnPath ) : void
IsInvalidCollectionToEdit ( string path ) : bool
OpenCreateCloneControl ( ) : System
ReportIfInvalidCollectionToEdit ( string path ) : bool
SelectCollectionAndClose ( string path ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
AddChoice ( string localizedLabel, string localizedTooltip, bool enabled, EventHandler clickHandler, int row ) : Button
AddFileChoice ( string path, int index ) : void
CreateNewLibrary_LinkClicked ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

OnBrowseForExistingLibraryClick ( object sender, EventArgs e ) : void
OnGetFromChorusHub ( object sender, EventArgs e ) : void
OnGetFromInternet ( object sender, EventArgs e ) : void
OnGetFromUsb ( object sender, EventArgs e ) : void
OnLoad ( object sender, EventArgs e ) : void
OnOpenRecentCollection ( object sender, EventArgs e ) : void
SelectAndCloneProject ( ICloneSourceDialog dlg ) : void
_readMoreLabel_Click ( object sender, LinkLabelLinkClickedEventArgs e ) : void

Method Details

CheckForBeingInDropboxFolder() public static méthode

This method checks 'path' for being in a Dropbox folder. If so, it displays a warning message.
public static CheckForBeingInDropboxFolder ( string path ) : void
path string
Résultat void

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

Init() public méthode

public Init ( MostRecentPathsList mruList, string filterString, Func createNewLibraryAndReturnPath ) : void
mruList MostRecentPathsList
filterString string
createNewLibraryAndReturnPath Func
Résultat void

IsInvalidCollectionToEdit() public static méthode

public static IsInvalidCollectionToEdit ( string path ) : bool
path string
Résultat bool

OpenCreateCloneControl() public méthode

public OpenCreateCloneControl ( ) : System
Résultat System

ReportIfInvalidCollectionToEdit() public static méthode

public static ReportIfInvalidCollectionToEdit ( string path ) : bool
path string
Résultat bool

SelectCollectionAndClose() public méthode

public SelectCollectionAndClose ( string path ) : void
path string
Résultat void