Uses of Interface
cz.psika.numerist.ItemObservable

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

Uses of ItemObservable in cz.psika.numerist
 

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

Classes in cz.psika.numerist that implement ItemObservable
 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.
 

Methods in cz.psika.numerist with parameters of type ItemObservable
 void ItemObserver.update(ItemObservable observable, Constants.ItemEvents event)
          Method called whenever ItemObservable object has changed and the object wants to inform attached observers.
 void Manager.update(ItemObservable observable, Constants.ItemEvents event)
          Updating the observable item.