C# Class GUI.PropertyView.Window

Inheritance: BaseForm
显示文件 Open project: ERTMSSolutions/ERTMSFormalSpecs

Public Methods

Method Description
HandleSelectionChange ( Context context ) : bool

Allows to refresh the view, when the selected model changed

HandleValueChange ( IModelElement modelElement, Context changeKind ) : bool

Allows to refresh the view, when the value of a model changed

Window ( ) : System.Windows.Forms

Constructor

Method Details

HandleSelectionChange() public method

Allows to refresh the view, when the selected model changed
public HandleSelectionChange ( Context context ) : bool
context Context
return bool

HandleValueChange() public method

Allows to refresh the view, when the value of a model changed
public HandleValueChange ( IModelElement modelElement, Context changeKind ) : bool
modelElement IModelElement
changeKind Context
return bool

Window() public method

Constructor
public Window ( ) : System.Windows.Forms
return System.Windows.Forms