- loadAlbums()
- Method in class fr.esial.seenshare.models.Albums
-
Load albums from the save file albums.data It contains all albums
serialized
- LoadAlbumsThread - Class in fr.esial.seenshare.models
-
Thread that launches the loading of albums from disk and from PicasaWeb
- LoadAlbumsThread()
- Constructor for class fr.esial.seenshare.models.LoadAlbumsThread
-
- LoadMediaPreviewsThread -
Class in fr.esial.seenshare.models
-
Thread that launches the creation of Media previews in JButtons
This is one of the slowest operations of the software, this is why it is threaded
- LoadMediaPreviewsThread(PreviewView,
JFrame, AlbumsMessage, Albums, Semaphore[]) - Constructor for class fr.esial.seenshare.models.LoadMediaPreviewsThread
-
Create a new thread
- loadOnlineAlbums()
- Method in class fr.esial.seenshare.models.Albums
-
Load albums remotely stored on Picasa Web
- LoadOnlineAlbumsDataThread -
Class in fr.esial.seenshare.models
-
Thread that loads all online albums data (and its medias)
- LoadOnlineAlbumsDataThread(Album)
- Constructor for class fr.esial.seenshare.models.LoadOnlineAlbumsDataThread
-
- loadOnlineData()
- Method in class fr.esial.seenshare.models.Album
-
Load all online data in a thread : download all album & medias data
- loadSavedPersons(Album,
Photo) - Method in class fr.esial.seenshare.models.Albums
-
Load the list of persons saved in persons.data file