Uses of Class
portaview.model.AlbumCollection

Packages that use AlbumCollection
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 AlbumCollection in portaview.server
 

Methods in portaview.server that return AlbumCollection
 AlbumCollection PortaViewClient.getAlbumsFromMaster()
          Returns a list of AlbumModels from the master.
 AlbumCollection PortaViewServer.getAlbums()
           
 

Methods in portaview.server with parameters of type AlbumCollection
 void PortaViewServer.setAlbums(AlbumCollection collection)
          Sets the collection of albums.
 

Uses of AlbumCollection in portaview.view
 

Constructors in portaview.view with parameters of type AlbumCollection
AlbumPanel(AlbumCollection ac)
          Given a list of PortaView models, draw the view.
 



Copyright © 2003 The PortaView Team. All Rights Reserved.