org.arakhne.afc.ui.android.filechooser
class FileListAdapter extends android.widget.BaseAdapter
| Constructor and Description |
|---|
FileListAdapter(android.content.Context context,
FileChooserIconSelector iconSelector) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clear the list of files to display.
|
int |
getCount() |
File |
getItem(int position) |
long |
getItemId(int position) |
android.view.View |
getView(int position,
android.view.View convertView,
android.view.ViewGroup parent) |
void |
set(List<File> list)
Set the list of files.
|
public FileListAdapter(android.content.Context context,
FileChooserIconSelector iconSelector)
context - is the drawing context.iconSelector - is the selector of icon to use.public void clear()
public int getCount()
public File getItem(int position)
public long getItemId(int position)
public android.view.View getView(int position,
android.view.View convertView,
android.view.ViewGroup parent)
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