Uses of Class
portaview.model.PortaViewCollection

Packages that use PortaViewCollection
portaview.server PortaView's server that both serves as a client (to retrieve the images from the master PortaView's server) and a server (to accept local modification as commanded by the master server). 
portaview.view The views, or "V" in the MVC pattern. 
 

Uses of PortaViewCollection in portaview.server
 

Methods in portaview.server that return PortaViewCollection
 PortaViewCollection PortaViewServer.getRegisteredPortaViews()
           
 

Methods in portaview.server with parameters of type PortaViewCollection
 void PortaViewServer.setRegisteredPortaViews(PortaViewCollection collection)
          Replace the collection of registered PortaViews with a new collection.
 

Uses of PortaViewCollection in portaview.view
 

Constructors in portaview.view with parameters of type PortaViewCollection
PortaViewPanel(PortaViewCollection portaViews)
          Given a list of PortaView models, draw the view.
 



Copyright © 2003 The PortaView Team. All Rights Reserved.