portaview.model
Class AlbumCollection

java.lang.Object
  extended byjava.util.Observable
      extended byportaview.model.ObservableCollection
          extended byportaview.model.AlbumCollection

public class AlbumCollection
extends ObservableCollection

Represents a collection of AlbumModel. Note that this is observable so changes can be observed by a third party view or controller.

Author:
William Lee

Constructor Summary
AlbumCollection()
           
 
Method Summary
 void addAlbum(AlbumModel am)
           
 void removeAlbum(AlbumModel am)
           
 
Methods inherited from class portaview.model.ObservableCollection
add, addAll, clear, iterator, notifyChange, notifyChildrenObservers, remove, size
 
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlbumCollection

public AlbumCollection()
Method Detail

removeAlbum

public void removeAlbum(AlbumModel am)

addAlbum

public void addAlbum(AlbumModel am)


Copyright © 2003 The PortaView Team. All Rights Reserved.