C# Class NClass.DiagramEditor.ClassDiagram.Dialogs.ListDialog

Datei anzeigen Open project: gbaychev/NClass

Protected Properties

Property Type Description
lstItems System.Windows.Forms.ListView

Public Methods

Method Description
ListDialog ( ) : System

Protected Methods

Method Description
AddToList ( string text ) : void
Dispose ( bool disposing ) : void

Clean up any resources being used.

FillList ( ) : void
Modify ( ListViewItem item, string text ) : void
MoveDownItem ( ListViewItem item ) : void
MoveUpItem ( ListViewItem item ) : void
OnLoad ( EventArgs e ) : void
Remove ( ListViewItem item ) : void

Private Methods

Method Description
Accept ( ) : void
ClearInput ( ) : void
DeleteSelectedItem ( ) : void
InitializeComponent ( ) : void

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

ItemSelected ( ) : void
SwapListItems ( ListViewItem item1, ListViewItem item2 ) : void
UpdateTexts ( ) : void
btnAccept_Click ( object sender, EventArgs e ) : void
btnClose_Click ( object sender, EventArgs e ) : void
lstItems_ItemSelectionChanged ( object sender, ListViewItemSelectionChangedEventArgs e ) : void
lstItems_KeyDown ( object sender, KeyEventArgs e ) : void
toolDelete_Click ( object sender, EventArgs e ) : void
toolMoveDown_Click ( object sender, EventArgs e ) : void
toolMoveUp_Click ( object sender, EventArgs e ) : void
txtItem_KeyDown ( object sender, KeyEventArgs e ) : void

Method Details

AddToList() protected abstract method

/// The does not fit to the syntax. /// /// The contains a reserved name. ///
protected abstract AddToList ( string text ) : void
text string
return void

Dispose() protected method

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

FillList() protected abstract method

protected abstract FillList ( ) : void
return void

ListDialog() public method

public ListDialog ( ) : System
return System

Modify() protected abstract method

/// The does not fit to the syntax. /// /// The contains a reserved name. ///
protected abstract Modify ( ListViewItem item, string text ) : void
item ListViewItem
text string
return void

MoveDownItem() protected method

protected MoveDownItem ( ListViewItem item ) : void
item ListViewItem
return void

MoveUpItem() protected method

protected MoveUpItem ( ListViewItem item ) : void
item ListViewItem
return void

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e EventArgs
return void

Remove() protected method

protected Remove ( ListViewItem item ) : void
item ListViewItem
return void

Property Details

lstItems protected_oe property

protected System.Windows.Forms.ListView lstItems
return System.Windows.Forms.ListView