A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

D

DBAccessTest - Class in MovieLibrary
Method used to fill in movie info from a csv file to the movie info database on the server
DBAccessTest() - Constructor for class MovieLibrary.DBAccessTest
 
decrypt(String) - Method in class MovieLibrary.StringEncrypter
 
deleteAllConvertJobs() - Method in class MovieLibrary.VidPlayer
delete all jobs from batch jobs list
deleteAllVideos() - Method in class MovieLibrary.VideoLibrary
removes all the videos from the library.
deleteAllVideos() - Method in class MovieLibrary.VidPlayer
Asks for confirmation from the user then deletes all the videos in the library and then updates the table
deleteConvertJob() - Method in class MovieLibrary.VidPlayer
This method is used to delete a conversion job from the conversion list
deleteIncompleteFile() - Method in class MovieLibrary.VidPlayer
This method deletes any incomplete file from a conversion termination.
deleteLogs() - Method in class MovieLibrary.VidPlayer
 
deleteVideo(int) - Method in class MovieLibrary.VideoLibrary
deletes the video with the given ID from the library only.
deleteVideo() - Method in class MovieLibrary.VidPlayer
This method asks the user to confirm if they want to delete the selected video then deletes it if confirmed.
demoVersion - Variable in class MovieLibrary.VidPlayer
 
DES_ENCRYPTION_SCHEME - Static variable in class MovieLibrary.StringEncrypter
 
DESEDE_ENCRYPTION_SCHEME - Static variable in class MovieLibrary.StringEncrypter
 
disableConvertJob() - Method in class MovieLibrary.VidPlayer
 
displayMessage(String) - Method in class MovieLibrary.VidPlayer
Displays the given message in the JLabel shown at the bottom of the JFrame.
A timer is created and the message will be shown for a few seconds then the previous information shown in the label is restored.
doInBackground() - Method in class MovieLibrary.DroppableTable.Task
 
doInBackground() - Method in class MovieLibrary.VidPlayer.ImportVideosTask
 
done() - Method in class MovieLibrary.DroppableTable.Task
 
done() - Method in class MovieLibrary.VidPlayer.ImportVideosTask
 
dragDropEnd(DragSourceDropEvent) - Method in class MovieLibrary.DroppableJTextField
event not required here
dragDropEnd(DragSourceDropEvent) - Method in class MovieLibrary.DroppableTable
 
dragDropEnd(DragSourceDropEvent) - Method in class MovieLibrary.MergeFilesDroppableTable
not required
dragDropEnd(DragSourceDropEvent) - Method in class MovieLibrary.PlaylistDroppableTable
 
dragEnter(DragSourceDragEvent) - Method in class MovieLibrary.DroppableJTextField
event not required here
dragEnter(DropTargetDragEvent) - Method in class MovieLibrary.DroppableJTextField
drag event entered
dragEnter(DragSourceDragEvent) - Method in class MovieLibrary.DroppableTable
 
dragEnter(DropTargetDragEvent) - Method in class MovieLibrary.DroppableTable
 
dragEnter(DragSourceDragEvent) - Method in class MovieLibrary.MergeFilesDroppableTable
not required
dragEnter(DropTargetDragEvent) - Method in class MovieLibrary.MergeFilesDroppableTable
drag enter event recognized, accept drag
dragEnter(DragSourceDragEvent) - Method in class MovieLibrary.PlaylistDroppableTable
 
dragEnter(DropTargetDragEvent) - Method in class MovieLibrary.PlaylistDroppableTable
 
dragExit(DragSourceEvent) - Method in class MovieLibrary.DroppableJTextField
event not required here
dragExit(DropTargetEvent) - Method in class MovieLibrary.DroppableJTextField
event not required here
dragExit(DragSourceEvent) - Method in class MovieLibrary.DroppableTable
 
dragExit(DropTargetEvent) - Method in class MovieLibrary.DroppableTable
 
dragExit(DragSourceEvent) - Method in class MovieLibrary.MergeFilesDroppableTable
not required
dragExit(DropTargetEvent) - Method in class MovieLibrary.MergeFilesDroppableTable
not required
dragExit(DragSourceEvent) - Method in class MovieLibrary.PlaylistDroppableTable
 
