Class SelectionMemento
java.lang.Object
fr.istic.aco.editor.memento.SelectionMemento
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
SelectionMementopublic SelectionMemento()
 
- 
- 
Method Details- 
setBeginpublic void setBegin(int begin) Sets the beginning index of the Selection memento- Parameters:
- begin- the new starting index as an int
 
- 
setEndpublic void setEnd(int end) Sets the ending index of the Selection memento- Parameters:
- end- the new ending index as an int
 
- 
getBeginpublic int getBegin()Retrieves the beginning index of the memento- Returns:
- the beginning index as an int
 
- 
getEndpublic int getEnd()Retrieves the ending index of the memento- Returns:
- the ending index as an int
 
 
-