Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
A
AbstractParserView
- Class in
org.jtheque.movies.views.impl.frames
User interface to add a movie from a file.
actionPerformed(ActionEvent)
- Method in class org.jtheque.movies.views.impl.actions.categories.
CreateNewCategoryAction
actionPerformed(ActionEvent)
- Method in class org.jtheque.movies.views.impl.actions.categories.
ValidateCategoryViewAction
actionPerformed(ActionEvent)
- Method in class org.jtheque.movies.views.impl.actions.clean.
CleanMovieAction
actionPerformed(ActionEvent)
- Method in class org.jtheque.movies.views.impl.actions.clean.
ValidateCleanViewAction
actionPerformed(ActionEvent)
- Method in class org.jtheque.movies.views.impl.actions.
DeleteUnusedThumbnailsAction
actionPerformed(ActionEvent)
- Method in class org.jtheque.movies.views.impl.actions.files.
DisplayFilesViewAction
actionPerformed(ActionEvent)
- Method in class org.jtheque.movies.views.impl.actions.files.
RefreshFilesListAction
actionPerformed(ActionEvent)
- Method in class org.jtheque.movies.views.impl.actions.generate.
ValidateGenerateInfosViewAction
actionPerformed(ActionEvent)
- Method in class org.jtheque.movies.views.impl.actions.movies.auto.
ValidateAddFromFileViewAction
actionPerformed(ActionEvent)
- Method in class org.jtheque.movies.views.impl.actions.movies.
CollapseAction
actionPerformed(ActionEvent)
- Method in class org.jtheque.movies.views.impl.actions.movies.
DeleteMovieAction
actionPerformed(ActionEvent)
- Method in class org.jtheque.movies.views.impl.actions.movies.
ExpandAction
actionPerformed(ActionEvent)
- Method in class org.jtheque.movies.views.impl.actions.movies.folder.
DeleteFileAction
actionPerformed(ActionEvent)
- Method in class org.jtheque.movies.views.impl.actions.movies.folder.
ImportFilesAction
actionPerformed(ActionEvent)
- Method in class org.jtheque.movies.views.impl.actions.movies.folder.
SearchFilesAction
actionPerformed(ActionEvent)
- Method in class org.jtheque.movies.views.impl.actions.movies.
GetInformationsAction
actionPerformed(ActionEvent)
- Method in class org.jtheque.movies.views.impl.actions.movies.image.
EditImageAction
actionPerformed(ActionEvent)
- Method in class org.jtheque.movies.views.impl.actions.movies.image.
GenerateFileImageAction
actionPerformed(ActionEvent)
- Method in class org.jtheque.movies.views.impl.actions.movies.image.
GenerateRandomImageAction
actionPerformed(ActionEvent)
- Method in class org.jtheque.movies.views.impl.actions.movies.image.
GenerateTimeImageAction
actionPerformed(ActionEvent)
- Method in class org.jtheque.movies.views.impl.actions.movies.image.
ValidateImageViewAction
actionPerformed(ActionEvent)
- Method in class org.jtheque.movies.views.impl.actions.movies.
RefreshAction
actionPerformed(ActionEvent)
- Method in class org.jtheque.movies.views.impl.actions.movies.
SaveMovieAction
actionPerformed(ActionEvent)
- Method in class org.jtheque.movies.views.impl.actions.view.
PlayMovieAction
actionPerformed(ActionEvent)
- Method in class org.jtheque.movies.views.impl.actions.view.
QuitPlayerViewAction
actionPerformed(ActionEvent)
- Method in class org.jtheque.movies.views.impl.panel.
MovieChooserEditor
add(String, Collection<FileParser>)
- Method in interface org.jtheque.movies.controllers.able.
IAddFromFileController
Add a movie from the specified file path and parsers.
add(String, Collection<FileParser>)
- Method in class org.jtheque.movies.controllers.impl.
AddFromFileController
add(TreeElement)
- Method in class org.jtheque.movies.views.impl.models.
CategoryElement
addAll(Iterable<? extends TreeElement>)
- Method in class org.jtheque.movies.views.impl.models.
CategoryElement
addCategories(Collection<Category>)
- Method in interface org.jtheque.movies.persistence.od.able.
Movie
Add categories to the movie.
addCategories(Collection<Category>)
- Method in class org.jtheque.movies.persistence.od.impl.
MovieImpl
addCategory(Category)
- Method in interface org.jtheque.movies.persistence.od.able.
Movie
Add a category to the movie.
addCategory(Category)
- Method in class org.jtheque.movies.persistence.od.impl.
MovieImpl
addCellEditorListener(CellEditorListener)
- Method in class org.jtheque.movies.views.impl.panel.
MovieChooserEditor
addDataListener(DataListener)
- Method in class org.jtheque.movies.services.impl.
CategoriesService
addDataListener(DataListener)
- Method in class org.jtheque.movies.services.impl.
MoviesService
addElement(Object)
- Method in class org.jtheque.movies.views.impl.models.
CategoriesListModel
addFilthyButtonBar(PanelBuilder, Object, Action...)
- Static method in class org.jtheque.movies.utils.
SwingUtils
Add a button bar.
addFilthyCheckbox(PanelBuilder, String, Object)
- Static method in class org.jtheque.movies.utils.
SwingUtils
Add a filthy checkbox to the panel builder.
AddFromFileController
- Class in
org.jtheque.movies.controllers.impl
Controller for the clean view.
AddFromFileController()
- Constructor for class org.jtheque.movies.controllers.impl.
AddFromFileController
AddFromFileView
- Class in
org.jtheque.movies.views.impl.frames
User interface to add a movie from a file.
AddFromFileView(Collection<FileParser>)
- Constructor for class org.jtheque.movies.views.impl.frames.
AddFromFileView
Construct a new Category View.
apply()
- Method in class org.jtheque.movies.controllers.impl.states.
CreateMovieState
apply()
- Method in class org.jtheque.movies.controllers.impl.states.
ModifyMovieState
apply()
- Method in class org.jtheque.movies.controllers.impl.states.
ViewMovieState
apply()
- Method in class org.jtheque.movies.views.impl.
JPanelConfigMovies
areSubCategoriesIncluded()
- Method in interface org.jtheque.movies.views.able.
ICleanView
Indicate if the subcategories are included in the clean process.
areSubCategoriesIncluded()
- Method in interface org.jtheque.movies.views.able.
IGenerateInfosView
Indicate if the user want include the subcategories or not.
areSubCategoriesIncluded()
- Method in class org.jtheque.movies.views.impl.frames.
CleanView
areSubCategoriesIncluded()
- Method in class org.jtheque.movies.views.impl.frames.
GenerateInfosView
B
BetweenCharCategoryParser
- Class in
org.jtheque.movies.services.impl.parsers
A category parser who extract the category between two chars.
BetweenCharCategoryParser(String, String)
- Constructor for class org.jtheque.movies.services.impl.parsers.
BetweenCharCategoryParser
Construct a new BetweenCharCategoryParser.
build()
- Method in class org.jtheque.movies.views.impl.frames.
SwingFilthyBuildedDialogView
Build the view.
build()
- Method in interface org.jtheque.movies.views.impl.
IOpeningConfigView
Build the view.
build()
- Method in class org.jtheque.movies.views.impl.
JPanelConfigMovies
buildDelegatedView()
- Method in class org.jtheque.movies.views.impl.
MovieView
buildView(PanelBuilder)
- Method in class org.jtheque.movies.views.impl.frames.
AddFromFileView
buildView(PanelBuilder)
- Method in class org.jtheque.movies.views.impl.frames.
CategoryView
buildView(PanelBuilder)
- Method in class org.jtheque.movies.views.impl.frames.
CleanView
buildView(PanelBuilder)
- Method in class org.jtheque.movies.views.impl.frames.
FilesView
buildView(PanelBuilder)
- Method in class org.jtheque.movies.views.impl.frames.
GenerateInfosView
buildView(PanelBuilder)
- Method in class org.jtheque.movies.views.impl.frames.
ImageView
buildView(PanelBuilder)
- Method in class org.jtheque.movies.views.impl.frames.
ImportFolderView
buildView(PanelBuilder)
- Method in class org.jtheque.movies.views.impl.frames.
SwingFilthyBuildedDialogView
Build the view.
C
cancel()
- Method in class org.jtheque.movies.controllers.impl.states.
CreateMovieState
cancel()
- Method in class org.jtheque.movies.controllers.impl.states.
ModifyMovieState
cancel()
- Method in class org.jtheque.movies.views.impl.
JPanelConfigMovies
cancelCellEditing()
- Method in class org.jtheque.movies.views.impl.panel.
MovieChooserEditor
canDoAction(String)
- Method in class org.jtheque.movies.views.impl.choice.
CleanChoiceAction
canDoAction(String)
- Method in class org.jtheque.movies.views.impl.choice.
ModifyChoiceAction
CategoriesComboModel
- Class in
org.jtheque.movies.views.impl.models
A categories combo box model with the data in a cache.
CategoriesComboModel()
- Constructor for class org.jtheque.movies.views.impl.models.
CategoriesComboModel
Construct a new CategoriesComboMode.
CategoriesListModel
- Class in
org.jtheque.movies.views.impl.models
A list model for actors.
CategoriesListModel()
- Constructor for class org.jtheque.movies.views.impl.models.
CategoriesListModel
Construct a new ActorsListModel.
CategoriesService
- Class in
org.jtheque.movies.services.impl
A categories service implementation.
CategoriesService()
- Constructor for class org.jtheque.movies.services.impl.
CategoriesService
Category
- Interface in
org.jtheque.movies.persistence.od.able
A category specification
CategoryController
- Class in
org.jtheque.movies.controllers.impl
Controller for the category view.
CategoryController()
- Constructor for class org.jtheque.movies.controllers.impl.
CategoryController
CategoryElement
- Class in
org.jtheque.movies.views.impl.models
A category element on the tree.
CategoryElement(String)
- Constructor for class org.jtheque.movies.views.impl.models.
CategoryElement
Constructs a new CategoryElement.
CategoryImpl
- Class in
org.jtheque.movies.persistence.od.impl
A category implementation.
CategoryImpl()
- Constructor for class org.jtheque.movies.persistence.od.impl.
CategoryImpl
Construct a new empty CategoryImpl.
CategoryImpl(String)
- Constructor for class org.jtheque.movies.persistence.od.impl.
CategoryImpl
Construct a new category using the given title.
CategoryModel
- Class in
org.jtheque.movies.views.impl.models
A model for the kind view.
CategoryModel()
- Constructor for class org.jtheque.movies.views.impl.models.
CategoryModel
CategoryNameCleaner
- Class in
org.jtheque.movies.services.impl.cleaners
CategoryNameCleaner()
- Constructor for class org.jtheque.movies.services.impl.cleaners.
CategoryNameCleaner
CategoryView
- Class in
org.jtheque.movies.views.impl.frames
User interface to add or modify a view.
CategoryView()
- Constructor for class org.jtheque.movies.views.impl.frames.
CategoryView
Construct a new CategoryView.
CharCleaner
- Class in
org.jtheque.movies.services.impl.cleaners
CharCleaner(String)
- Constructor for class org.jtheque.movies.services.impl.cleaners.
CharCleaner
Construct a new CharCleaner with the specified character.
chooseCollection(String, String, boolean)
- Method in class org.jtheque.movies.
MoviesModule
clean(Movie)
- Method in interface org.jtheque.movies.controllers.able.
ICleanController
Clean the specified movie.
clean(Category)
- Method in interface org.jtheque.movies.controllers.able.
ICleanController
Clean the category.
clean()
- Method in interface org.jtheque.movies.controllers.able.
ICleanController
Clean the current content.
clean(Movie)
- Method in class org.jtheque.movies.controllers.impl.
CleanController
clean(Category)
- Method in class org.jtheque.movies.controllers.impl.
CleanController
clean()
- Method in class org.jtheque.movies.controllers.impl.
CleanController
clean(Movie, Collection<NameCleaner>)
- Method in interface org.jtheque.movies.services.able.
IMoviesService
Clean the specified movie title with the specified cleaners.
clean(Collection<Movie>, Collection<NameCleaner>)
- Method in interface org.jtheque.movies.services.able.
IMoviesService
Clean all the movies using the specified cleaners.
clean(Movie, Collection<NameCleaner>)
- Method in class org.jtheque.movies.services.impl.
MoviesService
clean(Collection<Movie>, Collection<NameCleaner>)
- Method in class org.jtheque.movies.services.impl.
MoviesService
CleanChoiceAction
- Class in
org.jtheque.movies.views.impl.choice
An action to modify the selected item.
CleanChoiceAction()
- Constructor for class org.jtheque.movies.views.impl.choice.
CleanChoiceAction
CleanController
- Class in
org.jtheque.movies.controllers.impl
Controller for the clean view.
CleanController()
- Constructor for class org.jtheque.movies.controllers.impl.
CleanController
CleanerContainer
- Class in
org.jtheque.movies.views.impl.panel.containers
A check box to select a name cleaner.
CleanerContainer(NameCleaner)
- Constructor for class org.jtheque.movies.views.impl.panel.containers.
CleanerContainer
Construct a new CleanerContainer for the specified name cleaner.
CleanModel
- Class in
org.jtheque.movies.views.impl.models
A clean model implementation.
CleanModel()
- Constructor for class org.jtheque.movies.views.impl.models.
CleanModel
CleanMovieAction
- Class in
org.jtheque.movies.views.impl.actions.clean
Action to open a movie.
CleanMovieAction()
- Constructor for class org.jtheque.movies.views.impl.actions.clean.
CleanMovieAction
Construct a new AcPrintFilm.
CleanView
- Class in
org.jtheque.movies.views.impl.frames
A view implementation to select the options to clean the name of movies.
CleanView(Collection<NameCleaner>)
- Constructor for class org.jtheque.movies.views.impl.frames.
CleanView
Construct a new CleanView.
clear()
- Method in class org.jtheque.movies.views.impl.models.
CategoryElement
clearAll()
- Method in class org.jtheque.movies.services.impl.
CategoriesService
clearAll()
- Method in class org.jtheque.movies.services.impl.
MoviesService
clearFileName(String)
- Method in class org.jtheque.movies.services.impl.parsers.
BetweenCharCategoryParser
clearFileName(String)
- Method in interface org.jtheque.movies.services.impl.parsers.
FileParser
Clear the filename.
clearFileName(String)
- Method in class org.jtheque.movies.services.impl.parsers.
FolderCategoryParser
clearFileName(String)
- Method in class org.jtheque.movies.services.impl.parsers.
StaticCategoryParser
clearFileName(String)
- Method in class org.jtheque.movies.services.impl.parsers.
ToCharCategoryParser
clearName(Movie, String)
- Method in class org.jtheque.movies.services.impl.cleaners.
CategoryNameCleaner
clearName(Movie, String)
- Method in class org.jtheque.movies.services.impl.cleaners.
CharCleaner
clearName(Movie, String)
- Method in class org.jtheque.movies.services.impl.cleaners.
ExtensionCleaner
clearName(Movie, String)
- Method in interface org.jtheque.movies.services.impl.cleaners.
NameCleaner
Clear the name.
clearName(Movie, String)
- Method in class org.jtheque.movies.services.impl.cleaners.
NumberCleaner
closeViewer()
- Method in interface org.jtheque.movies.controllers.able.
IMovieController
Close the current viewer.
closeViewer()
- Method in class org.jtheque.movies.controllers.impl.
MovieController
CollapseAction
- Class in
org.jtheque.movies.views.impl.actions.movies
Action to collapse the tree.
CollapseAction()
- Constructor for class org.jtheque.movies.views.impl.actions.movies.
CollapseAction
Construct a new CollapseAction.
collapseAll()
- Method in interface org.jtheque.movies.views.able.
IMovieView
Collapse tree.
collapseAll()
- Method in class org.jtheque.movies.views.impl.
MovieView
CollectionData
- Interface in
org.jtheque.movies.persistence.od.able
create()
- Method in class org.jtheque.movies.controllers.impl.states.
ViewMovieState
create(Category)
- Method in interface org.jtheque.movies.persistence.dao.able.
IDaoCategories
Create a new category.
create(Movie)
- Method in interface org.jtheque.movies.persistence.dao.able.
IDaoMovies
Create a new movie.
create(Category)
- Method in class org.jtheque.movies.persistence.dao.impl.
DaoCategories
create(Movie)
- Method in class org.jtheque.movies.persistence.dao.impl.
DaoMovies
create(Category)
- Method in class org.jtheque.movies.services.impl.
CategoriesService
create(Movie)
- Method in class org.jtheque.movies.services.impl.
MoviesService
createCategory()
- Method in interface org.jtheque.movies.persistence.dao.able.
IDaoCategories
Create a category and return it.
createCategory()
- Method in class org.jtheque.movies.persistence.dao.impl.
DaoCategories
createFilthyTitledBorder(String)
- Static method in class org.jtheque.movies.utils.
SwingUtils
Create a filthy titled border.
createMovie()
- Method in interface org.jtheque.movies.persistence.dao.able.
IDaoMovies
Create a movie.
createMovie()
- Method in class org.jtheque.movies.persistence.dao.impl.
DaoMovies
createMovie(String, Collection<FileParser>)
- Method in interface org.jtheque.movies.services.able.
IFilesService
Create a movie based on the file path and the specified parsers.
createMovie(String, Collection<FileParser>)
- Method in class org.jtheque.movies.services.impl.
FilesService
CreateMovieState
- Class in
org.jtheque.movies.controllers.impl.states
A state of film view correspond with a creation.
CreateMovieState()
- Constructor for class org.jtheque.movies.controllers.impl.states.
CreateMovieState
CreateNewCategoryAction
- Class in
org.jtheque.movies.views.impl.actions.categories
An action to create a new category.
CreateNewCategoryAction()
- Constructor for class org.jtheque.movies.views.impl.actions.categories.
CreateNewCategoryAction
Construct a new CreateNewCategoryAction.
CustomParserContainer
- Class in
org.jtheque.movies.views.impl.panel.containers
A check box to select a file parser.
CustomParserContainer(FileParser)
- Constructor for class org.jtheque.movies.views.impl.panel.containers.
CustomParserContainer
Construct a new ParserContainer for the specified file parser.
D
DaoCategories
- Class in
org.jtheque.movies.persistence.dao.impl
A Data Access Object implementation for categories.
DaoCategories()
- Constructor for class org.jtheque.movies.persistence.dao.impl.
DaoCategories
Construct a new DaoCategories.
DaoMovies
- Class in
org.jtheque.movies.persistence.dao.impl
A Data Access Object implementation for movies.
DaoMovies()
- Constructor for class org.jtheque.movies.persistence.dao.impl.
DaoMovies
Construct a new DaoMovies.
DATA_TYPE
- Static variable in interface org.jtheque.movies.services.able.
ICategoriesService
DATA_TYPE
- Static variable in interface org.jtheque.movies.services.able.
IMoviesService
dataChanged()
- Method in class org.jtheque.movies.views.impl.models.
CategoriesComboModel
dataChanged()
- Method in class org.jtheque.movies.views.impl.models.
CategoriesListModel
delete()
- Method in class org.jtheque.movies.controllers.impl.states.
ViewMovieState
delete(Category)
- Method in interface org.jtheque.movies.persistence.dao.able.
IDaoCategories
Delete a category.
delete(Movie)
- Method in interface org.jtheque.movies.persistence.dao.able.
IDaoMovies
Delete a movie.
delete(Movie)
- Method in class org.jtheque.movies.persistence.dao.impl.
DaoMovies
delete(Category)
- Method in class org.jtheque.movies.services.impl.
CategoriesService
delete(Movie)
- Method in class org.jtheque.movies.services.impl.
MoviesService
DeleteChoiceAction
- Class in
org.jtheque.movies.views.impl.choice
An action to delete the selected item.
DeleteChoiceAction()
- Constructor for class org.jtheque.movies.views.impl.choice.
DeleteChoiceAction
Construct a new DeleteChoiceAction.
DeleteFileAction
- Class in
org.jtheque.movies.views.impl.actions.movies.folder
Action to delete the selected title from the list.
DeleteFileAction()
- Constructor for class org.jtheque.movies.views.impl.actions.movies.folder.
DeleteFileAction
Create a new AcDeleteTitle action.
DeleteMovieAction
- Class in
org.jtheque.movies.views.impl.actions.movies
Action to delete a film.
DeleteMovieAction()
- Constructor for class org.jtheque.movies.views.impl.actions.movies.
DeleteMovieAction
Construct a new DeleteMovieAction.
DeleteUnusedThumbnailsAction
- Class in
org.jtheque.movies.views.impl.actions
Action to delete the unused thumbnails file.
DeleteUnusedThumbnailsAction()
- Constructor for class org.jtheque.movies.views.impl.actions.
DeleteUnusedThumbnailsAction
Construct a new DeleteUnusedThumbnailsAction.
display()
- Method in class org.jtheque.movies.views.impl.frames.
AddFromFileView
displayFiles()
- Method in interface org.jtheque.movies.controllers.able.
IFilesController
Display the view of the movies with invalid files.
displayFiles()
- Method in class org.jtheque.movies.controllers.impl.
FilesController
DisplayFilesViewAction
- Class in
org.jtheque.movies.views.impl.actions.files
An action to display the invalid files of the movies.
DisplayFilesViewAction()
- Constructor for class org.jtheque.movies.views.impl.actions.files.
DisplayFilesViewAction
Construct a new DisplayFilesViewAction.
displayMovie(Movie)
- Method in interface org.jtheque.movies.views.able.
IImageView
Display the specified movie in the view.
displayMovie(Movie)
- Method in class org.jtheque.movies.views.impl.frames.
ImageView
DURATION
- Static variable in interface org.jtheque.movies.persistence.od.able.
Movie
E
EDIT_VIEW
- Static variable in interface org.jtheque.movies.views.able.
IMovieView
editCategory(Category)
- Method in interface org.jtheque.movies.controllers.able.
ICategoryController
Display the view to edit a kind.
editCategory(Category)
- Method in class org.jtheque.movies.controllers.impl.
CategoryController
editImage()
- Method in interface org.jtheque.movies.controllers.able.
IImageController
Edit the image of the current movie.
editImage()
- Method in class org.jtheque.movies.controllers.impl.
ImageController
EditImageAction
- Class in
org.jtheque.movies.views.impl.actions.movies.image
Action to open a movie.
EditImageAction()
- Constructor for class org.jtheque.movies.views.impl.actions.movies.image.
EditImageAction
Construct a new AcPrintFilm.
EditMoviePanel
- Class in
org.jtheque.movies.views.impl.panel
The panel to edit a movie.
EditMoviePanel()
- Constructor for class org.jtheque.movies.views.impl.panel.
EditMoviePanel
Construct a new EditMoviePanel.
equals(Object)
- Method in class org.jtheque.movies.persistence.od.impl.
CategoryImpl
equals(Object)
- Method in class org.jtheque.movies.persistence.od.impl.
MovieImpl
equals(Object)
- Method in class org.jtheque.movies.utils.
PreciseDuration
equals(Object)
- Method in class org.jtheque.movies.utils.
Resolution
execute()
- Method in class org.jtheque.movies.views.impl.choice.
CleanChoiceAction
execute()
- Method in class org.jtheque.movies.views.impl.choice.
ModifyChoiceAction
exists(String)
- Method in interface org.jtheque.movies.services.able.
ICategoriesService
Test if a category exists or not.
exists(String)
- Method in class org.jtheque.movies.services.impl.
CategoriesService
existsInOtherCategory(String, Category)
- Method in interface org.jtheque.movies.services.able.
ICategoriesService
Test if the specified title exists in the other categories.
existsInOtherCategory(String, Category)
- Method in class org.jtheque.movies.services.impl.
CategoriesService
ExpandAction
- Class in
org.jtheque.movies.views.impl.actions.movies
Action to expand the tree.
ExpandAction()
- Constructor for class org.jtheque.movies.views.impl.actions.movies.
ExpandAction
Construct a new ExpandAction.
expandAll()
- Method in interface org.jtheque.movies.views.able.
IMovieView
Expand the tree.
expandAll()
- Method in class org.jtheque.movies.views.impl.
MovieView
ExtensionCleaner
- Class in
org.jtheque.movies.services.impl.cleaners
An object to clean the extension from a movie's name.
ExtensionCleaner()
- Constructor for class org.jtheque.movies.services.impl.cleaners.
ExtensionCleaner
F
ffmpegIsInstalled()
- Method in interface org.jtheque.movies.services.able.
IFFMpegService
Indicate if FFMpeg is installed or not.
ffmpegIsInstalled()
- Method in class org.jtheque.movies.services.impl.
FFMpegService
FFMpegService
- Class in
org.jtheque.movies.services.impl
A files service implementation.
FFMpegService()
- Constructor for class org.jtheque.movies.services.impl.
FFMpegService
FILE
- Static variable in interface org.jtheque.movies.persistence.od.able.
Movie
FILE_LENGTH
- Static variable in interface org.jtheque.movies.persistence.od.able.
Movie
fileExists(String)
- Method in interface org.jtheque.movies.services.able.
IMoviesService
Indicate if the specified file still exists in the application.
fileExists(String)
- Method in class org.jtheque.movies.services.impl.
MoviesService
fileExistsInOtherMovie(Movie, String)
- Method in interface org.jtheque.movies.services.able.
IMoviesService
Indicate if the specified file exists in the application in an other movie than the specified one.
fileExistsInOtherMovie(Movie, String)
- Method in class org.jtheque.movies.services.impl.
MoviesService
FileParser
- Interface in
org.jtheque.movies.services.impl.parsers
A parser to extract the categories from the path of a file.
FileRenderer
- Class in
org.jtheque.movies.views.impl.panel
A renderer for file column.
FileRenderer()
- Constructor for class org.jtheque.movies.views.impl.panel.
FileRenderer
FilesController
- Class in
org.jtheque.movies.controllers.impl
Controller for the files view.
FilesController()
- Constructor for class org.jtheque.movies.controllers.impl.
FilesController
FilesService
- Class in
org.jtheque.movies.services.impl
A files service implementation.
FilesService()
- Constructor for class org.jtheque.movies.services.impl.
FilesService
FilesTableModel
- Class in
org.jtheque.movies.views.impl.models
A table model for invalid files.
FilesTableModel()
- Constructor for class org.jtheque.movies.views.impl.models.
FilesTableModel
Construct a new
FilmsToBuyTableModel
.
FilesView
- Class in
org.jtheque.movies.views.impl.frames
A view implementation to view and edit the unused files of the application.
FilesView()
- Constructor for class org.jtheque.movies.views.impl.frames.
FilesView
Construct a new FilesView.
fillFilm(IMovieFormBean)
- Method in interface org.jtheque.movies.views.able.
ICategoriesView
Fill the movie form bean
fillFilm(IMovieFormBean)
- Method in class org.jtheque.movies.views.impl.panel.
JPanelCategories
fillInformations(Set<Movie>, boolean, boolean, boolean)
- Method in interface org.jtheque.movies.services.able.
IMoviesService
Fill the informations of the specified movies.
fillInformations(Set<Movie>, boolean, boolean, boolean)
- Method in class org.jtheque.movies.services.impl.
MoviesService
fillMovie(Movie)
- Method in interface org.jtheque.movies.views.impl.fb.
IMovieFormBean
Fill the movie with the infos of the form bean.
fillMovie(Movie)
- Method in class org.jtheque.movies.views.impl.fb.
MovieFormBean
fillMovieFormBean()
- Method in interface org.jtheque.movies.views.able.
IMovieView
Fill a
FilmFormBean
with the infos in the interface.
fillMovieFormBean()
- Method in class org.jtheque.movies.views.impl.
MovieView
fillMovieFormBean()
- Method in class org.jtheque.movies.views.impl.panel.
EditMoviePanel
fillMovieFormBean()
- Method in class org.jtheque.movies.views.impl.panel.
MoviePanel
Fill a movie form bean with the informations of the view.
fillMovieFormBean()
- Method in class org.jtheque.movies.views.impl.panel.
ViewMoviePanel
FilthyBackgroundPanel
- Class in
org.jtheque.movies.views.impl.panel
A panel with a filthy background.
FilthyBackgroundPanel()
- Constructor for class org.jtheque.movies.views.impl.panel.
FilthyBackgroundPanel
FilthyCellRenderer
- Class in
org.jtheque.movies.views.impl.models
A cell renderer to display an icon in the JTree.
FilthyCellRenderer()
- Constructor for class org.jtheque.movies.views.impl.models.
FilthyCellRenderer
Construct a new FilthyCellRenderer.
FilthyFileChooserPanel
- Class in
org.jtheque.movies.views.impl.panel
A panel with a label, a text field and a button to choose a file.
FilthyFileChooserPanel(boolean)
- Constructor for class org.jtheque.movies.views.impl.panel.
FilthyFileChooserPanel
Construct a new FileChooserPanel.
FilthyFileChooserPanel()
- Constructor for class org.jtheque.movies.views.impl.panel.
FilthyFileChooserPanel
Construct a new FilthyFileChooserPanel.
FilthyFormattedTextField
- Class in
org.jtheque.movies.views.impl.panel
A filthy formatted text field.
FilthyFormattedTextField(MaskFormatter)
- Constructor for class org.jtheque.movies.views.impl.panel.
FilthyFormattedTextField
Construct a new FilthyFormattedTextField.
FilthyFormattedTextField(NumberFormatter)
- Constructor for class org.jtheque.movies.views.impl.panel.
FilthyFormattedTextField
Construct a new FilthyFormattedTextField with a certain formatter.
FilthyRenderer
- Class in
org.jtheque.movies.views.impl.panel
A filthy renderer for this combo box.
FilthyRenderer()
- Constructor for class org.jtheque.movies.views.impl.panel.
FilthyRenderer
Construct a new FilthyRenderer.
fireEditingCanceled()
- Method in class org.jtheque.movies.views.impl.panel.
MovieChooserEditor
Fire an event that say that the editing has been canceled.
fireEditingStopped()
- Method in class org.jtheque.movies.views.impl.panel.
MovieChooserEditor
Fire an event that say that the editing has stopped.
FolderCategoryParser
- Class in
org.jtheque.movies.services.impl.parsers
A file parser to extract the category from the parent folder.
FolderCategoryParser()
- Constructor for class org.jtheque.movies.services.impl.parsers.
FolderCategoryParser
G
generate()
- Method in interface org.jtheque.movies.controllers.able.
IGenerateInfosController
Generate the informations using the informations of the view.
generate()
- Method in class org.jtheque.movies.controllers.impl.
GenerateInfosController
generateFileImage(String)
- Method in interface org.jtheque.movies.controllers.able.
IImageController
Generate a preview image from an image give by the user.
generateFileImage(String)
- Method in class org.jtheque.movies.controllers.impl.
ImageController
GenerateFileImageAction
- Class in
org.jtheque.movies.views.impl.actions.movies.image
An action to generate an image from a file of the user.
GenerateFileImageAction()
- Constructor for class org.jtheque.movies.views.impl.actions.movies.image.
GenerateFileImageAction
Construct a new GenerateFileImageAction.
generateImageFromUserInput(File)
- Method in interface org.jtheque.movies.services.able.
IFFMpegService
Generate a preview image from a file specified by the user.
generateImageFromUserInput(File)
- Method in class org.jtheque.movies.services.impl.
FFMpegService
GenerateInfosController
- Class in
org.jtheque.movies.controllers.impl
Controller for the clean view.
GenerateInfosController()
- Constructor for class org.jtheque.movies.controllers.impl.
GenerateInfosController
GenerateInfosView
- Class in
org.jtheque.movies.views.impl.frames
A view implementation to select the options to clean the name of movies.
GenerateInfosView()
- Constructor for class org.jtheque.movies.views.impl.frames.
GenerateInfosView
Construct a new CleanView.
generatePreviewImage(File, String)
- Method in interface org.jtheque.movies.services.able.
IFFMpegService
Generate a preview image at the specified time.
generatePreviewImage(File, String)
- Method in class org.jtheque.movies.services.impl.
FFMpegService
generateRandomImage()
- Method in interface org.jtheque.movies.controllers.able.
IImageController
Generate a random image from the file of the movie.
generateRandomImage()
- Method in class org.jtheque.movies.controllers.impl.
ImageController
GenerateRandomImageAction
- Class in
org.jtheque.movies.views.impl.actions.movies.image
An action to generate a random image from the file.
GenerateRandomImageAction()
- Constructor for class org.jtheque.movies.views.impl.actions.movies.image.
GenerateRandomImageAction
Construct a new GenerateRandomImageAction.
generateRandomPreviewImage(File)
- Method in interface org.jtheque.movies.services.able.
IFFMpegService
Generate a random preview image from the movie file.
generateRandomPreviewImage(File)
- Method in class org.jtheque.movies.services.impl.
FFMpegService
generateTimeImage(String)
- Method in interface org.jtheque.movies.controllers.able.
IImageController
Generate an image at the specific time of the movie.
generateTimeImage(String)
- Method in class org.jtheque.movies.controllers.impl.
ImageController
GenerateTimeImageAction
- Class in
org.jtheque.movies.views.impl.actions.movies.image
An action to generate an image at a fixed time of the movie.
GenerateTimeImageAction()
- Constructor for class org.jtheque.movies.views.impl.actions.movies.image.
GenerateTimeImageAction
Construct a new GenerateRandomImageAction.
get(int)
- Method in class org.jtheque.movies.views.impl.models.
CategoriesListModel
getCategories()
- Method in interface org.jtheque.movies.persistence.dao.able.
IDaoCategories
Return all the categories of the current collection.
getCategories()
- Method in class org.jtheque.movies.persistence.dao.impl.
DaoCategories
getCategories()
- Method in interface org.jtheque.movies.persistence.od.able.
Movie
Return the categories of the movie.
getCategories()
- Method in class org.jtheque.movies.persistence.od.impl.
MovieImpl
getCategories()
- Method in interface org.jtheque.movies.services.able.
ICategoriesService
Return the categories of the current collection.
getCategories()
- Method in class org.jtheque.movies.services.impl.
CategoriesService
getCategory(int)
- Method in interface org.jtheque.movies.persistence.dao.able.
IDaoCategories
Return the category with the specified id.
getCategory(String)
- Method in interface org.jtheque.movies.persistence.dao.able.
IDaoCategories
Return the category of the specified name.
getCategory(int)
- Method in class org.jtheque.movies.persistence.dao.impl.
DaoCategories
getCategory(String)
- Method in class org.jtheque.movies.persistence.dao.impl.
DaoCategories
getCategory()
- Method in class org.jtheque.movies.persistence.od.impl.
MovieCategoryRelation
Return the category of the relation.
getCategory(String)
- Method in interface org.jtheque.movies.services.able.
ICategoriesService
Return the category of the specified name.
getCategory(String)
- Method in class org.jtheque.movies.services.impl.
CategoriesService
getCategory()
- Method in interface org.jtheque.movies.views.able.models.
ICategoryModel
Return the category.
getCategory()
- Method in interface org.jtheque.movies.views.able.models.
ICleanModel
Return the category to clean.
getCategory()
- Method in class org.jtheque.movies.views.impl.models.
CategoryModel
getCategory()
- Method in class org.jtheque.movies.views.impl.models.
CleanModel
getCategoryName()
- Method in interface org.jtheque.movies.views.able.
ICategoryView
Return the field containing the name of the kind.
getCategoryName()
- Method in class org.jtheque.movies.views.impl.frames.
CategoryView
getCellEditorValue()
- Method in class org.jtheque.movies.views.impl.panel.
MovieChooserEditor
getChild(int)
- Method in class org.jtheque.movies.views.impl.models.
CategoryElement
getChildCount()
- Method in class org.jtheque.movies.views.impl.models.
CategoryElement
getCleaner()
- Method in class org.jtheque.movies.views.impl.panel.containers.
CleanerContainer
Return the name cleaner for this checkbox.
getColumnClass(int)
- Method in class org.jtheque.movies.views.impl.models.
FilesTableModel
getColumnCount()
- Method in class org.jtheque.movies.views.impl.models.
FilesTableModel
getColumnName(int)
- Method in class org.jtheque.movies.views.impl.models.
FilesTableModel
getComponent()
- Method in class org.jtheque.movies.views.impl.
JPanelConfigMovies
getComponent()
- Method in interface org.jtheque.movies.views.impl.panel.players.
IMoviePlayer
Return the swing component of the player.
getComponent()
- Method in class org.jtheque.movies.views.impl.panel.players.
VLCPlayer
getComponent()
- Method in class org.jtheque.movies.views.impl.panel.players.
WMPPlayer
getConfig()
- Method in interface org.jtheque.movies.
IMoviesModule
Return the configuration of the module.
getConfig()
- Method in class org.jtheque.movies.
MoviesModule
getCurrentMovie()
- Method in interface org.jtheque.movies.views.able.models.
IMoviesModel
Return the current movie.
getCurrentMovie()
- Method in class org.jtheque.movies.views.impl.models.
MoviesModel
getCurrentView()
- Method in interface org.jtheque.movies.views.able.
IMovieView
Return the current view.
getCurrentView()
- Method in class org.jtheque.movies.views.impl.
MovieView
getCustomView()
- Method in interface org.jtheque.movies.services.impl.parsers.
FileParser
Return the custom view of the parser.
getCustomView()
- Method in class org.jtheque.movies.services.impl.parsers.
StaticCategoryParser
getDatas()
- Method in class org.jtheque.movies.services.impl.
CategoriesService
getDatas()
- Method in class org.jtheque.movies.services.impl.
MoviesService
getDatas()
- Method in class org.jtheque.movies.views.impl.models.
MoviesModel
getDataType()
- Method in class org.jtheque.movies.controllers.impl.
MovieController
getDataType()
- Method in class org.jtheque.movies.services.impl.
CategoriesService
getDataType()
- Method in class org.jtheque.movies.services.impl.
MoviesService
getDependencies()
- Method in class org.jtheque.movies.persistence.
MoviesSchema
getDisplayableText()
- Method in class org.jtheque.movies.persistence.od.impl.
CategoryImpl
getDisplayableText()
- Method in class org.jtheque.movies.persistence.od.impl.
MovieImpl
getDuration()
- Method in interface org.jtheque.movies.persistence.od.able.
Movie
Return the duration of the movie.
getDuration()
- Method in class org.jtheque.movies.persistence.od.impl.
MovieImpl
getDuration(File)
- Method in interface org.jtheque.movies.services.able.
IFFMpegService
Return the duration of the movie specified by the file.
getDuration(File)
- Method in class org.jtheque.movies.services.impl.
FFMpegService
getElementAt(int)
- Method in class org.jtheque.movies.views.impl.models.
CategoriesComboModel
getElementAt(int)
- Method in class org.jtheque.movies.views.impl.models.
CategoriesListModel
getElementName()
- Method in class org.jtheque.movies.views.impl.models.
CategoryElement
getEmptyCategory()
- Method in interface org.jtheque.movies.services.able.
ICategoriesService
Return an empty category.
getEmptyCategory()
- Method in class org.jtheque.movies.services.impl.
CategoriesService
getEmptyMovie()
- Method in interface org.jtheque.movies.services.able.
IMoviesService
Create an empty film.
getEmptyMovie()
- Method in class org.jtheque.movies.services.impl.
MoviesService
getExtractedCategories()
- Method in interface org.jtheque.movies.services.impl.parsers.
FileParser
Return all the extracted categories.
getExtractedCategories()
- Method in class org.jtheque.movies.services.impl.parsers.
StaticCategoryParser
getFFmpegLocation()
- Method in interface org.jtheque.movies.
IMovieConfiguration
Return the location of the FFMpeg.exe file.
getFFmpegLocation()
- Method in class org.jtheque.movies.
MovieConfiguration
getFile()
- Method in interface org.jtheque.movies.persistence.od.able.
Movie
Return the path to the file.
getFile()
- Method in class org.jtheque.movies.persistence.od.impl.
MovieImpl
getFileLastModifiedDate()
- Method in interface org.jtheque.movies.persistence.od.able.
Movie
Return the last modified date of the file.
getFileLastModifiedDate()
- Method in class org.jtheque.movies.persistence.od.impl.
MovieImpl
getFilePath()
- Method in interface org.jtheque.movies.views.able.
IAddFromFileView
Return the file path.
getFilePath()
- Method in class org.jtheque.movies.views.impl.frames.
AddFromFileView
getFilePath()
- Method in class org.jtheque.movies.views.impl.panel.
EditMoviePanel
Return the entered file path.
getFilePath()
- Method in class org.jtheque.movies.views.impl.panel.
FilthyFileChooserPanel
Return the path to the file.
getFiles()
- Method in interface org.jtheque.movies.views.able.
IImportFolderView
Return the files of the view.
getFiles()
- Method in class org.jtheque.movies.views.impl.frames.
ImportFolderView
getFileSize()
- Method in interface org.jtheque.movies.persistence.od.able.
Movie
Return the size of the file.
getFileSize()
- Method in class org.jtheque.movies.persistence.od.impl.
MovieImpl
getFolderPath()
- Method in interface org.jtheque.movies.views.able.
IImportFolderView
Return the path to the specified folder.
getFolderPath()
- Method in class org.jtheque.movies.views.impl.frames.
ImportFolderView
getIcon()
- Method in class org.jtheque.movies.persistence.od.impl.
MovieImpl
getIcon()
- Method in class org.jtheque.movies.views.impl.models.
CategoryElement
getId()
- Method in class org.jtheque.movies.persistence.
MoviesSchema
getImage()
- Method in interface org.jtheque.movies.persistence.od.able.
Movie
Return the image of the movie.
getImage()
- Method in class org.jtheque.movies.persistence.od.impl.
MovieImpl
getImage()
- Method in interface org.jtheque.movies.views.able.
IImageView
Return the current preview image.
getImage()
- Method in class org.jtheque.movies.views.impl.frames.
ImageView
getImagePath()
- Method in interface org.jtheque.movies.views.able.
IImageView
Return the path to the image entered by the user.
getImagePath()
- Method in class org.jtheque.movies.views.impl.frames.
ImageView
getImpl()
- Method in interface org.jtheque.movies.views.able.
ICategoriesView
Return the implementation of the view.
getImpl()
- Method in class org.jtheque.movies.views.impl.panel.containers.
CustomParserContainer
getImpl()
- Method in interface org.jtheque.movies.views.impl.panel.containers.
ParserContainer
Return the implementation of the file parser.
getImpl()
- Method in class org.jtheque.movies.views.impl.panel.containers.
SimpleParserContainer
getImpl()
- Method in class org.jtheque.movies.views.impl.panel.
JPanelCategories
getIndexOf(Object)
- Method in class org.jtheque.movies.views.impl.models.
CategoriesComboModel
GetInformationsAction
- Class in
org.jtheque.movies.views.impl.actions.movies
An action to get informations about a movie from its file.
GetInformationsAction(EditMoviePanel)
- Constructor for class org.jtheque.movies.views.impl.actions.movies.
GetInformationsAction
Construct a new GetInformationsAction.
getKey()
- Method in class org.jtheque.movies.views.impl.panel.
MoviePanel
Return the key of the panel.
getListCellRendererComponent(JList, Object, int, boolean, boolean)
- Method in class org.jtheque.movies.views.impl.panel.
FilthyRenderer
getModel()
- Method in interface org.jtheque.movies.views.able.
ICategoryView
getModel()
- Method in interface org.jtheque.movies.views.able.
ICleanView
getModel()
- Method in class org.jtheque.movies.views.impl.frames.
SwingFilthyBuildedDialogView
getModel()
- Method in class org.jtheque.movies.views.impl.
MovieView
getMovie(int)
- Method in interface org.jtheque.movies.persistence.dao.able.
IDaoMovies
Return the movie of the specified ID.
getMovie(String)
- Method in interface org.jtheque.movies.persistence.dao.able.
IDaoMovies
Return the movie of the specified title.
getMovie(int)
- Method in class org.jtheque.movies.persistence.dao.impl.
DaoMovies
getMovie(String)
- Method in class org.jtheque.movies.persistence.dao.impl.
DaoMovies
getMovie()
- Method in class org.jtheque.movies.persistence.od.impl.
MovieCategoryRelation
Return the movie of the relation.
getMovie(String)
- Method in interface org.jtheque.movies.services.able.
IMoviesService
Return the movie of the specified title.
getMovie(String)
- Method in class org.jtheque.movies.services.impl.
MoviesService
getMovie()
- Method in interface org.jtheque.movies.views.able.models.
ICleanModel
Return the movie to clean.
getMovie()
- Method in class org.jtheque.movies.views.impl.models.
CleanModel
getMovieFiles(File)
- Method in interface org.jtheque.movies.services.able.
IFilesService
Return all the files who are movies on the specified folder.
getMovieFiles(File)
- Method in class org.jtheque.movies.services.impl.
FilesService
getMovies()
- Method in interface org.jtheque.movies.persistence.dao.able.
IDaoMovies
Return the movies of the current collection.
getMovies()
- Method in class org.jtheque.movies.persistence.dao.impl.
DaoMovies
getMovies()
- Method in interface org.jtheque.movies.services.able.
IMoviesService
Return the movies of the current collection.
getMovies(Category, boolean)
- Method in interface org.jtheque.movies.services.able.
IMoviesService
Return all the movies of the specified category, including or not the movies of the subcategories.
getMovies()
- Method in class org.jtheque.movies.services.impl.
MoviesService
getMovies(Category, boolean)
- Method in class org.jtheque.movies.services.impl.
MoviesService
getMoviesWithInvalidFiles()
- Method in interface org.jtheque.movies.services.able.
IMoviesService
Return all the movies with invalid files.
getMoviesWithInvalidFiles()
- Method in class org.jtheque.movies.services.impl.
MoviesService
getNote()
- Method in interface org.jtheque.movies.persistence.od.able.
Movie
Return the note of the movie.
getNote()
- Method in class org.jtheque.movies.persistence.od.impl.
MovieImpl
getOpeningSystem()
- Method in interface org.jtheque.movies.
IMovieConfiguration
Return the system to open the movie.
getOpeningSystem()
- Method in class org.jtheque.movies.
MovieConfiguration
getParent()
- Method in interface org.jtheque.movies.persistence.od.able.
Category
Return the parent category.
getParent()
- Method in class org.jtheque.movies.persistence.od.impl.
CategoryImpl
getParser()
- Method in class org.jtheque.movies.views.impl.panel.containers.
CustomParserContainer
getParser()
- Method in interface org.jtheque.movies.views.impl.panel.containers.
ParserContainer
Return the file parser for this checkbox.
getParser()
- Method in class org.jtheque.movies.views.impl.panel.containers.
SimpleParserContainer
getQueryMapper()
- Method in class org.jtheque.movies.persistence.dao.impl.
DaoCategories
getQueryMapper()
- Method in class org.jtheque.movies.persistence.dao.impl.
DaoMovies
getResolution()
- Method in interface org.jtheque.movies.persistence.od.able.
Movie
Return the resolution of the movie.
getResolution()
- Method in class org.jtheque.movies.persistence.od.impl.
MovieImpl
getResolution(File)
- Method in interface org.jtheque.movies.services.able.
IFFMpegService
Return the resolution of the movie specified by the file.
getResolution(File)
- Method in class org.jtheque.movies.services.impl.
FFMpegService
getRowCount()
- Method in class org.jtheque.movies.views.impl.models.
FilesTableModel
getRowMapper()
- Method in class org.jtheque.movies.persistence.dao.impl.
DaoCategories
getRowMapper()
- Method in class org.jtheque.movies.persistence.dao.impl.
DaoMovies
getSelectedCategory()
- Method in interface org.jtheque.movies.views.able.
ICategoryView
Return the selected category of the view.
getSelectedCategory()
- Method in interface org.jtheque.movies.views.able.
IGenerateInfosView
Return the selected category.
getSelectedCategory()
- Method in class org.jtheque.movies.views.impl.frames.
CategoryView
getSelectedCategory()
- Method in class org.jtheque.movies.views.impl.frames.
GenerateInfosView
getSelectedCategory()
- Method in class org.jtheque.movies.views.impl.models.
CategoriesComboModel
Return the selected data in the model.
getSelectedCleaners()
- Method in interface org.jtheque.movies.views.able.
ICleanView
Return all the selected cleaners.
getSelectedCleaners()
- Method in class org.jtheque.movies.views.impl.frames.
CleanView
getSelectedMovie()
- Method in interface org.jtheque.movies.views.able.
IMovieView
Return the selected movie.
getSelectedMovie()
- Method in class org.jtheque.movies.views.impl.
MovieView
getSelectedParsers()
- Method in interface org.jtheque.movies.views.able.
IAddFromFileView
Return the selected parsers.
getSelectedParsers()
- Method in interface org.jtheque.movies.views.able.
IImportFolderView
Return all the selected file parser.
getSelectedParsers()
- Method in class org.jtheque.movies.views.impl.frames.
AbstractParserView
Return all the selected parsers.
getSize()
- Method in class org.jtheque.movies.views.impl.models.
CategoriesComboModel
getSize()
- Method in class org.jtheque.movies.views.impl.models.
CategoriesListModel
getState()
- Method in interface org.jtheque.movies.views.able.models.
ICategoryModel
Return the state of the model.
getState()
- Method in class org.jtheque.movies.views.impl.models.
CategoryModel
getSubCategories(Category)
- Method in interface org.jtheque.movies.services.able.
ICategoriesService
Return all the sub categories of the specified category.
getSubCategories(Category)
- Method in class org.jtheque.movies.services.impl.
CategoriesService
getTableCellEditorComponent(JTable, Object, boolean, int, int)
- Method in class org.jtheque.movies.views.impl.panel.
MovieChooserEditor
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int)
- Method in class org.jtheque.movies.views.impl.panel.
FileRenderer
getTemporaryParent()
- Method in interface org.jtheque.movies.persistence.od.able.
Category
Return the id of the temporary parent category.
getTemporaryParent()
- Method in class org.jtheque.movies.persistence.od.impl.
CategoryImpl
getText()
- Method in class org.jtheque.movies.views.impl.panel.
FilthyFormattedTextField
Return the entered text.
getTextField()
- Method in class org.jtheque.movies.views.impl.panel.
FilthyFileChooserPanel
Return the text field of the file chooser.
getTextField()
- Method in class org.jtheque.movies.views.impl.panel.
FilthyFormattedTextField
Return the text field.
getTheCollection()
- Method in interface org.jtheque.movies.persistence.od.able.
CollectionData
Return the collection.
getTheCollection()
- Method in class org.jtheque.movies.persistence.od.impl.
CategoryImpl
getTheCollection()
- Method in class org.jtheque.movies.persistence.od.impl.
MovieImpl
getThumbnailFolderPath()
- Method in interface org.jtheque.movies.
IMoviesModule
Return the folder containing the thumbnails of the application.
getThumbnailFolderPath()
- Method in class org.jtheque.movies.
MoviesModule
getTime()
- Method in class org.jtheque.movies.utils.
PreciseDuration
Return the long time of the duration.
getTime()
- Method in interface org.jtheque.movies.views.able.
IImageView
Return the time entered by the user.
getTime()
- Method in class org.jtheque.movies.views.impl.frames.
ImageView
getTitle()
- Method in interface org.jtheque.movies.persistence.od.able.
Category
Return the title of the category.
getTitle()
- Method in interface org.jtheque.movies.persistence.od.able.
Movie
Return the title.
getTitle()
- Method in class org.jtheque.movies.persistence.od.impl.
CategoryImpl
getTitle()
- Method in class org.jtheque.movies.persistence.od.impl.
MovieImpl
getTitle()
- Method in class org.jtheque.movies.services.impl.cleaners.
CategoryNameCleaner
getTitle()
- Method in class org.jtheque.movies.services.impl.cleaners.
CharCleaner
getTitle()
- Method in class org.jtheque.movies.services.impl.cleaners.
ExtensionCleaner
getTitle()
- Method in interface org.jtheque.movies.services.impl.cleaners.
NameCleaner
Return the internationalized title of the cleaner.
getTitle()
- Method in class org.jtheque.movies.services.impl.cleaners.
NumberCleaner
getTitle()
- Method in class org.jtheque.movies.services.impl.parsers.
BetweenCharCategoryParser
getTitle()
- Method in interface org.jtheque.movies.services.impl.parsers.
FileParser
Return the internationalized title of the parser.
getTitle()
- Method in class org.jtheque.movies.services.impl.parsers.
FolderCategoryParser
getTitle()
- Method in class org.jtheque.movies.services.impl.parsers.
StaticCategoryParser
getTitle()
- Method in class org.jtheque.movies.services.impl.parsers.
ToCharCategoryParser
getTitle()
- Method in class org.jtheque.movies.views.impl.
JPanelConfigMovies
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean)
- Method in class org.jtheque.movies.views.impl.models.
FilthyCellRenderer
getValueAt(int, int)
- Method in class org.jtheque.movies.views.impl.models.
FilesTableModel
getVersion()
- Method in class org.jtheque.movies.persistence.
MoviesSchema
getView()
- Method in interface org.jtheque.movies.controllers.able.
IAddFromFileController
getView()
- Method in interface org.jtheque.movies.controllers.able.
ICleanController
getView()
- Method in interface org.jtheque.movies.controllers.able.
IGenerateInfosController
getView()
- Method in interface org.jtheque.movies.controllers.able.
IImageController
getView()
- Method in interface org.jtheque.movies.controllers.able.
IMovieController
getView()
- Method in class org.jtheque.movies.controllers.impl.
AddFromFileController
getView()
- Method in class org.jtheque.movies.controllers.impl.
CategoryController
getView()
- Method in class org.jtheque.movies.controllers.impl.
CleanController
getView()
- Method in class org.jtheque.movies.controllers.impl.
FilesController
getView()
- Method in class org.jtheque.movies.controllers.impl.
GenerateInfosController
getView()
- Method in class org.jtheque.movies.controllers.impl.
ImageController
getView()
- Method in class org.jtheque.movies.controllers.impl.
MovieController
getViewModel()
- Method in interface org.jtheque.movies.controllers.able.
IMovieController
getViewModel()
- Method in class org.jtheque.movies.controllers.impl.
MovieController
H
hasCategories()
- Method in interface org.jtheque.movies.persistence.od.able.
Movie
Test if the movie has categories else false.
hasCategories()
- Method in class org.jtheque.movies.persistence.od.impl.
MovieImpl
hasCustomView()
- Method in interface org.jtheque.movies.services.impl.parsers.
FileParser
Indicate if the parser has a custom view or if we just need to use a simple check box with the title of the parser.
hasCustomView()
- Method in class org.jtheque.movies.services.impl.parsers.
StaticCategoryParser
hashCode()
- Method in class org.jtheque.movies.persistence.od.impl.
CategoryImpl
hashCode()
- Method in class org.jtheque.movies.persistence.od.impl.
MovieImpl
hashCode()
- Method in class org.jtheque.movies.utils.
PreciseDuration
hashCode()
- Method in class org.jtheque.movies.utils.
Resolution
I
IAddFromFileController
- Interface in
org.jtheque.movies.controllers.able
An add from file controller specification.
IAddFromFileView
- Interface in
org.jtheque.movies.views.able
A view to add a movie directly from a file.
ICategoriesService
- Interface in
org.jtheque.movies.services.able
A categories service specification.
ICategoriesView
- Interface in
org.jtheque.movies.views.able
A categories view specification.
ICategoryController
- Interface in
org.jtheque.movies.controllers.able
ICategoryModel
- Interface in
org.jtheque.movies.views.able.models
ICategoryView
- Interface in
org.jtheque.movies.views.able
A category view specification.
ICleanController
- Interface in
org.jtheque.movies.controllers.able
A clean controller specification.
ICleanModel
- Interface in
org.jtheque.movies.views.able.models
A clean model specification.
ICleanView
- Interface in
org.jtheque.movies.views.able
A view specification to clean the name of a movie.
IDaoCategories
- Interface in
org.jtheque.movies.persistence.dao.able
A DAO for categories specification.
IDaoMovies
- Interface in
org.jtheque.movies.persistence.dao.able
A DAO for movies specification.
IFFMpegService
- Interface in
org.jtheque.movies.services.able
A files service specification.
IFilesController
- Interface in
org.jtheque.movies.controllers.able
An image controller specification.
IFilesService
- Interface in
org.jtheque.movies.services.able
A files service specification.
IFilesView
- Interface in
org.jtheque.movies.views.able
A view specification to clean the name of a movie.
IGenerateInfosController
- Interface in
org.jtheque.movies.controllers.able
A controller to generate informations for all the movies of a category specification.
IGenerateInfosView
- Interface in
org.jtheque.movies.views.able
A view specification to clean the name of a movie.
IImageController
- Interface in
org.jtheque.movies.controllers.able
An image controller specification.
IImageView
- Interface in
org.jtheque.movies.views.able
An image view specification.
IImportFolderView
- Interface in
org.jtheque.movies.views.able
A view specification in which we can import movies from a folder.
IImportFolderView.Phase
- Enum in
org.jtheque.movies.views.able
The Phase.
ImageController
- Class in
org.jtheque.movies.controllers.impl
Controller for the category view.
ImageController()
- Constructor for class org.jtheque.movies.controllers.impl.
ImageController
IMAGES_BASE_NAME
- Static variable in interface org.jtheque.movies.
IMoviesModule
ImageView
- Class in
org.jtheque.movies.views.impl.frames
A view implementation to select the image for a movie.
ImageView()
- Constructor for class org.jtheque.movies.views.impl.frames.
ImageView
Construct a new ImageView.
IMovieConfiguration
- Interface in
org.jtheque.movies
IMovieConfiguration.Opening
- Enum in
org.jtheque.movies
An enum for different opening system.
IMovieController
- Interface in
org.jtheque.movies.controllers.able
IMovieFormBean
- Interface in
org.jtheque.movies.views.impl.fb
IMoviePlayer
- Interface in
org.jtheque.movies.views.impl.panel.players
A movie player specification.
IMoviesModel
- Interface in
org.jtheque.movies.views.able.models
IMoviesModule
- Interface in
org.jtheque.movies
A movies module specification.
IMoviesService
- Interface in
org.jtheque.movies.services.able
IMovieView
- Interface in
org.jtheque.movies.views.able
importDataFromHSQL(Iterable<Insert>)
- Method in class org.jtheque.movies.persistence.
MoviesSchema
ImportFilesAction
- Class in
org.jtheque.movies.views.impl.actions.movies.folder
Action to search film titles from a folder.
ImportFilesAction()
- Constructor for class org.jtheque.movies.views.impl.actions.movies.folder.
ImportFilesAction
Create a new AcSearchTitles action.
ImportFolderView
- Class in
org.jtheque.movies.views.impl.frames
View for the auto-import function.
ImportFolderView(Collection<FileParser>)
- Constructor for class org.jtheque.movies.views.impl.frames.
ImportFolderView
Construct a new ImportFolderView.
importMovies(Collection<File>, Collection<FileParser>)
- Method in interface org.jtheque.movies.services.able.
IFilesService
Import all the movies from the specified files.
importMovies(Collection<File>, Collection<FileParser>)
- Method in class org.jtheque.movies.services.impl.
FilesService
indexOf(TreeElement)
- Method in class org.jtheque.movies.views.impl.models.
CategoryElement
init()
- Method in class org.jtheque.movies.views.impl.
MovieView
Init the view.
initView()
- Method in class org.jtheque.movies.views.impl.frames.
AddFromFileView
initView()
- Method in class org.jtheque.movies.views.impl.frames.
CategoryView
initView()
- Method in class org.jtheque.movies.views.impl.frames.
CleanView
initView()
- Method in class org.jtheque.movies.views.impl.frames.
FilesView
initView()
- Method in class org.jtheque.movies.views.impl.frames.
GenerateInfosView
initView()
- Method in class org.jtheque.movies.views.impl.frames.
ImageView
initView()
- Method in class org.jtheque.movies.views.impl.frames.
ImportFolderView
initView()
- Method in class org.jtheque.movies.views.impl.frames.
SwingFilthyBuildedDialogView
Init the view.
install()
- Method in class org.jtheque.movies.persistence.
MoviesSchema
IOpeningConfigView
- Interface in
org.jtheque.movies.views.impl
isCategory()
- Method in class org.jtheque.movies.views.impl.models.
CategoryElement
isCellEditable(int, int)
- Method in class org.jtheque.movies.views.impl.models.
FilesTableModel
isCellEditable(EventObject)
- Method in class org.jtheque.movies.views.impl.panel.
MovieChooserEditor
isEditing()
- Method in interface org.jtheque.movies.controllers.able.
IMovieController
Indicate if we currently edit a movie.
isEditing()
- Method in class org.jtheque.movies.controllers.impl.
MovieController
isInCollection(Collection)
- Method in interface org.jtheque.movies.persistence.od.able.
CollectionData
Test if the movie is in the specified collection.
isInCollection(Collection)
- Method in class org.jtheque.movies.persistence.od.impl.
CategoryImpl
isInCollection(Collection)
- Method in class org.jtheque.movies.persistence.od.impl.
MovieImpl
isLeaf()
- Method in class org.jtheque.movies.views.impl.models.
CategoryElement
isMovieMode()
- Method in interface org.jtheque.movies.views.able.models.
ICleanModel
Indicate if it's movie mode.
isMovieMode()
- Method in class org.jtheque.movies.views.impl.models.
CleanModel
isOfCategory(Category)
- Method in interface org.jtheque.movies.persistence.od.able.
Movie
Indicate if the movie if of the specified category.
isOfCategory(Category)
- Method in class org.jtheque.movies.persistence.od.impl.
MovieImpl
isRoot()
- Method in class org.jtheque.movies.views.impl.models.
CategoryElement
isSelected()
- Method in class org.jtheque.movies.views.impl.panel.containers.
CustomParserContainer
isSelected()
- Method in interface org.jtheque.movies.views.impl.panel.containers.
ParserContainer
Indicate if the parser is selected or not.
J
JPanelCategories
- Class in
org.jtheque.movies.views.impl.panel
A panel to display the categories of a movie and enable the user to edit them.
JPanelCategories()
- Constructor for class org.jtheque.movies.views.impl.panel.
JPanelCategories
Construct a new JPanelCategories with the given actions.
JPanelConfigMovies
- Class in
org.jtheque.movies.views.impl
A config panel to configure the opening system.
JPanelConfigMovies()
- Constructor for class org.jtheque.movies.views.impl.
JPanelConfigMovies
L
load(int)
- Method in class org.jtheque.movies.persistence.dao.impl.
DaoCategories
load(int)
- Method in class org.jtheque.movies.persistence.dao.impl.
DaoMovies
load(File)
- Method in interface org.jtheque.movies.views.impl.panel.players.
IMoviePlayer
Load the specified file.
load(File)
- Method in class org.jtheque.movies.views.impl.panel.players.
VLCPlayer
load(File)
- Method in class org.jtheque.movies.views.impl.panel.players.
WMPPlayer
loadCache()
- Method in class org.jtheque.movies.persistence.dao.impl.
DaoCategories
loadCache()
- Method in class org.jtheque.movies.persistence.dao.impl.
DaoMovies
M
manualEdit()
- Method in class org.jtheque.movies.controllers.impl.states.
ViewMovieState
ModifyChoiceAction
- Class in
org.jtheque.movies.views.impl.choice
An action to modify the selected item.
ModifyChoiceAction()
- Constructor for class org.jtheque.movies.views.impl.choice.
ModifyChoiceAction
ModifyMovieState
- Class in
org.jtheque.movies.controllers.impl.states
A state of film view correspond with a modify.
ModifyMovieState()
- Constructor for class org.jtheque.movies.controllers.impl.states.
ModifyMovieState
Movie
- Interface in
org.jtheque.movies.persistence.od.able
A Movie Specification.
MovieCategoryRelation
- Class in
org.jtheque.movies.persistence.od.impl
A relation between a category and a movie.
MovieCategoryRelation()
- Constructor for class org.jtheque.movies.persistence.od.impl.
MovieCategoryRelation
MovieChooserEditor
- Class in
org.jtheque.movies.views.impl.panel
An editor to choose a movie file in a table.
MovieChooserEditor()
- Constructor for class org.jtheque.movies.views.impl.panel.
MovieChooserEditor
Construct a new MovieChooserEditor.
MovieConfiguration
- Class in
org.jtheque.movies
A movies configuration implementation.
MovieConfiguration()
- Constructor for class org.jtheque.movies.
MovieConfiguration
MovieController
- Class in
org.jtheque.movies.controllers.impl
The Swing controller for the film view.
MovieController(ControllerState, ControllerState, ControllerState, ControllerState)
- Constructor for class org.jtheque.movies.controllers.impl.
MovieController
Create a new MovieController.
MovieFormBean
- Class in
org.jtheque.movies.views.impl.fb
A form bean to keep data about movies.
MovieFormBean()
- Constructor for class org.jtheque.movies.views.impl.fb.
MovieFormBean
MovieImpl
- Class in
org.jtheque.movies.persistence.od.impl
A movie implementation.
MovieImpl()
- Constructor for class org.jtheque.movies.persistence.od.impl.
MovieImpl
MoviePanel
- Class in
org.jtheque.movies.views.impl.panel
A Movie panel.
MOVIES_CATEGORIES_TABLE
- Static variable in interface org.jtheque.movies.persistence.dao.able.
IDaoMovies
MoviesModel
- Class in
org.jtheque.movies.views.impl.models
A model for the movies view.
MoviesModel()
- Constructor for class org.jtheque.movies.views.impl.models.
MoviesModel
Construct a new MoviesModel.
MoviesModule
- Class in
org.jtheque.movies
A JTheque Module for managing movies.
MoviesModule(ChoiceAction[], IOpeningConfigView)
- Constructor for class org.jtheque.movies.
MoviesModule
Create a new MovieModule.
MoviesSchema
- Class in
org.jtheque.movies.persistence
The database schema for the Movies Module.
MoviesSchema()
- Constructor for class org.jtheque.movies.persistence.
MoviesSchema
MoviesService
- Class in
org.jtheque.movies.services.impl
A service for movies implementation.
MoviesService()
- Constructor for class org.jtheque.movies.services.impl.
MoviesService
MoviesSorter
- Class in
org.jtheque.movies.views.impl.sort
A sorter for the movies tree.
MovieView
- Class in
org.jtheque.movies.views.impl
Panel to display movies.
MovieView()
- Constructor for class org.jtheque.movies.views.impl.
MovieView
mustGenerateDuration()
- Method in interface org.jtheque.movies.views.able.
IGenerateInfosView
Indicate if the user want to generate the duration.
mustGenerateDuration()
- Method in class org.jtheque.movies.views.impl.frames.
GenerateInfosView
mustGenerateImage()
- Method in interface org.jtheque.movies.views.able.
IGenerateInfosView
Indicate if the user want to generate the image.
mustGenerateImage()
- Method in class org.jtheque.movies.views.impl.frames.
GenerateInfosView
mustGenerateResolution()
- Method in interface org.jtheque.movies.views.able.
IGenerateInfosView
Indicate if the user want to generate the resolution.
mustGenerateResolution()
- Method in class org.jtheque.movies.views.impl.frames.
GenerateInfosView
N
NAME
- Static variable in interface org.jtheque.movies.persistence.od.able.
Category
NAME_LENGTH
- Static variable in interface org.jtheque.movies.persistence.od.able.
Category
NameCleaner
- Interface in
org.jtheque.movies.services.impl.cleaners
An object to clean the name of a movie.
newCategory()
- Method in interface org.jtheque.movies.controllers.able.
ICategoryController
Display the view to add a new Borrower.
newCategory()
- Method in class org.jtheque.movies.controllers.impl.
CategoryController
NOTE
- Static variable in interface org.jtheque.movies.persistence.od.able.
Movie
NumberCleaner
- Class in
org.jtheque.movies.services.impl.cleaners
NumberCleaner()
- Constructor for class org.jtheque.movies.services.impl.cleaners.
NumberCleaner
O
objectChanged(ObjectChangedEvent)
- Method in class org.jtheque.movies.views.impl.
MovieView
org.jtheque.movies
- package org.jtheque.movies
Contains the module of movies.
org.jtheque.movies.controllers.able
- package org.jtheque.movies.controllers.able
Contains the specification of the controllers.
org.jtheque.movies.controllers.impl
- package org.jtheque.movies.controllers.impl
Contains the implementation of the controllers.
org.jtheque.movies.controllers.impl.states
- package org.jtheque.movies.controllers.impl.states
Contains the different states of the movie controller.
org.jtheque.movies.persistence
- package org.jtheque.movies.persistence
Contains the persistence layer of the movies module.
org.jtheque.movies.persistence.dao.able
- package org.jtheque.movies.persistence.dao.able
Contains the dao specification.
org.jtheque.movies.persistence.dao.impl
- package org.jtheque.movies.persistence.dao.impl
Contains the dao implementation.
org.jtheque.movies.persistence.od.able
- package org.jtheque.movies.persistence.od.able
Contains the specifications of the data objects.
org.jtheque.movies.persistence.od.impl
- package org.jtheque.movies.persistence.od.impl
Contains the entities.
org.jtheque.movies.services.able
- package org.jtheque.movies.services.able
Contains the service specification.
org.jtheque.movies.services.impl
- package org.jtheque.movies.services.impl
Contains the backup readers/writers
org.jtheque.movies.services.impl.cleaners
- package org.jtheque.movies.services.impl.cleaners
org.jtheque.movies.services.impl.parsers
- package org.jtheque.movies.services.impl.parsers
org.jtheque.movies.utils
- package org.jtheque.movies.utils
org.jtheque.movies.views.able
- package org.jtheque.movies.views.able
Contains the specification of the views.
org.jtheque.movies.views.able.models
- package org.jtheque.movies.views.able.models
org.jtheque.movies.views.impl
- package org.jtheque.movies.views.impl
Contains the implementation of the views.
org.jtheque.movies.views.impl.actions
- package org.jtheque.movies.views.impl.actions
org.jtheque.movies.views.impl.actions.categories
- package org.jtheque.movies.views.impl.actions.categories
Contains the actions of the categories view.
org.jtheque.movies.views.impl.actions.clean
- package org.jtheque.movies.views.impl.actions.clean
org.jtheque.movies.views.impl.actions.files
- package org.jtheque.movies.views.impl.actions.files
org.jtheque.movies.views.impl.actions.generate
- package org.jtheque.movies.views.impl.actions.generate
org.jtheque.movies.views.impl.actions.movies
- package org.jtheque.movies.views.impl.actions.movies
Contains the actions of the movies view.
org.jtheque.movies.views.impl.actions.movies.auto
- package org.jtheque.movies.views.impl.actions.movies.auto
org.jtheque.movies.views.impl.actions.movies.folder
- package org.jtheque.movies.views.impl.actions.movies.folder
org.jtheque.movies.views.impl.actions.movies.image
- package org.jtheque.movies.views.impl.actions.movies.image
org.jtheque.movies.views.impl.actions.view
- package org.jtheque.movies.views.impl.actions.view
org.jtheque.movies.views.impl.choice
- package org.jtheque.movies.views.impl.choice
Contains the choice actions.
org.jtheque.movies.views.impl.fb
- package org.jtheque.movies.views.impl.fb
Contains the formbeans.
org.jtheque.movies.views.impl.frames
- package org.jtheque.movies.views.impl.frames
org.jtheque.movies.views.impl.models
- package org.jtheque.movies.views.impl.models
Contains the models.
org.jtheque.movies.views.impl.panel
- package org.jtheque.movies.views.impl.panel
Contains the panels.
org.jtheque.movies.views.impl.panel.containers
- package org.jtheque.movies.views.impl.panel.containers
org.jtheque.movies.views.impl.panel.players
- package org.jtheque.movies.views.impl.panel.players
org.jtheque.movies.views.impl.sort
- package org.jtheque.movies.views.impl.sort
Contains the sorters.
P
paint(Graphics)
- Method in class org.jtheque.movies.views.impl.panel.
FilthyFormattedTextField
paintComponent(Graphics)
- Method in class org.jtheque.movies.views.impl.panel.
FilthyBackgroundPanel
paintFilthyBackground(Graphics, Image, SizeTracker, Component)
- Static method in class org.jtheque.movies.utils.
SwingUtils
Paint a filthy background to a panel.
PARENT
- Static variable in interface org.jtheque.movies.persistence.od.able.
Category
parseFilePath(File)
- Method in class org.jtheque.movies.services.impl.parsers.
BetweenCharCategoryParser
parseFilePath(File)
- Method in interface org.jtheque.movies.services.impl.parsers.
FileParser
Parse the file path of the file to extract the categories.
parseFilePath(File)
- Method in class org.jtheque.movies.services.impl.parsers.
FolderCategoryParser
parseFilePath(File)
- Method in class org.jtheque.movies.services.impl.parsers.
StaticCategoryParser
parseFilePath(File)
- Method in class org.jtheque.movies.services.impl.parsers.
ToCharCategoryParser
ParserContainer
- Interface in
org.jtheque.movies.views.impl.panel.containers
A parser container.
PictureFileNameFilter
- Class in
org.jtheque.movies.services.impl
A filter to get only the movies file.
PictureFileNameFilter()
- Constructor for class org.jtheque.movies.services.impl.
PictureFileNameFilter
Construct a new PictureFileNameFilter.
playCurrentMovie()
- Method in interface org.jtheque.movies.controllers.able.
IMovieController
Play the current movie using a viewer depending on the current configuration of the user.
playCurrentMovie()
- Method in class org.jtheque.movies.controllers.impl.
MovieController
PlayMovieAction
- Class in
org.jtheque.movies.views.impl.actions.view
Action to open a movie.
PlayMovieAction()
- Constructor for class org.jtheque.movies.views.impl.actions.view.
PlayMovieAction
Construct a new PlayMovieAction.
plugCollection()
- Method in class org.jtheque.movies.
MoviesModule
PreciseDuration
- Class in
org.jtheque.movies.utils
A precise duration.
PreciseDuration(CharSequence)
- Constructor for class org.jtheque.movies.utils.
PreciseDuration
Construct a new PreciseDuration.
PreciseDuration(long)
- Constructor for class org.jtheque.movies.utils.
PreciseDuration
Construct a new PreciseDuration.
Q
QuitPlayerViewAction
- Class in
org.jtheque.movies.views.impl.actions.view
Action to open a movie.
QuitPlayerViewAction()
- Constructor for class org.jtheque.movies.views.impl.actions.view.
QuitPlayerViewAction
Construct a new AcPrintFilm.
R
refresh()
- Method in interface org.jtheque.movies.controllers.able.
IFilesController
Refresh the view.
refresh()
- Method in class org.jtheque.movies.controllers.impl.
FilesController
refresh()
- Method in class org.jtheque.movies.views.impl.models.
FilesTableModel
Refresh the data.
RefreshAction
- Class in
org.jtheque.movies.views.impl.actions.movies
Action to refresh the tree.
RefreshAction()
- Constructor for class org.jtheque.movies.views.impl.actions.movies.
RefreshAction
Construct a new RefreshAction.
refreshData()
- Method in interface org.jtheque.movies.views.able.
IFilesView
Refresh the data of the view.
refreshData()
- Method in interface org.jtheque.movies.views.able.
IMovieView
Refresh the datas.
refreshData()
- Method in class org.jtheque.movies.views.impl.frames.
FilesView
refreshData()
- Method in class org.jtheque.movies.views.impl.
MovieView
RefreshFilesListAction
- Class in
org.jtheque.movies.views.impl.actions.files
An action to refresh the table of invalid files.
RefreshFilesListAction()
- Constructor for class org.jtheque.movies.views.impl.actions.files.
RefreshFilesListAction
Construct a new RefreshFilesListAction.
refreshHeaders()
- Method in class org.jtheque.movies.views.impl.models.
FilesTableModel
Refresh the headers.
refreshText()
- Method in class org.jtheque.movies.views.impl.frames.
CategoryView
refreshText()
- Method in class org.jtheque.movies.views.impl.models.
FilesTableModel
refreshText()
- Method in class org.jtheque.movies.views.impl.panel.
FilthyFileChooserPanel
reload(Movie)
- Method in interface org.jtheque.movies.views.able.
ICategoriesView
Reload the view with an another movie.
reload()
- Method in interface org.jtheque.movies.views.able.
ICategoryView
Reload the view.
reload()
- Method in class org.jtheque.movies.views.impl.frames.
CategoryView
reload()
- Method in class org.jtheque.movies.views.impl.models.
CategoriesListModel
Reload the model.
reload(Movie)
- Method in class org.jtheque.movies.views.impl.panel.
JPanelCategories
remove(int)
- Method in class org.jtheque.movies.views.impl.models.
CategoriesListModel
removeAllElements()
- Method in class org.jtheque.movies.views.impl.models.
CategoriesListModel
removeCellEditorListener(CellEditorListener)
- Method in class org.jtheque.movies.views.impl.panel.
MovieChooserEditor
removeElement(Object)
- Method in class org.jtheque.movies.views.impl.models.
CategoriesListModel
removeSelectedFile()
- Method in interface org.jtheque.movies.views.able.
IImportFolderView
Remove the selected file from the list.
removeSelectedFile()
- Method in class org.jtheque.movies.views.impl.frames.
ImportFolderView
RESOLUTION
- Static variable in interface org.jtheque.movies.persistence.od.able.
Movie
Resolution
- Class in
org.jtheque.movies.utils
A resolution for movie.
Resolution(String)
- Constructor for class org.jtheque.movies.utils.
Resolution
Construct a new Resolution.
resort()
- Method in interface org.jtheque.movies.views.able.
IMovieView
Sort the tree.
resort()
- Method in class org.jtheque.movies.views.impl.
MovieView
restoreMemento()
- Method in class org.jtheque.movies.persistence.od.impl.
MovieImpl
S
save(String, Category)
- Method in interface org.jtheque.movies.controllers.able.
ICategoryController
Save modifications made to the kind.
save()
- Method in interface org.jtheque.movies.controllers.able.
IImageController
Save the current image to the current movie.
save()
- Method in interface org.jtheque.movies.controllers.able.
IMovieController
Save the current film.
save(String, Category)
- Method in class org.jtheque.movies.controllers.impl.
CategoryController
save()
- Method in class org.jtheque.movies.controllers.impl.
ImageController
save()
- Method in class org.jtheque.movies.controllers.impl.
MovieController
save(FormBean)
- Method in class org.jtheque.movies.controllers.impl.states.
CreateMovieState
save(FormBean)
- Method in class org.jtheque.movies.controllers.impl.states.
ModifyMovieState
save(Category)
- Method in interface org.jtheque.movies.persistence.dao.able.
IDaoCategories
Save the category.
save(Movie)
- Method in interface org.jtheque.movies.persistence.dao.able.
IDaoMovies
Save the movie on the database.
save(Movie)
- Method in class org.jtheque.movies.persistence.dao.impl.
DaoMovies
save(Category)
- Method in class org.jtheque.movies.services.impl.
CategoriesService
save(Movie)
- Method in class org.jtheque.movies.services.impl.
MoviesService
saveImage(Movie, BufferedImage)
- Method in interface org.jtheque.movies.services.able.
IMoviesService
Save the specified image and set it as the preview image of the movie.
saveImage(Movie, BufferedImage)
- Method in class org.jtheque.movies.services.impl.
MoviesService
SaveMovieAction
- Class in
org.jtheque.movies.views.impl.actions.movies
Action to save the current movie.
SaveMovieAction()
- Constructor for class org.jtheque.movies.views.impl.actions.movies.
SaveMovieAction
Construct a new SaveMovieAction.
saveToMemento()
- Method in class org.jtheque.movies.persistence.od.impl.
MovieImpl
SearchFilesAction
- Class in
org.jtheque.movies.views.impl.actions.movies.folder
Action to search film titles from a folder.
SearchFilesAction()
- Constructor for class org.jtheque.movies.views.impl.actions.movies.folder.
SearchFilesAction
Create a new AcSearchTitles action.
select(Movie)
- Method in interface org.jtheque.movies.views.able.
IMovieView
Select the specified movie in the tree.
select(Movie)
- Method in class org.jtheque.movies.views.impl.
MovieView
selectFirst()
- Method in interface org.jtheque.movies.views.able.
IMovieView
Select the first element of the tree.
selectFirst()
- Method in class org.jtheque.movies.views.impl.
MovieView
setCategories(Collection<Category>)
- Method in interface org.jtheque.movies.persistence.od.able.
Movie
Set the categories of the movie.
setCategories(Collection<Category>)
- Method in class org.jtheque.movies.persistence.od.impl.
MovieImpl
setCategories(Collection<Category>)
- Method in interface org.jtheque.movies.views.impl.fb.
IMovieFormBean
Set the categories of the movie.
setCategories(Collection<Category>)
- Method in class org.jtheque.movies.views.impl.fb.
MovieFormBean
setCategory(int)
- Method in class org.jtheque.movies.persistence.od.impl.
MovieCategoryRelation
Set the category of the relation.
setCategory(Category)
- Method in interface org.jtheque.movies.views.able.models.
ICategoryModel
Set the current category.
setCategory(Category)
- Method in interface org.jtheque.movies.views.able.models.
ICleanModel
Set the category to clean.
setCategory(Category)
- Method in class org.jtheque.movies.views.impl.models.
CategoryModel
setCategory(Category)
- Method in class org.jtheque.movies.views.impl.models.
CleanModel
setCurrentMovie(Movie)
- Method in interface org.jtheque.movies.views.able.models.
IMoviesModel
Set the current movie.
setCurrentMovie(Movie)
- Method in class org.jtheque.movies.views.impl.models.
MoviesModel
setDirectoriesOnly()
- Method in class org.jtheque.movies.views.impl.panel.
FilthyFileChooserPanel
Set if the chooser search only for directories or not.
setDisplayedView(String)
- Method in interface org.jtheque.movies.views.able.
IMovieView
Set the intern view to display.
setDisplayedView(String)
- Method in class org.jtheque.movies.views.impl.
MovieView
setDuration(PreciseDuration)
- Method in interface org.jtheque.movies.persistence.od.able.
Movie
Set the duration of the movie.
setDuration(PreciseDuration)
- Method in class org.jtheque.movies.persistence.od.impl.
MovieImpl
setDuration(PreciseDuration)
- Method in interface org.jtheque.movies.views.impl.fb.
IMovieFormBean
Set the duration of the form bean.
setDuration(PreciseDuration)
- Method in class org.jtheque.movies.views.impl.fb.
MovieFormBean
setDuration(PreciseDuration)
- Method in class org.jtheque.movies.views.impl.panel.
EditMoviePanel
Set the duration.
setEnabled(boolean)
- Method in class org.jtheque.movies.views.impl.panel.
FilthyFileChooserPanel
setEnabled(boolean)
- Method in class org.jtheque.movies.views.impl.panel.
FilthyFormattedTextField
setFFmpegLocation(String)
- Method in interface org.jtheque.movies.
IMovieConfiguration
Set the location of the FFMpeg.exe file.
setFFmpegLocation(String)
- Method in class org.jtheque.movies.
MovieConfiguration
setFile(String)
- Method in interface org.jtheque.movies.persistence.od.able.
Movie
Set the path to the file.
setFile(String)
- Method in class org.jtheque.movies.persistence.od.impl.
MovieImpl
setFile(String)
- Method in interface org.jtheque.movies.views.impl.fb.
IMovieFormBean
Set the path to the file.
setFile(String)
- Method in class org.jtheque.movies.views.impl.fb.
MovieFormBean
setFile(File)
- Method in class org.jtheque.movies.views.impl.panel.players.
ViewerPanel
Set the file to read in the viewer.
setFileFilter(SimpleFilter)
- Method in class org.jtheque.movies.views.impl.panel.
FilthyFileChooserPanel
Set the file filter.
setFilePath(String)
- Method in class org.jtheque.movies.views.impl.panel.
FilthyFileChooserPanel
Set the path to the file.
setFiles(Collection<File>)
- Method in interface org.jtheque.movies.views.able.
IImportFolderView
Set the files of the view.
setFiles(Collection<File>)
- Method in class org.jtheque.movies.views.impl.frames.
ImportFolderView
setFilesOnly()
- Method in class org.jtheque.movies.views.impl.panel.
FilthyFileChooserPanel
Set that the chooser search only for files.
setImage(String)
- Method in interface org.jtheque.movies.persistence.od.able.
Movie
Set the image of the movie.
setImage(String)
- Method in class org.jtheque.movies.persistence.od.impl.
MovieImpl
setImage(BufferedImage)
- Method in interface org.jtheque.movies.views.able.
IImageView
Set the preview image.
setImage(BufferedImage)
- Method in class org.jtheque.movies.views.impl.frames.
ImageView
setLinkedModel(SimpleListModel<Category>)
- Method in class org.jtheque.movies.views.impl.models.
CategoriesListModel
Set the linked model of this model.
setMovie(int)
- Method in class org.jtheque.movies.persistence.od.impl.
MovieCategoryRelation
Set the movie of the relation.
setMovie(Movie)
- Method in interface org.jtheque.movies.views.able.models.
ICleanModel
Set the movie to clean.
setMovie(Movie)
- Method in class org.jtheque.movies.views.impl.models.
CleanModel
setMovie(Movie)
- Method in class org.jtheque.movies.views.impl.panel.
EditMoviePanel
setMovie(Movie)
- Method in class org.jtheque.movies.views.impl.panel.
MoviePanel
Set the current movie.
setMovie(Movie)
- Method in class org.jtheque.movies.views.impl.panel.
ViewMoviePanel
setNote(Note)
- Method in interface org.jtheque.movies.persistence.od.able.
Movie
Set the note of the movie.
setNote(Note)
- Method in class org.jtheque.movies.persistence.od.impl.
MovieImpl
setNote(Note)
- Method in interface org.jtheque.movies.views.impl.fb.
IMovieFormBean
Set the note of the movie.
setNote(Note)
- Method in class org.jtheque.movies.views.impl.fb.
MovieFormBean
setOpeningSystem(IMovieConfiguration.Opening)
- Method in interface org.jtheque.movies.
IMovieConfiguration
Set the opening system for movies.
setOpeningSystem(IMovieConfiguration.Opening)
- Method in class org.jtheque.movies.
MovieConfiguration
setParent(Category)
- Method in interface org.jtheque.movies.persistence.od.able.
Category
Set the parent category.
setParent(Category)
- Method in class org.jtheque.movies.persistence.od.impl.
CategoryImpl
setResolution(Resolution)
- Method in interface org.jtheque.movies.persistence.od.able.
Movie
Set the resolution of the movie.
setResolution(Resolution)
- Method in class org.jtheque.movies.persistence.od.impl.
MovieImpl
setResolution(Resolution)
- Method in interface org.jtheque.movies.views.impl.fb.
IMovieFormBean
Set the resolution of the form bean.
setResolution(Resolution)
- Method in class org.jtheque.movies.views.impl.fb.
MovieFormBean
setResolution(Resolution)
- Method in class org.jtheque.movies.views.impl.panel.
EditMoviePanel
Set the resolution.
setSelectedItem(Object)
- Method in class org.jtheque.movies.views.impl.models.
CategoriesComboModel
setState(ViewMode)
- Method in interface org.jtheque.movies.views.able.models.
ICategoryModel
Set the state of the model.
setState(ViewMode)
- Method in class org.jtheque.movies.views.impl.models.
CategoryModel
setTemporaryParent(int)
- Method in interface org.jtheque.movies.persistence.od.able.
Category
Set the temporary parent.
setTemporaryParent(int)
- Method in class org.jtheque.movies.persistence.od.impl.
CategoryImpl
setText(String)
- Method in class org.jtheque.movies.views.impl.panel.
FilthyFormattedTextField
Set the text.
setTextKey(String)
- Method in class org.jtheque.movies.views.impl.panel.
FilthyFileChooserPanel
Set the text key for the label.
setTheCollection(Collection)
- Method in interface org.jtheque.movies.persistence.od.able.
CollectionData
Set the collection of the movie.
setTheCollection(Collection)
- Method in class org.jtheque.movies.persistence.od.impl.
CategoryImpl
setTheCollection(Collection)
- Method in class org.jtheque.movies.persistence.od.impl.
MovieImpl
setTitle(String)
- Method in interface org.jtheque.movies.persistence.od.able.
Category
Set the title of the category.
setTitle(String)
- Method in interface org.jtheque.movies.persistence.od.able.
Movie
Set the title.
setTitle(String)
- Method in class org.jtheque.movies.persistence.od.impl.
CategoryImpl
setTitle(String)
- Method in class org.jtheque.movies.persistence.od.impl.
MovieImpl
setTitle(String)
- Method in interface org.jtheque.movies.views.impl.fb.
IMovieFormBean
Set the title.
setTitle(String)
- Method in class org.jtheque.movies.views.impl.fb.
MovieFormBean
setValueAt(Object, int, int)
- Method in class org.jtheque.movies.views.impl.models.
FilesTableModel
shouldSelectCell(EventObject)
- Method in class org.jtheque.movies.views.impl.panel.
MovieChooserEditor
SimpleParserContainer
- Class in
org.jtheque.movies.views.impl.panel.containers
A check box to select a file parser.
SimpleParserContainer(FileParser)
- Constructor for class org.jtheque.movies.views.impl.panel.containers.
SimpleParserContainer
Construct a new ParserContainer for the specified file parser.
sort(JThequeTreeModel)
- Static method in class org.jtheque.movies.views.impl.sort.
MoviesSorter
Sort the specified tree model.
startWait()
- Method in interface org.jtheque.movies.views.able.
IImportFolderView
Start the wait animation.
StaticCategoryParser
- Class in
org.jtheque.movies.services.impl.parsers
A category parser who return a category choose by the user.
StaticCategoryParser()
- Constructor for class org.jtheque.movies.services.impl.parsers.
StaticCategoryParser
Construct a new StaticCategoryParser.
stop()
- Method in interface org.jtheque.movies.views.impl.panel.players.
IMoviePlayer
Stop the play.
stop()
- Method in class org.jtheque.movies.views.impl.panel.players.
ViewerPanel
Stop the movie.
stop()
- Method in class org.jtheque.movies.views.impl.panel.players.
VLCPlayer
stop()
- Method in class org.jtheque.movies.views.impl.panel.players.
WMPPlayer
stopCellEditing()
- Method in class org.jtheque.movies.views.impl.panel.
MovieChooserEditor
stopWait()
- Method in interface org.jtheque.movies.views.able.
IImportFolderView
Stop the wait animation.
SwingFilthyBuildedDialogView
<
T
extends org.jtheque.core.managers.view.able.components.IModel> - Class in
org.jtheque.movies.views.impl.frames
A swing dialog view.
SwingFilthyBuildedDialogView()
- Constructor for class org.jtheque.movies.views.impl.frames.
SwingFilthyBuildedDialogView
Construct a SwingDialogView modal to the main view.
SwingFilthyBuildedDialogView(Frame)
- Constructor for class org.jtheque.movies.views.impl.frames.
SwingFilthyBuildedDialogView
Construct a new SwingBuildedDialogView.
SwingUtils
- Class in
org.jtheque.movies.utils
A temporary swing utility class.
T
TABLE
- Static variable in interface org.jtheque.movies.persistence.dao.able.
IDaoCategories
TABLE
- Static variable in interface org.jtheque.movies.persistence.dao.able.
IDaoMovies
thumbnailIsNotUsed(String)
- Method in interface org.jtheque.movies.services.able.
IMoviesService
Indicate if a thumbnail is not used in any movies.
thumbnailIsNotUsed(String)
- Method in class org.jtheque.movies.services.impl.
MoviesService
TITLE
- Static variable in interface org.jtheque.movies.persistence.od.able.
Movie
TITLE_LENGTH
- Static variable in interface org.jtheque.movies.persistence.od.able.
Movie
ToCharCategoryParser
- Class in
org.jtheque.movies.services.impl.parsers
A file parser who extracts the category from the start of the file name to a specified character.
ToCharCategoryParser(String)
- Constructor for class org.jtheque.movies.services.impl.parsers.
ToCharCategoryParser
Construct a new ToCharCategoryParser with the specified end character.
toString()
- Method in enum org.jtheque.movies.
IMovieConfiguration.Opening
toString()
- Method in class org.jtheque.movies.persistence.od.impl.
CategoryImpl
toString()
- Method in class org.jtheque.movies.persistence.od.impl.
MovieImpl
toString()
- Method in class org.jtheque.movies.utils.
PreciseDuration
toString()
- Method in class org.jtheque.movies.utils.
Resolution
toString()
- Method in class org.jtheque.movies.views.impl.fb.
MovieFormBean
U
update(Version)
- Method in class org.jtheque.movies.persistence.
MoviesSchema
V
validate(Collection<JThequeError>)
- Method in interface org.jtheque.movies.views.able.
ICategoriesView
Validate the panel.
validate(Collection<JThequeError>)
- Method in class org.jtheque.movies.views.impl.frames.
AddFromFileView
validate(Collection<JThequeError>)
- Method in class org.jtheque.movies.views.impl.frames.
CategoryView
validate(Collection<JThequeError>)
- Method in class org.jtheque.movies.views.impl.frames.
ImportFolderView
validate(Collection<JThequeError>)
- Method in class org.jtheque.movies.views.impl.frames.
SwingFilthyBuildedDialogView
validate(Collection<JThequeError>)
- Method in class org.jtheque.movies.views.impl.
JPanelConfigMovies
validate(Collection<JThequeError>)
- Method in class org.jtheque.movies.views.impl.panel.
EditMoviePanel
validate(Collection<JThequeError>)
- Method in class org.jtheque.movies.views.impl.panel.
JPanelCategories
validate(Collection<JThequeError>)
- Method in class org.jtheque.movies.views.impl.panel.
MoviePanel
Validate the view.
validate(Collection<JThequeError>)
- Method in class org.jtheque.movies.views.impl.panel.
ViewMoviePanel
ValidateAddFromFileViewAction
- Class in
org.jtheque.movies.views.impl.actions.movies.auto
An action to add a movie from a file.
ValidateAddFromFileViewAction()
- Constructor for class org.jtheque.movies.views.impl.actions.movies.auto.
ValidateAddFromFileViewAction
Construct a new ValidateAddFromFileViewAction.
ValidateCategoryViewAction
- Class in
org.jtheque.movies.views.impl.actions.categories
Action to validate the kind view.
ValidateCategoryViewAction()
- Constructor for class org.jtheque.movies.views.impl.actions.categories.
ValidateCategoryViewAction
Construct a new AcValidateKindView.
ValidateCleanViewAction
- Class in
org.jtheque.movies.views.impl.actions.clean
Action to open a movie.
ValidateCleanViewAction()
- Constructor for class org.jtheque.movies.views.impl.actions.clean.
ValidateCleanViewAction
Construct a new ValidateCleanViewAction.
validateContent(IImportFolderView.Phase)
- Method in interface org.jtheque.movies.views.able.
IImportFolderView
Validate the content of the view at the specified phase.
validateContent(IImportFolderView.Phase)
- Method in class org.jtheque.movies.views.impl.frames.
ImportFolderView
ValidateGenerateInfosViewAction
- Class in
org.jtheque.movies.views.impl.actions.generate
Action to open a movie.
ValidateGenerateInfosViewAction()
- Constructor for class org.jtheque.movies.views.impl.actions.generate.
ValidateGenerateInfosViewAction
Construct a new ValidateCleanViewAction.
ValidateImageViewAction
- Class in
org.jtheque.movies.views.impl.actions.movies.image
An action to validate the current image of the image view.
ValidateImageViewAction()
- Constructor for class org.jtheque.movies.views.impl.actions.movies.image.
ValidateImageViewAction
Construct a new ValidateImageViewAction.
valueOf(String)
- Static method in enum org.jtheque.movies.
IMovieConfiguration.Opening
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum org.jtheque.movies.views.able.
IImportFolderView.Phase
Returns the enum constant of this type with the specified name.
values()
- Static method in enum org.jtheque.movies.
IMovieConfiguration.Opening
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum org.jtheque.movies.views.able.
IImportFolderView.Phase
Returns an array containing the constants of this enum type, in the order they are declared.
view(Data)
- Method in class org.jtheque.movies.controllers.impl.states.
CreateMovieState
view(Data)
- Method in class org.jtheque.movies.controllers.impl.states.
ModifyMovieState
view(Data)
- Method in class org.jtheque.movies.controllers.impl.states.
ViewMovieState
VIEW_VIEW
- Static variable in interface org.jtheque.movies.views.able.
IMovieView
ViewerPanel
- Class in
org.jtheque.movies.views.impl.panel.players
A abstract viewer panel.
ViewerPanel(IMoviePlayer)
- Constructor for class org.jtheque.movies.views.impl.panel.players.
ViewerPanel
Construct a new ViewerPanel.
ViewMoviePanel
- Class in
org.jtheque.movies.views.impl.panel
A panel to view the movie.
ViewMoviePanel()
- Constructor for class org.jtheque.movies.views.impl.panel.
ViewMoviePanel
Construct a new ViewMoviePanel.
ViewMovieState
- Class in
org.jtheque.movies.controllers.impl.states
A state of film view correspond with a visualization.
ViewMovieState()
- Constructor for class org.jtheque.movies.controllers.impl.states.
ViewMovieState
VLC_VIEW
- Static variable in interface org.jtheque.movies.views.able.
IMovieView
VLCPlayer
- Class in
org.jtheque.movies.views.impl.panel.players
A VLC player implementation.
VLCPlayer()
- Constructor for class org.jtheque.movies.views.impl.panel.players.
VLCPlayer
Construct a new VLCPlayer.
W
WMP_VIEW
- Static variable in interface org.jtheque.movies.views.able.
IMovieView
WMPPlayer
- Class in
org.jtheque.movies.views.impl.panel.players
A WMP player implementation.
WMPPlayer()
- Constructor for class org.jtheque.movies.views.impl.panel.players.
WMPPlayer
Construct a new WMPPlayer.
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2010
JTheque
. All Rights Reserved.