C# Class NClass.DiagramEditor.ClassDiagram.Editors.ItemEditor

ファイルを表示 Open project: gbaychev/NClass

Protected Properties

Property Type Description
toolMoveDown System.Windows.Forms.ToolStripButton
toolMoveUp System.Windows.Forms.ToolStripButton

Public Methods

Method Description
ItemEditor ( ) : System
ValidateData ( ) : void

Protected Methods

Method Description
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

Private Methods

Method Description
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

Method Details

Delete() protected abstract method

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

HideEditor() protected abstract method

protected abstract HideEditor ( ) : void
return void

ItemEditor() public method

public ItemEditor ( ) : System
return System

MoveDown() protected abstract method

protected abstract MoveDown ( ) : void
return void

MoveUp() protected abstract method

protected abstract MoveUp ( ) : void
return void

OnVisibleChanged() protected method

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

RefreshValues() protected abstract method

protected abstract RefreshValues ( ) : void
return void

SelectNext() protected abstract method

protected abstract SelectNext ( ) : void
return void

SelectPrevious() protected abstract method

protected abstract SelectPrevious ( ) : void
return void

SetError() protected method

protected SetError ( string message ) : void
message string
return void

UpdateTexts() protected method

protected UpdateTexts ( ) : void
return void

ValidateData() public method

public ValidateData ( ) : void
return void

ValidateDeclarationLine() protected abstract method

protected abstract ValidateDeclarationLine ( ) : bool
return bool

Property Details

toolMoveDown protected_oe property

protected System.Windows.Forms.ToolStripButton toolMoveDown
return System.Windows.Forms.ToolStripButton

toolMoveUp protected_oe property

protected System.Windows.Forms.ToolStripButton toolMoveUp
return System.Windows.Forms.ToolStripButton