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

Inheritance: ItemEditor
显示文件 Open project: gbaychev/NClass

Protected Methods

Method Description
Delete ( ) : void
HideEditor ( ) : void
MoveDown ( ) : void
MoveUp ( ) : void
RefreshValues ( ) : void
SelectNext ( ) : void
SelectPrevious ( ) : void
ValidateDeclarationLine ( ) : bool

Private Methods

Method Description
Init ( DiagramElement element ) : void
RefreshMoveUpDownTools ( ) : void
Relocate ( DiagramElement element ) : void
Relocate ( EnumShape shape ) : void

Method Details

Delete() protected method

protected Delete ( ) : void
return void

HideEditor() protected method

protected HideEditor ( ) : void
return void

MoveDown() protected method

protected MoveDown ( ) : void
return void

MoveUp() protected method

protected MoveUp ( ) : void
return void

RefreshValues() protected method

protected RefreshValues ( ) : void
return void

SelectNext() protected method

protected SelectNext ( ) : void
return void

SelectPrevious() protected method

protected SelectPrevious ( ) : void
return void

ValidateDeclarationLine() protected method

protected ValidateDeclarationLine ( ) : bool
return bool