portaview
Class Previewer

java.lang.Object
  extended byportaview.AbstractViewer
      extended byportaview.Previewer
All Implemented Interfaces:
java.util.Observer

public class Previewer
extends AbstractViewer

Panel to preview the image. This is the controller pattern in the MVC model.

Author:
William Lee

Field Summary
 
Fields inherited from class portaview.AbstractViewer
model, view
 
Constructor Summary
Previewer(PortaViewModel model)
          Constrcuts the previewer.
 
Method Summary
 void update(java.util.Observable o, java.lang.Object arg)
          Does nothing for now.
 
Methods inherited from class portaview.AbstractViewer
getModel, getView, nextSlide, pause, play, prevSlide, setModel, setView
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Previewer

public Previewer(PortaViewModel model)
Constrcuts the previewer.

Parameters:
model -
Method Detail

update

public void update(java.util.Observable o,
                   java.lang.Object arg)
Does nothing for now. The componts within this will perform the appropriate updates.

See Also:
Observer.update(java.util.Observable, java.lang.Object)


Copyright © 2003 The PortaView Team. All Rights Reserved.