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

Inheritance: ListDialog
Datei anzeigen Open project: gbaychev/NClass

Public Methods

Method Description
ShowDialog ( DelegateType parent ) : void

Protected Methods

Method Description
AddToList ( string text ) : void
FillList ( ) : void
Modify ( System.Windows.Forms.ListViewItem item, string text ) : void
MoveDownItem ( System.Windows.Forms.ListViewItem item ) : void
MoveUpItem ( System.Windows.Forms.ListViewItem item ) : void
Remove ( System.Windows.Forms.ListViewItem item ) : void

Method Details

AddToList() protected method

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

FillList() protected method

protected FillList ( ) : void
return void

Modify() protected method

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

MoveDownItem() protected method

protected MoveDownItem ( System.Windows.Forms.ListViewItem item ) : void
item System.Windows.Forms.ListViewItem
return void

MoveUpItem() protected method

protected MoveUpItem ( System.Windows.Forms.ListViewItem item ) : void
item System.Windows.Forms.ListViewItem
return void

Remove() protected method

protected Remove ( System.Windows.Forms.ListViewItem item ) : void
item System.Windows.Forms.ListViewItem
return void

ShowDialog() public method

public ShowDialog ( DelegateType parent ) : void
parent NClass.Core.DelegateType
return void