- getAccess() -
Method in class fr.esial.seenshare.models.Album
-
Get the access level to this album
- getAlbumFolder(String)
- Static method in class fr.esial.seenshare.utils.ProjectFiles
-
Get a File object pointing to the folder of an album
- getAlbums() -
Method in class fr.esial.seenshare.models.Albums
-
Get all albums (useful to check sync status)
- getCurrentIncrement()
- Method in class fr.esial.seenshare.models.CurrentProgressStatus
-
Get the current increment value
- getCurrentSel() - Method
in class fr.esial.seenshare.views.PicturePanel
-
Get the current selection
- getDate() -
Method in class fr.esial.seenshare.models.Album
-
Get the Date the album was taken
- getDescription() - Method
in class fr.esial.seenshare.models.Resource
-
Get the description of the resource
- getEntry() -
Method in class fr.esial.seenshare.models.Album
-
Get the entry of the album (to match Picasa albums)
- getEntry() -
Method in class fr.esial.seenshare.models.Media
-
Get the entry of the media
- getEntry() -
Method in class fr.esial.seenshare.models.Resource
-
Get the entry corresponding to this resource Useful for Picasa sync and
required data
- getFileExtension(String)
- Static method in class fr.esial.seenshare.utils.ProjectFiles
-
- getFileMimetype(String)
- Static method in class fr.esial.seenshare.utils.ProjectFiles
-
- getGeoLocation() - Method
in class fr.esial.seenshare.models.Resource
-
Get the geolocation point of the photo
- getGoogleService()
- Static method in class fr.esial.seenshare.models.GoogleService
-
Get the instance of the connection
- getId() -
Method in class fr.esial.seenshare.models.Resource
-
Get the unique id of the resource Useful for Picasa
- getImage() -
Method in class fr.esial.seenshare.models.Media
-
Get the Image object associated with this Media
- getInstance() - Static method
in class fr.esial.seenshare.models.Albums
-
Get the working instance of albums, or create a new one
- getInstance()
- Static method in class fr.esial.seenshare.models.CurrentProgressStatus
-
Get the current instance of the progress bar, or creates one
- getMediaByTitle(String)
- Method in class fr.esial.seenshare.models.Album
-
Get a media in the album described by his title
- getMedias() -
Method in class fr.esial.seenshare.models.Album
-
Get all medias in the album
- getMediaSearched()
- Method in class fr.esial.seenshare.models.Albums
-
List of medias being the result of a search
- getMessage()
- Method in class fr.esial.seenshare.models.CurrentProgressStatus
-
Get the message printed on the progressbar
- getName() -
Method in class fr.esial.seenshare.models.Person
-
Get the person name
- getNewInstance() - Static
method in class fr.esial.seenshare.models.Albums
-
Get a new instance of the singleton (useful for tests)
- getOnlineSize() - Method in
class fr.esial.seenshare.models.Album
-
Get the real online size (useful for albums being downloaded in threads)
- getP1() - Method
in class fr.esial.seenshare.models.Person
-
Get the first point of the rectangle
- getP2() - Method
in class fr.esial.seenshare.models.Person
-
Get the second point of the rectangle
- getPassword() - Static
method in class fr.esial.seenshare.models.GoogleService
-
Get the account password
- getPersons()
- Method in class fr.esial.seenshare.models.Photo
-
Get the list of persons displayed on the photo
- getPersonsBase() - Method in
class fr.esial.seenshare.models.Albums
-
Get the list of persons in all albums
- getProgress()
- Method in class fr.esial.seenshare.models.CurrentProgressStatus
-
Get current progress
- getProjectFolder()
- Static method in class fr.esial.seenshare.utils.ProjectFiles
-
Get a File object pointing to the project folder
- getProjectFolderName()
- Static method in class fr.esial.seenshare.utils.ProjectFiles
-
Get the project folder name (absolute path)
- getResourcePath()
- Method in class fr.esial.seenshare.models.Resource
-
Get the path to the resource
- getSelected() - Method in class
fr.esial.seenshare.models.Albums
-
Get the selected album
- getSelectedName() - Method
in class fr.esial.seenshare.models.Albums
-
Get the selected album name
- getSemaphore() - Method in
class fr.esial.seenshare.models.Albums
-
- getSerialEntry() - Method
in class fr.esial.seenshare.models.Resource
-
Get the entry of the resource
- getStatus()
- Method in class fr.esial.seenshare.models.Resource
-
Get the status of the resource (local, online or sync)
- getTagPersonName(int,
int) - Method in class fr.esial.seenshare.views.PicturePanel
-
Get the person tagged at the given coordinates.
- getTags() -
Method in class fr.esial.seenshare.models.Resource
-
Get the tags describing the resource
- getThumbnailPath()
- Method in class fr.esial.seenshare.models.Resource
-
Get the path to the thumbnail of the resource
- getTitle() -
Method in class fr.esial.seenshare.models.Resource
-
Get the title of the resource
- getTree() -
Method in class fr.esial.seenshare.models.Albums
-
Get the tree of albums (useful for JList)
- getUrl() -
Method in class fr.esial.seenshare.views.URLLabel
-
Get the URl
- getUsername() - Static
method in class fr.esial.seenshare.models.GoogleService
-
Get the account username
- GoogleService - Class in fr.esial.seenshare.models
-
This class uses Singleton design pattern to handle the authentication to
Google: a single instance of the connection exists, is created if null, or
returned if exists