|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IImportFolderView
A view specification in which we can import movies from a folder.
| Nested Class Summary | |
|---|---|
static class |
IImportFolderView.Phase
The Phase. |
| Method Summary | |
|---|---|
Collection<File> |
getFiles()
Return the files of the view. |
String |
getFolderPath()
Return the path to the specified folder. |
Collection<FileParser> |
getSelectedParsers()
Return all the selected file parser. |
void |
removeSelectedFile()
Remove the selected file from the list. |
void |
setFiles(Collection<File> files)
Set the files of the view. |
void |
startWait()
Start the wait animation. |
void |
stopWait()
Stop the wait animation. |
boolean |
validateContent(IImportFolderView.Phase phase)
Validate the content of the view at the specified phase. |
| Methods inherited from interface org.jtheque.core.managers.view.able.IView |
|---|
closeDown, display, getModel, isEnabled, refresh, sendMessage, setEnabled, toFirstPlan, validateContent |
| Methods inherited from interface org.jtheque.core.managers.view.ViewComponent |
|---|
getImpl |
| Method Detail |
|---|
String getFolderPath()
void removeSelectedFile()
boolean validateContent(IImportFolderView.Phase phase)
phase - The phase to validate.
void stopWait()
void startWait()
void setFiles(Collection<File> files)
files - The files to display in the view.Collection<File> getFiles()
Collection<FileParser> getSelectedParsers()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||