C# Class Docear4Word.Forms.AddReferencesForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: JabRef/JabRef4Word Class Usage Examples

Méthodes publiques

Méthode Description
AddReferencesForm ( ) : System
GetSelectedReferences ( ) : List
Reset ( BibTexDatabase database ) : void
SetSelectedReferences ( IEnumerable entryAndPagePairs ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnClosed ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void
WndProc ( Message &m ) : void

Private Methods

Méthode Description
AddReferencesForm_KeyDown ( object sender, KeyEventArgs e ) : void
DoPasteAndSelect ( string text ) : bool
InitializeComponent ( ) : void

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

SafeClipboardGetText ( ) : string
StartListenToClipboard ( ) : void
StopListenToClipboard ( ) : void
ToggleRowSelection ( ) : void
UpdateAddButton ( ) : void
UpdateFilter ( ) : void
UpdatePasteAndSelectButton ( ) : void
UpdateTotalsLabel ( ) : void
btnChooseDatabase_Click ( object sender, EventArgs e ) : void
btnClear_Click ( object sender, EventArgs e ) : void
btnPaste_Click ( object sender, EventArgs e ) : void
cmbYear_SelectedIndexChanged ( object sender, EventArgs e ) : void
dataGridView1_DoubleClick ( object sender, EventArgs e ) : void
grid_CellPainting ( object sender, System.Windows.Forms.DataGridViewCellPaintingEventArgs e ) : void
grid_KeyDown ( object sender, KeyEventArgs e ) : void
grid_KeyPress ( object sender, KeyPressEventArgs e ) : void
rbAuthorStandard_CheckedChanged ( object sender, EventArgs e ) : void
rbExact_CheckedChanged ( object sender, EventArgs e ) : void
txtFilter_PreviewKeyDown ( object sender, PreviewKeyDownEventArgs e ) : void
txtFilter_TextChanged ( object sender, EventArgs e ) : void

Method Details

AddReferencesForm() public méthode

public AddReferencesForm ( ) : System
Résultat System

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

GetSelectedReferences() public méthode

public GetSelectedReferences ( ) : List
Résultat List

OnClosed() protected méthode

protected OnClosed ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Résultat void

Reset() public méthode

public Reset ( BibTexDatabase database ) : void
database BibTexDatabase
Résultat void

SetSelectedReferences() public méthode

public SetSelectedReferences ( IEnumerable entryAndPagePairs ) : void
entryAndPagePairs IEnumerable
Résultat void

WndProc() protected méthode

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
Résultat void