public class NodeAdapter extends BaseAdapter
Modifier and Type | Class and Description |
---|---|
(package private) static class |
NodeAdapter.ViewHolder |
Modifier and Type | Field and Description |
---|---|
private ArrayList<DirectoryItem> |
list |
private Activity |
mContext |
IGNORE_ITEM_VIEW_TYPE, NO_SELECTION
Constructor and Description |
---|
NodeAdapter(Activity c,
ArrayList<DirectoryItem> list) |
Modifier and Type | Method and Description |
---|---|
void |
change(ArrayList<DirectoryItem> newBrowser) |
int |
getCount() |
Object |
getItem(int arg0) |
long |
getItemId(int arg0) |
View |
getView(int position,
View convertView,
ViewGroup parent) |
areAllItemsEnabled, getDropDownView, getItemViewType, getViewTypeCount, hasStableIds, isEmpty, isEnabled, notifyDataSetChanged, notifyDataSetInvalidated, registerDataSetObserver, unregisterDataSetObserver
private ArrayList<DirectoryItem> list
private final Activity mContext
public NodeAdapter(Activity c, ArrayList<DirectoryItem> list)