|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FilmSearch | |
---|---|
org.jtheque.films.controllers.able | Contains the controllers specifications. |
org.jtheque.films.controllers.impl | Contains all the action controllers. |
org.jtheque.films.view.able | Contains the abstraction level of the views. |
org.jtheque.films.view.impl.frames | Contains all the frames of the application. |
Uses of FilmSearch in org.jtheque.films.controllers.able |
---|
Methods in org.jtheque.films.controllers.able with parameters of type FilmSearch | |
---|---|
void |
IExportController.export(FilmSearch search,
String filePath)
Export data to the file type. |
Uses of FilmSearch in org.jtheque.films.controllers.impl |
---|
Methods in org.jtheque.films.controllers.impl with parameters of type FilmSearch | |
---|---|
void |
ExportController.export(FilmSearch search,
String filePath)
|
Uses of FilmSearch in org.jtheque.films.view.able |
---|
Methods in org.jtheque.films.view.able that return FilmSearch | |
---|---|
FilmSearch |
IExportView.getSearch()
Return the search for this export. |
Uses of FilmSearch in org.jtheque.films.view.impl.frames |
---|
Methods in org.jtheque.films.view.impl.frames that return FilmSearch | |
---|---|
FilmSearch |
ExportView.getSearch()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |