org.openintents.locations
Class ExtrasView

java.lang.Object
  extended by ListActivity
      extended by org.openintents.locations.ExtrasView

public class ExtrasView
extends ListActivity

View to manage extras for a location.

Author:
friedger

Constructor Summary
ExtrasView()
           
 
Method Summary
 boolean onContextItemSelected(MenuItem item)
           
 boolean onCreateOptionsMenu(Menu menu)
           
 boolean onOptionsItemSelected(MenuItem item)
           
 void updateExtra(boolean requery)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtrasView

public ExtrasView()
Method Detail

onContextItemSelected

public boolean onContextItemSelected(MenuItem item)

updateExtra

public void updateExtra(boolean requery)

onCreateOptionsMenu

public boolean onCreateOptionsMenu(Menu menu)

onOptionsItemSelected

public boolean onOptionsItemSelected(MenuItem item)