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

Afficher le fichier Open project: gbaychev/NClass

Méthodes publiques

Méthode Description
EnumEditor ( ) : System
ValidateData ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnVisibleChanged ( EventArgs e ) : void

Private Methods

Méthode 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
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
txtName_TextChanged ( object sender, EventArgs e ) : void
txtName_Validating ( object sender, CancelEventArgs 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

Method Details

Dispose() protected méthode

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

EnumEditor() public méthode

public EnumEditor ( ) : System
Résultat System

OnVisibleChanged() protected méthode

protected OnVisibleChanged ( EventArgs e ) : void
e EventArgs
Résultat void

ValidateData() public méthode

public ValidateData ( ) : void
Résultat void