Uses of Class
cz.psika.numerist.Memento

Packages that use Memento
cz.psika.numerist Nearly all application classes live within this package. 
 

Uses of Memento in cz.psika.numerist
 

Subclasses of Memento in cz.psika.numerist
 class DiagramCanvasMemento
          Class saving history status of simple diagram.
protected  class Entry.EntryMemento
          Class used to conserve history status of entry.
 class ItemMemento
          Item history object.
 

Methods in cz.psika.numerist that return Memento
 Memento DiagramCanvas.createMemento()
          Create history object.
 Memento EmptyDiagram.createMemento()
           
 Memento Entry.createMemento()
          Creates memento.
 Memento History.createMemento()
          Create history object.
 Memento ItemMemento.createMemento()
           
 

Methods in cz.psika.numerist with parameters of type Memento
 void DiagramCanvas.setMemento(Memento memento)
          Set state of this object to previously saved status.
 void EmptyDiagram.setMemento(Memento memento)
           
 void Entry.setMemento(Memento memento)
          Set history status.
 void History.setMemento(Memento memento)
          Initialize object to state in the past.
 void ItemMemento.setMemento(Memento memento)