android.widget
Class AdapterView.AdapterContextMenuInfo

java.lang.Object
  extended by android.widget.AdapterView.AdapterContextMenuInfo
All Implemented Interfaces:
ContextMenu.ContextMenuInfo
Enclosing class:
AdapterView<T extends Adapter>

public static class AdapterView.AdapterContextMenuInfo
extends Object
implements ContextMenu.ContextMenuInfo


Field Summary
 long id
           
 int position
           
 View targetView
           
 
Constructor Summary
AdapterView.AdapterContextMenuInfo(View targetView, int position, long id)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

targetView

public View targetView

position

public int position

id

public long id
Constructor Detail

AdapterView.AdapterContextMenuInfo

public AdapterView.AdapterContextMenuInfo(View targetView,
                                          int position,
                                          long id)


Copyright © 2008-2010. All Rights Reserved.