|
|||||||||||
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.PortaViewCollection
Implements a list for PortaView that can be observed.
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 |
public PortaViewCollection()
Method Detail |
public void removePortaView(PortaViewModel pvm)
pvm
- PortaView to remove.public void addPortaView(PortaViewModel pvm)
pvm
- PortaView to add.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |