Uses of Interface
cz.psika.numerist.History

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

Uses of History in cz.psika.numerist
 

Subinterfaces of History in cz.psika.numerist
 interface Item
          Internal interface for all entries and diagrams.
 

Classes in cz.psika.numerist that implement History
 class Diagram
          Diagram.
 class DiagramCanvas
          Diagram drawing component.
 class DiagramCanvasMemento
          Class saving history status of simple diagram.
 class EmptyDiagram
          Diagram canvas without content and with black background lets user know that it is empty.
 class Entry
          Entry.
protected  class Entry.EntryMemento
          Class used to conserve history status of entry.
 class ItemMemento
          Item history object.