- actionPerformed(ActionEvent)
- Method in class fr.esial.seenshare.controlers.AddMediaListener
-
- actionPerformed(ActionEvent)
- Method in class fr.esial.seenshare.controlers.CloseSoftware
-
- actionPerformed(ActionEvent)
- Method in class fr.esial.seenshare.controlers.CloseTabListener
-
- actionPerformed(ActionEvent)
- Method in class fr.esial.seenshare.controlers.ConnectionListener
-
- actionPerformed(ActionEvent)
- Method in class fr.esial.seenshare.controlers.ImageEditButtonsActionListener
-
- actionPerformed(ActionEvent)
- Method in class fr.esial.seenshare.controlers.PrintMediaListener
-
Print the media with system printer
- actionPerformed(ActionEvent)
- Method in class fr.esial.seenshare.controlers.SearchActionListener
-
- actionPerformed(ActionEvent)
- Method in class fr.esial.seenshare.controlers.ThemeListener
-
- actionPerformed(ActionEvent)
- Method in class fr.esial.seenshare.controlers.ZoomButtonsActionListener
-
- add(Media)
- Method in class fr.esial.seenshare.models.DiaporamaIterator
-
- addAlbum(Album)
- Method in class fr.esial.seenshare.models.Albums
-
Add an album to the list of albums
- addFolder(String)
- Method in class fr.esial.seenshare.models.Albums
-
Add a local folder to the albums
- addLabel(Component,
Container) - Method in class fr.esial.seenshare.utils.FormUtility
-
Adds an arbitrary label component, starting a new row if appropriate.
- addLabel(String,
Container) - Method in class fr.esial.seenshare.utils.FormUtility
-
Adds a JLabel with the given string to the label column
- addLastField(Component,
Container) - Method in class fr.esial.seenshare.utils.FormUtility
-
Adds a field component.
- addMedia(Media,
boolean) - Method in class fr.esial.seenshare.models.Album
-
Add a media to the album
- AddMediaListener - Class
in fr.esial.seenshare.controlers
-
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
- AddMediaListener()
- Constructor for class fr.esial.seenshare.controlers.AddMediaListener
-
- addMiddleField(Component,
Container) - Method in class fr.esial.seenshare.utils.FormUtility
-
Adds a "middle" field component.
- addThread(Thread)
- Static method in class fr.esial.seenshare.models.Albums
-
Add a running thread in the thread manager
- Album - Class in fr.esial.seenshare.models
-
Class that manages an album It can be online, local or synchronized It
contains an AlbumEntry to be compatible with Picasa API
- Album() -
Constructor for class fr.esial.seenshare.models.Album
-
Creates an empty album
- Album(String) -
Constructor for class fr.esial.seenshare.models.Album
-
Creates an empty album with a given name
- AlbumDetailsSave - Class
in fr.esial.seenshare.controlers
-
Controller that saves the details of an album
- AlbumDetailsSave(Media,
JPanel, JLabel) - Constructor for class fr.esial.seenshare.controlers.AlbumDetailsSave
-
- AlbumDetailsSave(Media,
JPanel) - Constructor for class fr.esial.seenshare.controlers.AlbumDetailsSave
-
- Albums - Class in fr.esial.seenshare.models
-
Class managing the list of all albums
Manages online and local photos,loading of local folders, and saving/loading it in a file
This is a Singleton : this can not be instantiated more than once, so constructors are private
Call getInstance() each time you want
- AlbumsMessage - Enum in fr.esial.seenshare.models
-
Enum class to differentiate notifications to observers
- AlbumsSelectionListener -
Class in fr.esial.seenshare.controlers
-
Controller listening clicks on albums
- AlbumsSelectionListener(Albums)
- Constructor for class fr.esial.seenshare.controlers.AlbumsSelectionListener
-
- AlbumsTest - Class in fr.esial.seenshare.models.tests
-
- AlbumsTest() -
Constructor for class fr.esial.seenshare.models.tests.AlbumsTest
-
- AlbumsView - Class in fr.esial.seenshare.views
-
View that represents the list of albums in a jtree
It supports drag'n drop : it can receive events from medias dragged on it
- AlbumsView(Albums)
- Constructor for class fr.esial.seenshare.views.AlbumsView
-
Create a new view displaying a list of albums
- AlbumTest - Class in fr.esial.seenshare.models.tests
-
- AlbumTest()
- Constructor for class fr.esial.seenshare.models.tests.AlbumTest
-