Uses of Class
org.teleal.cling.support.model.item.Photo

Packages that use Photo
org.teleal.cling.support.model.container   
org.teleal.cling.support.model.item   
 

Uses of Photo in org.teleal.cling.support.model.container
 

Methods in org.teleal.cling.support.model.container that return Photo
 Photo[] PhotoAlbum.getPhotos()
           
 

Methods in org.teleal.cling.support.model.container with parameters of type Photo
 void PhotoAlbum.addPhotos(Photo[] photos)
           
 

Method parameters in org.teleal.cling.support.model.container with type arguments of type Photo
 void PhotoAlbum.addPhotos(List<Photo> photos)
           
 

Constructor parameters in org.teleal.cling.support.model.container with type arguments of type Photo
PhotoAlbum(String id, Container parent, String title, String creator, Integer childCount, List<Photo> photos)
           
PhotoAlbum(String id, String parentID, String title, String creator, Integer childCount, List<Photo> photos)
           
 

Uses of Photo in org.teleal.cling.support.model.item
 

Methods in org.teleal.cling.support.model.item that return Photo
 Photo Photo.setAlbum(String album)
           
 



Copyright © 2010 Teleal GmbH, Switzerland. All Rights Reserved.