C# 클래스 NClass.DiagramEditor.ClassDiagram.Editors.ItemEditor

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

보호된 프로퍼티들

프로퍼티 타입 설명
toolMoveDown System.Windows.Forms.ToolStripButton
toolMoveUp System.Windows.Forms.ToolStripButton

공개 메소드들

메소드 설명
ItemEditor ( ) : System
ValidateData ( ) : void

보호된 메소드들

메소드 설명
Delete ( ) : void
Dispose ( bool disposing ) : void

Clean up any resources being used.

HideEditor ( ) : void
MoveDown ( ) : void
MoveUp ( ) : void
OnVisibleChanged ( EventArgs e ) : void
RefreshValues ( ) : void
SelectNext ( ) : void
SelectPrevious ( ) : void
SetError ( string message ) : void
UpdateTexts ( ) : void
ValidateDeclarationLine ( ) : bool

비공개 메소드들

메소드 설명
Init ( DiagramElement element ) : void
InitializeComponent ( ) : void

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

Relocate ( DiagramElement element ) : void
toolDelete_Click ( object sender, EventArgs e ) : void
toolMoveDown_Click ( object sender, EventArgs e ) : void
toolMoveUp_Click ( object sender, EventArgs e ) : void
txtDeclaration_KeyDown ( object sender, KeyEventArgs e ) : void
txtDeclaration_TextChanged ( object sender, EventArgs e ) : void
txtDeclaration_Validating ( object sender, CancelEventArgs e ) : void

메소드 상세

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

protected abstract Delete ( ) : void
리턴 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

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

protected abstract HideEditor ( ) : void
리턴 void

ItemEditor() 공개 메소드

public ItemEditor ( ) : System
리턴 System

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

protected abstract MoveDown ( ) : void
리턴 void

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

protected abstract MoveUp ( ) : void
리턴 void

OnVisibleChanged() 보호된 메소드

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

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

protected abstract RefreshValues ( ) : void
리턴 void

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

protected abstract SelectNext ( ) : void
리턴 void

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

protected abstract SelectPrevious ( ) : void
리턴 void

SetError() 보호된 메소드

protected SetError ( string message ) : void
message string
리턴 void

UpdateTexts() 보호된 메소드

protected UpdateTexts ( ) : void
리턴 void

ValidateData() 공개 메소드

public ValidateData ( ) : void
리턴 void

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

protected abstract ValidateDeclarationLine ( ) : bool
리턴 bool

프로퍼티 상세

toolMoveDown 보호되어 있는 프로퍼티

protected System.Windows.Forms.ToolStripButton toolMoveDown
리턴 System.Windows.Forms.ToolStripButton

toolMoveUp 보호되어 있는 프로퍼티

protected System.Windows.Forms.ToolStripButton toolMoveUp
리턴 System.Windows.Forms.ToolStripButton