C# Class GUI.PropertyView.Window

Inheritance: BaseForm
Afficher le fichier Open project: ERTMSSolutions/ERTMSFormalSpecs

Méthodes publiques

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

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

HandleValueChange() public méthode

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

Window() public méthode

Constructor
public Window ( ) : System.Windows.Forms
Résultat System.Windows.Forms