C# Class GUI.EditorView.Window.HandleTextChange

Indicates the actions to be performed to get the text from the instance and to set it into the instance
Afficher le fichier Open project: ERTMSSolutions/ERTMSFormalSpecs

Méthodes publiques

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

Méthodes protégées

Méthode Description
HandleTextChange ( DataDictionary.ModelElement instance, string identifyingMessage ) : System

Constructor

Method Details

GetText() public abstract méthode

The way text is retrieved from the instance
public abstract GetText ( ) : string
Résultat string

HandleTextChange() protected méthode

Constructor
protected HandleTextChange ( DataDictionary.ModelElement instance, string identifyingMessage ) : System
instance DataDictionary.ModelElement
identifyingMessage string
Résultat System

RemoveUselessCharacters() public méthode

Removes all useless characters from a source string
public RemoveUselessCharacters ( string source ) : string
source string
Résultat string

SetText() public abstract méthode

The way text is set back in the instance
public abstract SetText ( string text ) : void
text string
Résultat void