C# 클래스 GUI.PropertyView.Window

상속: BaseForm
파일 보기 프로젝트 열기: ERTMSSolutions/ERTMSFormalSpecs

공개 메소드들

메소드 설명
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

메소드 상세

HandleSelectionChange() 공개 메소드

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

HandleValueChange() 공개 메소드

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

Window() 공개 메소드

Constructor
public Window ( ) : System.Windows.Forms
리턴 System.Windows.Forms