|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FileImporter
Interface used by ImportFilesAction and implemented by a program wishing to import files.
ImportFilesAction
Method Summary | |
---|---|
void |
setFileArray(File[] files)
Set the array of files the importer implementation needs to import |
void |
setFileList(List files)
Set the List of files the importer implementation needs to import |
Methods inherited from interface java.lang.Runnable |
---|
run |
Method Detail |
---|
void setFileArray(File[] files)
files
- a File[] arrayvoid setFileList(List files)
files
- List of files
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |