A B C D E F G H I L M N O P R S T U V W 
All Classes All Packages

G

generatePDF(String) - Method in class Roots.AlbumDetailsRoot
Method to generate PDF and is ran when clicking download in generatePDF window Used in generatePDFPressed
generatePDFPressed() - Method in class Roots.AlbumDetailsRoot
Method that is ran when clicking the generate pdf button Sets up the action popup Used in setLayout
getALBUM() - Method in class Components.AlbumContainer
 
getAlbumButton() - Method in class Components.AlbumContainer
 
getAlbumContainerHBox() - Method in class Components.AlbumContainer
 
getAlbums() - Method in class Database.HibernateClasses.Photo
 
getAlbums() - Method in class Database.HibernateClasses.User
 
getAlbums_AddNewAlbum_True() - Method in class AlbumTest
 
getAperture() - Method in class Database.HibernateClasses.Photo
 
getAperture_ValidPhotoApertureTime_NotNull() - Method in class ImageAnalyzerTest
 
getApiKey() - Method in class Roots.MapRoot
Method that gets Google Maps Javascript API key Used in getHtml
getBorderPane() - Method in class Roots.SceneRoot
 
getCamera() - Method in class Database.HibernateClasses.Photo
 
getCamera_ValidCamera_NotNull() - Method in class ImageAnalyzerTest
 
getCheckBox() - Method in class Components.AlbumContainer
 
getCheckBox() - Method in class Components.PhotoContainer
 
getCheckedAlbums() - Method in class Roots.AlbumsRoot
Helper method to get the checked album in the album root Used in deleteSelectedAlbums
getCheckedPhotos() - Method in class Roots.PhotosRoot
Helper method to get the checked photos in the photos root Used in updateUser Used in deleteSelectedPhotos
getColor() - Method in enum Css.FeedbackType
 
getContainer() - Method in class Components.TagContainer
 
getDeleteTagButton() - Method in class Components.TagContainer
 
getDialogHBox() - Method in class Components.PopUpWindow
 
getDialogText() - Method in class Components.PopUpWindow
 
getDialogVBox() - Method in class Components.PopUpWindow
 
getDialogWindow() - Method in class Components.PopUpWindow
 
getEm() - Static method in class Database.Hibernate
Gets entity manager.
getEntityManagerFactory() - Static method in class Database.Hibernate
Gets entity manager factory.
getExposureTime() - Method in class Database.HibernateClasses.Photo
 
getExposureTime_ValidPhotoExposureTime_NotNull() - Method in class ImageAnalyzerTest
 
getFileSize() - Method in class Database.HibernateClasses.Photo
 
getFileSize_PhotoFileSizeNotNull_isNotEqual() - Method in class ImageAnalyzerTest
 
getFileType() - Method in class Database.HibernateClasses.Photo
 
getFileType_ValidPhotoFileType_NotNull() - Method in class ImageAnalyzerTest
 
getGridPane() - Method in class Roots.SceneRoot
 
getHash() - Method in class Database.HibernateClasses.User
 
getHash(String) - Static method in class Components.Encrypter
Used to get the hash string from the encrypt function
getHash_EqualPasswordAndSalt_ReturnEqualHashes() - Method in class EncrypterTest
 
getHash_EqualPasswords_ReturnDifferentHashes() - Method in class EncrypterTest
 
getHBox() - Static method in class Components.Header
 
getHeight() - Method in class Database.HibernateClasses.Photo
 
getHeight_PhotoHeightNotNull_isNotEqual() - Method in class ImageAnalyzerTest
 
getHtml() - Method in class Roots.MapRoot
Get a html string which creates a map with markers where the uploaded photos was photographed Used in setUpMap
getId() - Method in class Database.HibernateClasses.Album
 
getId() - Method in class Database.HibernateClasses.Photo
 
getId() - Method in class Database.HibernateClasses.Tags
 
getId() - Method in class Database.HibernateClasses.User
 
getID_AlbumCorrectID_isEqual() - Method in class AlbumTest
Checks whether the album has the correct user id.
getID_CorrectPhotoUserID_IsEqual() - Method in class ImageAnalyzerTest
 
getImage() - Method in class Components.PhotoContainer
 
getImageView() - Method in class Components.PhotoContainer
 
getLatitude() - Method in class Database.HibernateClasses.Photo
 
getLOG_IN_LABEL() - Method in class Roots.LoginRoot
 
getLogger() - Static method in class Components.FileLogger
Creates instance of logger and handler
getLongitude() - Method in class Database.HibernateClasses.Photo
 
getMarkerSize(Photo) - Method in class Roots.MapRoot
Calculates size of the map marker based on the photo's width and height to avoid stretching the photo.
getName() - Method in class Database.HibernateClasses.Album
 
getPhoto() - Method in class Components.PhotoContainer
 
getPhotoButton() - Method in class Components.AlbumContainer
 
getPhotoButton() - Method in class Components.PhotoContainer
 
getPhotoContainerHBox() - Method in class Components.PhotoContainer
 
getPhotoId() - Method in class Database.HibernateClasses.Tags
 
getPhotos() - Method in class Database.HibernateClasses.Album
 
getPhotos() - Method in class Database.HibernateClasses.User
 
getPhotoTags(Photo) - Method in class Roots.PhotosRoot
Helping method to retrieve all the tags to a specific photo.
getProperties() - Static method in class Database.Hibernate
Sets up the password, username and url to the database
getProperties() - Static method in class Roots.UploadRoot
Method that gets Cloudinary properties Used in uploadComplete
getSalt() - Method in class Database.HibernateClasses.User
 
getSalt(String) - Static method in class Components.Encrypter
Used to get the salt string from the encrypt function
getSalt(String) - Static method in class Database.Hibernate
Gets salt of user.
getSalt_Random_ReturnTwoDifferentSalts() - Method in class EncrypterTest
 
getSelectedPhotos() - Method in class Roots.AlbumDetailsRoot
Helping method to retrieve the photos that are selected by the user.
getStage() - Static method in class Main.ApplicationManager
Gets the main stage of the application
getTag() - Method in class Database.HibernateClasses.Tags
 
getTagAsString() - Method in class Components.TagContainer
 
getTags() - Method in class Database.HibernateClasses.Photo
 
getTime() - Method in class Database.HibernateClasses.Photo
 
getTime_ValidTime_NotNull() - Method in class ImageAnalyzerTest
 
getTitle() - Method in class Database.HibernateClasses.Photo
 
getTitle_CorrectPhotoTitle_isEqual() - Method in class ImageAnalyzerTest
Check if the title of the photo is valid.
getUrl() - Method in class Database.HibernateClasses.Photo
 
getUrl_CorrectUrl_isEqual() - Method in class ImageAnalyzerTest
Check if the photo was initialized with the correct url.
getUser() - Static method in class Components.UserInfo
Gets the user object of the user that is logged inn
getUser(String) - Static method in class Database.Hibernate
Gets user.
getUserId() - Method in class Database.HibernateClasses.Album
 
getUserId() - Method in class Database.HibernateClasses.Photo
 
getUserId_CorrectPhotoUserID_isEqual() - Method in class PhotoTest
Test to check whether the photo was uploaded to the correct user.
getUsername() - Method in class Database.HibernateClasses.User
 
getWidth() - Method in class Database.HibernateClasses.Photo
 
getWidth_PhotoWidthNotNull_isNotEqual() - Method in class ImageAnalyzerTest
 
gridPane - Variable in class Roots.SceneRoot
 
A B C D E F G H I L M N O P R S T U V W 
All Classes All Packages