|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.Observable portaview.model.ObservableCollection portaview.model.AlbumCollection
Represents a collection of AlbumModel. Note that this is observable so changes can be observed by a third party view or controller.
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 |
public AlbumCollection()
Method Detail |
public void removeAlbum(AlbumModel am)
public void addAlbum(AlbumModel am)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |