org.arakhne.afc.ui.android.filechooser
class AsyncFileLoader extends android.support.v4.content.AsyncTaskLoader<List<File>>
| Constructor and Description |
|---|
AsyncFileLoader(android.content.Context context,
File path,
FileFilter fileFilter) |
| Modifier and Type | Method and Description |
|---|---|
void |
deliverResult(List<File> data) |
protected boolean |
isHiddenFile(File file)
Replies if the given file is hidden in the file chooser.
|
List<File> |
loadInBackground() |
void |
onCanceled(List<File> data) |
protected void |
onReset() |
protected void |
onStartLoading() |
protected void |
onStopLoading() |
protected void |
unwatch()
Unwatch the state for the given files.
|
cancelLoad, dump, onForceLoad, onLoadInBackground, setUpdateThrottle, waitForLoaderpublic AsyncFileLoader(android.content.Context context,
File path,
FileFilter fileFilter)
context - is the execution context of the task.path - is the path of the directory to explore.fileFilter - is the filter to use.protected boolean isHiddenFile(File file)
file - true if hidden; false otherwise.protected void onStartLoading()
protected void onStopLoading()
protected void onReset()
protected void unwatch()
Copyright © 2001-2013 NetEditor Developers. 
NetEditor API Documentation by NetEditor Developers is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License.
Based on a work at www.arakhne.org/neteditor