Uses of Interface
com.actionbarsherlock.view.Menu

Packages that use Menu
android.support.v4.app   
com.actionbarsherlock   
com.actionbarsherlock.app   
com.actionbarsherlock.internal.app   
com.actionbarsherlock.internal.view   
com.actionbarsherlock.internal.view.menu   
com.actionbarsherlock.internal.widget   
com.actionbarsherlock.view   
 

Uses of Menu in android.support.v4.app
 

Methods in android.support.v4.app with parameters of type Menu
abstract  boolean Watson.onCreateOptionsMenu(Menu menu)
           
 void Watson.OnCreateOptionsMenuListener.onCreateOptionsMenu(Menu menu, MenuInflater inflater)
           
 boolean Watson.onCreatePanelMenu(int featureId, Menu menu)
           
abstract  boolean Watson.onPrepareOptionsMenu(Menu menu)
           
 void Watson.OnPrepareOptionsMenuListener.onPrepareOptionsMenu(Menu menu)
           
 boolean Watson.onPreparePanel(int featureId, android.view.View view, Menu menu)
           
 

Uses of Menu in com.actionbarsherlock
 

Methods in com.actionbarsherlock with parameters of type Menu
protected  boolean ActionBarSherlock.callbackCreateOptionsMenu(Menu menu)
          Internal method to trigger the menu creation process.
protected  boolean ActionBarSherlock.callbackPrepareOptionsMenu(Menu menu)
          Internal method to trigger the menu preparation process.
 boolean ActionBarSherlock.OnCreateOptionsMenuListener.onCreateOptionsMenu(Menu menu)
           
 boolean ActionBarSherlock.OnCreatePanelMenuListener.onCreatePanelMenu(int featureId, Menu menu)
           
 boolean ActionBarSherlock.OnPrepareOptionsMenuListener.onPrepareOptionsMenu(Menu menu)
           
 boolean ActionBarSherlock.OnPreparePanelListener.onPreparePanel(int featureId, android.view.View view, Menu menu)
           
 

Uses of Menu in com.actionbarsherlock.app
 

Methods in com.actionbarsherlock.app with parameters of type Menu
 boolean SherlockPreferenceActivity.onCreateOptionsMenu(Menu menu)
           
 boolean SherlockListActivity.onCreateOptionsMenu(Menu menu)
           
 boolean SherlockFragmentActivity.onCreateOptionsMenu(Menu menu)
           
 boolean SherlockExpandableListActivity.onCreateOptionsMenu(Menu menu)
           
 boolean SherlockActivity.onCreateOptionsMenu(Menu menu)
           
 void SherlockListFragment.onCreateOptionsMenu(Menu menu, MenuInflater inflater)
           
 void SherlockFragment.onCreateOptionsMenu(Menu menu, MenuInflater inflater)
           
 void SherlockDialogFragment.onCreateOptionsMenu(Menu menu, MenuInflater inflater)
           
 boolean SherlockPreferenceActivity.onCreatePanelMenu(int featureId, Menu menu)
           
 boolean SherlockListActivity.onCreatePanelMenu(int featureId, Menu menu)
           
 boolean SherlockExpandableListActivity.onCreatePanelMenu(int featureId, Menu menu)
           
 boolean SherlockActivity.onCreatePanelMenu(int featureId, Menu menu)
           
 boolean SherlockPreferenceActivity.onPrepareOptionsMenu(Menu menu)
           
 void SherlockListFragment.onPrepareOptionsMenu(Menu menu)
           
 boolean SherlockListActivity.onPrepareOptionsMenu(Menu menu)
           
 boolean SherlockFragmentActivity.onPrepareOptionsMenu(Menu menu)
           
 void SherlockFragment.onPrepareOptionsMenu(Menu menu)
           
 boolean SherlockExpandableListActivity.onPrepareOptionsMenu(Menu menu)
           
 void SherlockDialogFragment.onPrepareOptionsMenu(Menu menu)
           
 boolean SherlockActivity.onPrepareOptionsMenu(Menu menu)
           
 boolean SherlockPreferenceActivity.onPreparePanel(int featureId, android.view.View view, Menu menu)
           
 boolean SherlockListActivity.onPreparePanel(int featureId, android.view.View view, Menu menu)
           
 boolean SherlockExpandableListActivity.onPreparePanel(int featureId, android.view.View view, Menu menu)
           
 boolean SherlockActivity.onPreparePanel(int featureId, android.view.View view, Menu menu)
           
 

Uses of Menu in com.actionbarsherlock.internal.app
 

Methods in com.actionbarsherlock.internal.app that return Menu
 Menu ActionBarImpl.ActionModeImpl.getMenu()
           
 

Uses of Menu in com.actionbarsherlock.internal.view
 

Methods in com.actionbarsherlock.internal.view that return Menu
 Menu StandaloneActionMode.getMenu()
           
 

Uses of Menu in com.actionbarsherlock.internal.view.menu
 

Classes in com.actionbarsherlock.internal.view.menu that implement Menu
 class ActionMenu
           
 class MenuBuilder
          Implementation of the Menu interface for creating a standard menu UI.
 class MenuWrapper
           
 class SubMenuBuilder
          The model for a sub menu, which is an extension of the menu.
 class SubMenuWrapper
           
 

Methods in com.actionbarsherlock.internal.view.menu that return Menu
 Menu SubMenuBuilder.getParentMenu()
           
 

Uses of Menu in com.actionbarsherlock.internal.widget
 

Methods in com.actionbarsherlock.internal.widget with parameters of type Menu
 void ActionBarView.setMenu(Menu menu, MenuPresenter.Callback cb)
           
 

Uses of Menu in com.actionbarsherlock.view
 

Subinterfaces of Menu in com.actionbarsherlock.view
 interface SubMenu
          Subclass of Menu for sub menus.
 

Methods in com.actionbarsherlock.view that return Menu
abstract  Menu ActionMode.getMenu()
          Returns the menu of actions that this action mode presents.
 

Methods in com.actionbarsherlock.view with parameters of type Menu
 void MenuInflater.inflate(int menuRes, Menu menu)
          Inflate a menu hierarchy from the specified XML resource.
 boolean ActionMode.Callback.onCreateActionMode(ActionMode mode, Menu menu)
          Called when action mode is first created.
 boolean ActionMode.Callback.onPrepareActionMode(ActionMode mode, Menu menu)
          Called to refresh an action mode's action menu whenever it is invalidated.
 



Copyright © 2012-2013. All Rights Reserved.