C# 클래스 NClass.DiagramEditor.ClassDiagram.Dialogs.ListDialog

파일 보기 프로젝트 열기: gbaychev/NClass

보호된 프로퍼티들

프로퍼티 타입 설명
lstItems System.Windows.Forms.ListView

공개 메소드들

메소드 설명
ListDialog ( ) : System

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

AddToList() 보호된 추상적인 메소드

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

Dispose() 보호된 메소드

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

FillList() 보호된 추상적인 메소드

protected abstract FillList ( ) : void
리턴 void

ListDialog() 공개 메소드

public ListDialog ( ) : System
리턴 System

Modify() 보호된 추상적인 메소드

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

MoveDownItem() 보호된 메소드

protected MoveDownItem ( ListViewItem item ) : void
item ListViewItem
리턴 void

MoveUpItem() 보호된 메소드

protected MoveUpItem ( ListViewItem item ) : void
item ListViewItem
리턴 void

OnLoad() 보호된 메소드

protected OnLoad ( EventArgs e ) : void
e EventArgs
리턴 void

Remove() 보호된 메소드

protected Remove ( ListViewItem item ) : void
item ListViewItem
리턴 void

프로퍼티 상세

lstItems 보호되어 있는 프로퍼티

protected System.Windows.Forms.ListView lstItems
리턴 System.Windows.Forms.ListView