dragExit(DropTargetEvent) - Method in class MovieLibrary.PlaylistDroppableTable
 
dragGestureRecognized(DragGestureEvent) - Method in class MovieLibrary.DroppableJTextField
dragging files from this table.
for future use...
dragGestureRecognized(DragGestureEvent) - Method in class MovieLibrary.DroppableTable
dragging files from this table.
for future use...
dragGestureRecognized(DragGestureEvent) - Method in class MovieLibrary.MergeFilesDroppableTable
dragging files from this table.
for future use...
dragGestureRecognized(DragGestureEvent) - Method in class MovieLibrary.PlaylistDroppableTable
 
dragOver(DragSourceDragEvent) - Method in class MovieLibrary.DroppableJTextField
event not required here
dragOver(DropTargetDragEvent) - Method in class MovieLibrary.DroppableJTextField
event not required here
dragOver(DragSourceDragEvent) - Method in class MovieLibrary.DroppableTable
 
dragOver(DropTargetDragEvent) - Method in class MovieLibrary.DroppableTable
 
dragOver(DragSourceDragEvent) - Method in class MovieLibrary.MergeFilesDroppableTable
not required
dragOver(DropTargetDragEvent) - Method in class MovieLibrary.MergeFilesDroppableTable
not required
dragOver(DragSourceDragEvent) - Method in class MovieLibrary.PlaylistDroppableTable
 
dragOver(DropTargetDragEvent) - Method in class MovieLibrary.PlaylistDroppableTable
 
drop(DropTargetDropEvent) - Method in class MovieLibrary.DroppableJTextField
 
drop(DropTargetDropEvent) - Method in class MovieLibrary.DroppableTable
 
drop(DropTargetDropEvent) - Method in class MovieLibrary.MergeFilesDroppableTable
 
drop(DropTargetDropEvent) - Method in class MovieLibrary.PlaylistDroppableTable
 
dropActionChanged(DragSourceDragEvent) - Method in class MovieLibrary.DroppableJTextField
event not required here
dropActionChanged(DropTargetDragEvent) - Method in class MovieLibrary.DroppableJTextField
event not required here
dropActionChanged(DragSourceDragEvent) - Method in class MovieLibrary.DroppableTable
 
dropActionChanged(DropTargetDragEvent) - Method in class MovieLibrary.DroppableTable
 
dropActionChanged(DragSourceDragEvent) - Method in class MovieLibrary.MergeFilesDroppableTable
not required
dropActionChanged(DropTargetDragEvent) - Method in class MovieLibrary.MergeFilesDroppableTable
not required
dropActionChanged(DragSourceDragEvent) - Method in class MovieLibrary.PlaylistDroppableTable
 
dropActionChanged(DropTargetDragEvent) - Method in class MovieLibrary.PlaylistDroppableTable
 
DroppableJTextField - Class in MovieLibrary
Extension to a JTextField with drag and drop enabled
DroppableJTextField() - Constructor for class MovieLibrary.DroppableJTextField
Constructor for a DroppableJTextField
JTextField with drag and drop enabled
Calls the super() and adds the drag gesture functionalities
DroppableTable - Class in MovieLibrary
Extension to a JTable with drag and drop capabilities
Custom table model and other required field to providing communication with the video library and the main program.
DroppableTable() - Constructor for class MovieLibrary.DroppableTable
Constructor for the Droppable table.
creates a JTable with custom table model and custom settings, adds drag and drop support and sets required variables.
DroppableTable.Task - Class in MovieLibrary
Task which is excuted in the background to import files dragged in the table
DroppableTable.Task() - Constructor for class MovieLibrary.DroppableTable.Task
 
DVD - Static variable in class MovieLibrary.ConversionProfile
DVD folder (VIDEO_TS + AUDIO_TS)
DVD_HIGH - Static variable in class MovieLibrary.ConversionProfile
DVD High quality (slower) folder (VIDEO_TS + AUDIO_TS)
dvdAspect - Variable in class MovieLibrary.ConversionProfile
DVD aspect
dvdAudioLanguage - Variable in class MovieLibrary.ConversionProfile
Audio language from DVD
dvdIsPAL - Variable in class MovieLibrary.ConversionProfile
DVD is PAL

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z