|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Photo | |
---|---|
org.fourthline.cling.support.model.container | |
org.fourthline.cling.support.model.item |
Uses of Photo in org.fourthline.cling.support.model.container |
---|
Methods in org.fourthline.cling.support.model.container that return Photo | |
---|---|
Photo[] |
PhotoAlbum.getPhotos()
|
Methods in org.fourthline.cling.support.model.container with parameters of type Photo | |
---|---|
void |
PhotoAlbum.addPhotos(Photo[] photos)
|
Method parameters in org.fourthline.cling.support.model.container with type arguments of type Photo | |
---|---|
void |
PhotoAlbum.addPhotos(List<Photo> photos)
|
Constructor parameters in org.fourthline.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.fourthline.cling.support.model.item |
---|
Methods in org.fourthline.cling.support.model.item that return Photo | |
---|---|
Photo |
Photo.setAlbum(String album)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |