portaview.model
Class PortaViewCollection

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

public class PortaViewCollection
extends ObservableCollection

Implements a list for PortaView that can be observed.

Author:
William Lee

Constructor Summary
PortaViewCollection()
           
 
Method Summary
 void addPortaView(PortaViewModel pvm)
          Adds the PortaView and fire the event.
 void removePortaView(PortaViewModel pvm)
          Removes the PortaView and fire the event.
 
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

PortaViewCollection

public PortaViewCollection()
Method Detail

removePortaView

public void removePortaView(PortaViewModel pvm)
Removes the PortaView and fire the event.

Parameters:
pvm - PortaView to remove.

addPortaView

public void addPortaView(PortaViewModel pvm)
Adds the PortaView and fire the event.

Parameters:
pvm - PortaView to add.


Copyright © 2003 The PortaView Team. All Rights Reserved.