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

Exibir arquivo Open project: gbaychev/NClass

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnVisibleChanged ( EventArgs e ) : void

Private Methods

Method Description
AddNewValue ( ) : void
ChangeAccess ( AccessModifier access ) : void
ClearNewValueField ( ) : void
Init ( DiagramElement element ) : void
InitializeComponent ( ) : void

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

RefreshValues ( ) : void
RefreshVisibility ( ) : void
SetError ( string message ) : void
UpdateTexts ( ) : void
ValidateName ( ) : bool
declaration_TextChanged ( object sender, EventArgs e ) : void
declaration_Validating ( object sender, CancelEventArgs e ) : void
toolDefault_Click ( object sender, EventArgs e ) : void
toolInternal_Click ( object sender, EventArgs e ) : void
toolNewValue_Click ( object sender, EventArgs e ) : void
toolPrivate_Click ( object sender, EventArgs e ) : void
toolProtected_Click ( object sender, EventArgs e ) : void
toolProtint_Click ( object sender, EventArgs e ) : void
toolPublic_Click ( object sender, EventArgs e ) : void
txtName_KeyDown ( object sender, KeyEventArgs e ) : void
txtNewValue_GotFocus ( object sender, EventArgs e ) : void
txtNewValue_KeyDown ( object sender, KeyEventArgs e ) : void
txtNewValue_LostFocus ( object sender, System e ) : void
txtNewValue_TextChanged ( object sender, EventArgs e ) : void
txtReturnType_KeyDown ( object sender, KeyEventArgs e ) : void

Method Details

DelegateEditor() public method

public DelegateEditor ( ) : System
return System

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

OnVisibleChanged() protected method

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

ValidateData() public method

public ValidateData ( ) : void
return void