Class InsertMemento
java.lang.Object
fr.istic.aco.editor.memento.InsertMemento
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
InsertMemento
public InsertMemento()
-
-
Method Details
-
getText
retrieves the text stored by the memento- Returns:
- the text inserted with the insert command
-
setText
sets the attribute text of the memento- Parameters:
text
- the text to insert
-