- main(String[]) - Static
method in class SeeNShare
-
- MAX_ZOOM_LEVEL
- Static variable in class fr.esial.seenshare.utils.Constants
-
- Media - Class in fr.esial.seenshare.models
-
Abstract class that manages all media (photos and videos) There is a lot of
things common to these classes, it is handled here
Photo Entries are created here for Picasa sync
- Media(String,
String) - Constructor for class fr.esial.seenshare.models.Media
-
Creates a new Media with a name and a path to a file
- Media(String,
String, boolean) - Constructor for class fr.esial.seenshare.models.Media
-
Creates a new Media with a name and a path to a file
- media - Static
variable in class fr.esial.seenshare.views.MediaPanel
-
- media - Variable
in class fr.esial.seenshare.views.PhotoPanel
-
- MediaPanel - Class in fr.esial.seenshare.views
-
View displaying a media
- MediaPanel(Media,
JFrame) - Constructor for class fr.esial.seenshare.views.MediaPanel
-
- MediaPreview - Class in fr.esial.seenshare.views
-
View that loads a preview of a media in a jbutton
It resizes the photos to fit in a sized button or display a default image for videos
This button is draggable to execute operations on medias (copy/move)
- MediaPreview(Media)
- Constructor for class fr.esial.seenshare.views.MediaPreview
-
Create a new mediapreview for a given media
- MenusView - Class in fr.esial.seenshare.views
-
- MenusView(JFrame,
Albums) - Constructor for class fr.esial.seenshare.views.MenusView
-
Create a new menus view
- MIN_PICTURE_DISPLAY_SIZE
- Static variable in class fr.esial.seenshare.utils.Constants
-
- minimumLayoutSize(Container)
- Method in class fr.esial.seenshare.views.ModifiedFlowLayout
-
- modified -
Variable in class fr.esial.seenshare.models.Media
-
- ModifiedFlowLayout - Class in
fr.esial.seenshare.views
-
A modified version of FlowLayout that allows containers using this
Layout to behave in a reasonable manner when placed inside a
JScrollPane
- ModifiedFlowLayout()
- Constructor for class fr.esial.seenshare.views.ModifiedFlowLayout
-
- ModifiedFlowLayout(int)
- Constructor for class fr.esial.seenshare.views.ModifiedFlowLayout
-
- ModifiedFlowLayout(int,
int, int) - Constructor for class fr.esial.seenshare.views.ModifiedFlowLayout
-
- mouseClicked(MouseEvent)
- Method in class fr.esial.seenshare.controlers.PhotoClick
-
- mouseClicked(MouseEvent)
- Method in class fr.esial.seenshare.controlers.PicturePanelMouseListener
-
- mouseClicked(MouseEvent)
- Method in class fr.esial.seenshare.controlers.VideoClick
-
- mouseClicked(MouseEvent)
- Method in class fr.esial.seenshare.views.URLLabel
-
Open the system web browser and go to the url when the users clicks on the label
- mouseDragged(MouseEvent)
- Method in class fr.esial.seenshare.controlers.PicturePanelMouseListener
-
Move the photo on the panel, or tag or crop
- mouseEntered(MouseEvent)
- Method in class fr.esial.seenshare.controlers.PicturePanelMouseListener
-
- mouseEntered(MouseEvent)
- Method in class fr.esial.seenshare.views.URLLabel
-
Change the display of the label when mouse is over it
- mouseExited(MouseEvent)
- Method in class fr.esial.seenshare.controlers.PicturePanelMouseListener
-
- mouseExited(MouseEvent)
- Method in class fr.esial.seenshare.views.URLLabel
-
Reset the display of the label when the mouse exits it
- mouseMoved(MouseEvent)
- Method in class fr.esial.seenshare.controlers.PicturePanelMouseListener
-
Move the photo on the panel
- mousePressed(MouseEvent)
- Method in class fr.esial.seenshare.controlers.PicturePanelMouseListener
-
- mousePressed(MouseEvent)
- Method in class fr.esial.seenshare.views.URLLabel
-
- mouseReleased(MouseEvent)
- Method in class fr.esial.seenshare.controlers.PicturePanelMouseListener
-
- mouseReleased(MouseEvent)
- Method in class fr.esial.seenshare.views.URLLabel
-
- mouseWheelMoved(MouseWheelEvent)
- Method in class fr.esial.seenshare.controlers.PicturePanelMouseListener
-
Zoom on the photo (in or out)
- move(int,
int) - Method in class fr.esial.seenshare.views.PicturePanel
-
Moves the picture on the panel.