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

Afficher le fichier Open project: gbaychev/NClass

Protected Properties

Свойство Type Description
toolMoveDown System.Windows.Forms.ToolStripButton
toolMoveUp System.Windows.Forms.ToolStripButton

Méthodes publiques

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

Méthodes protégées

Méthode 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

Méthode 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 méthode

protected abstract Delete ( ) : void
Résultat void

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

HideEditor() protected abstract méthode

protected abstract HideEditor ( ) : void
Résultat void

ItemEditor() public méthode

public ItemEditor ( ) : System
Résultat System

MoveDown() protected abstract méthode

protected abstract MoveDown ( ) : void
Résultat void

MoveUp() protected abstract méthode

protected abstract MoveUp ( ) : void
Résultat void

OnVisibleChanged() protected méthode

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

RefreshValues() protected abstract méthode

protected abstract RefreshValues ( ) : void
Résultat void

SelectNext() protected abstract méthode

protected abstract SelectNext ( ) : void
Résultat void

SelectPrevious() protected abstract méthode

protected abstract SelectPrevious ( ) : void
Résultat void

SetError() protected méthode

protected SetError ( string message ) : void
message string
Résultat void

UpdateTexts() protected méthode

protected UpdateTexts ( ) : void
Résultat void

ValidateData() public méthode

public ValidateData ( ) : void
Résultat void

ValidateDeclarationLine() protected abstract méthode

protected abstract ValidateDeclarationLine ( ) : bool
Résultat bool

Property Details

toolMoveDown protected_oe property

protected System.Windows.Forms.ToolStripButton toolMoveDown
Résultat System.Windows.Forms.ToolStripButton

toolMoveUp protected_oe property

protected System.Windows.Forms.ToolStripButton toolMoveUp
Résultat System.Windows.Forms.ToolStripButton