C# 클래스 GUI.EditorView.Window.HandleTextChange

Indicates the actions to be performed to get the text from the instance and to set it into the instance
파일 보기 프로젝트 열기: ERTMSSolutions/ERTMSFormalSpecs

공개 메소드들

메소드 설명
GetText ( ) : string

The way text is retrieved from the instance

RemoveUselessCharacters ( string source ) : string

Removes all useless characters from a source string

SetText ( string text ) : void

The way text is set back in the instance

보호된 메소드들

메소드 설명
HandleTextChange ( DataDictionary.ModelElement instance, string identifyingMessage ) : System

Constructor

메소드 상세

GetText() 공개 추상적인 메소드

The way text is retrieved from the instance
public abstract GetText ( ) : string
리턴 string

HandleTextChange() 보호된 메소드

Constructor
protected HandleTextChange ( DataDictionary.ModelElement instance, string identifyingMessage ) : System
instance DataDictionary.ModelElement
identifyingMessage string
리턴 System

RemoveUselessCharacters() 공개 메소드

Removes all useless characters from a source string
public RemoveUselessCharacters ( string source ) : string
source string
리턴 string

SetText() 공개 추상적인 메소드

The way text is set back in the instance
public abstract SetText ( string text ) : void
text string
리턴 void