-
- All Implemented Interfaces:
-
android.widget.Adapter,android.widget.ListAdapter,android.widget.SpinnerAdapter
public class MapOptionsDialog extends BaseAdapter
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classMapOptionsDialog.Companion
-
Constructor Summary
Constructors Constructor Description MapOptionsDialog(LayoutInflater layoutInflater, Integer menu, MapHandler map)
-
Method Summary
Modifier and Type Method Description IntegergetCount()ObjectgetItem(Integer position)LonggetItemId(Integer position)ViewgetView(Integer position, View convertView, ViewGroup parent)-
Methods inherited from class xyz.thespud.skimap.activities.MapOptionsDialog
areAllItemsEnabled, getAutofillOptions, getDropDownView, getItemViewType, getViewTypeCount, hasStableIds, isEmpty, isEnabled, notifyDataSetChanged, notifyDataSetInvalidated, registerDataSetObserver, setAutofillOptions, unregisterDataSetObserver -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
MapOptionsDialog
MapOptionsDialog(LayoutInflater layoutInflater, Integer menu, MapHandler map)
-
-
-
-