|
Rakesh API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Album | |
|---|---|
| org.rakeshv.xml.album | An XML photo album implementation. |
| Uses of Album in org.rakeshv.xml.album |
|---|
| Methods in org.rakeshv.xml.album that return Album | |
|---|---|
private Album |
PhotoAlbum.populateAlbum(org.jdom.Element element)
Walk through the child elements of the specified album
element, and create a corresponding Album bean. |
| Methods in org.rakeshv.xml.album with parameters of type Album | |
|---|---|
void |
PhotoAlbum.addAlbum(Album album)
Add the specified Album java bean to the PhotoAlbum.albums
map. |
private void |
PhotoAlbum.addAlbumToTree(Album album)
Add the specified Album object to the JDOM tree as a
album element. |
private void |
PhotoAlbum.addPhotoToTree(org.jdom.Element element,
Album album)
Add all the Photo beans in the Album specified
to the Element passed in. |
void |
PhotoAlbum.modifyAlbum(Album album)
Save the specified Album java bean that has been modified
to the underlying JDOM tree. |
|
Rakesh API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||