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

U

updateAllVideosInfo() - Method in class MovieLibrary.VidPlayer
Updates the information for all the videos in the library.
Creates and runs a MultipleInfoUpdateTask which will run the info update
updateColumnWidths() - Method in class MovieLibrary.DroppableTable
updates the column widths of the table with the column widths from the table model
updateEditorBoxes(VideoObject) - Method in class MovieLibrary.VidPlayer
This method is used to display the information from the library into the editor window.
updateFilters(int) - Method in class MovieLibrary.VidPlayer
This method updates the media library filters with the new values, for example if the video type chosen as been changed to Movie then the filters for Movies will be shown and filled in accordingly.
The method takes the argument objectID to know which object called this method as filter changes only affect children "objects" and not "parents" for example changing a Movie genre from Action to Comedy will not affect the Video type filter as object still a Movie whether it is a comedy or action movie.
updateSelectedVideo() - Method in class MovieLibrary.VidPlayer
Checks which video is selected if any then runs the database query method to check if any information about the selected video can be filled in automatically or possible choices given if more than one match possible.
updateTable() - Method in class MovieLibrary.VidPlayer
This method updates the main window table with the updates information from the library.
Hidden files will be kept hidden and invalid links will still be flagged.
updateValue(VideoObject, int) - Method in class MovieLibrary.MergeTableModel
replace value at given row with given value
updateValue(VideoObject, int) - Method in class MovieLibrary.MyTableModel
update value on given row with given value
Utils - Class in MovieLibrary
Various Utils functions
Utils() - Constructor for class MovieLibrary.Utils
 

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