public class NodeAdapter extends BaseAdapter
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
public NodeAdapter(Activity c, ArrayList<DirectoryItem> list)