Uses of Class
portaview.model.ObservableCollection

Packages that use ObservableCollection
portaview.model The models, or the "M" in the MVC pattern. 
portaview.view The views, or "V" in the MVC pattern. 
 

Uses of ObservableCollection in portaview.model
 

Subclasses of ObservableCollection in portaview.model
 class AlbumCollection
          Represents a collection of AlbumModel.
 class PortaViewCollection
          Implements a list for PortaView that can be observed.
 

Methods in portaview.model with parameters of type ObservableCollection
 void ObservableCollection.addAll(ObservableCollection col)
          Add all the element in col to this collecion.
 

Uses of ObservableCollection in portaview.view
 

Constructors in portaview.view with parameters of type ObservableCollection
IconPanel(ObservableCollection olist)
          Constructs a panel based on an observable list of items IconViews.
IconPanelContent(IconPanel panel, ObservableCollection models)
           
 



Copyright © 2003 The PortaView Team. All Rights Reserved.