Class | Description |
---|---|
AddMediaListener |
Class that listen for clicks on the "Add media" button
Shows a file chooser to select the media to add from disk and add the file to the selected
album
|
AlbumDetailsSave |
Controller that saves the details of an album
|
AlbumsSelectionListener |
Controller listening clicks on albums
|
CloseSoftware |
Controller that listens all actions that can close the software
|
CloseTabListener |
Controller that closes a tab when the close button is pressed
|
ConnectionListener |
Controller that listens clicks on the connection button
It transforms a connection button into disconnection button
|
ImageEditButtonsActionListener |
Controller that listen the buttons to edit a photo (rotate or resize)
|
PhotoClick |
Controller listening click actions on photos on main view
|
PicturePanelMouseListener |
Controller listening for clicks on the photo panel
|
PrintMediaListener |
Controller that listen for clicks on the print button
Invoke the system printer dialog to select a printer and print a new job
|
SearchActionListener |
Controller that listen for inputs in the search field, and launch the
searches
|
ThemeListener |
Controller that listen for clicks on the theme switcher button
Update the Look&Feel of the software
|
VideoClick |
Controller that listen for clicks on a video, to launch a new video panel
|
ZoomButtonsActionListener |
Controller that listen to clicks on the zoom buttons
Launch the good zoom method depending on the button clicked
|