Uses of Class
com.actionbarsherlock.view.MenuInflater

Packages that use MenuInflater
android.support.v4.app   
com.actionbarsherlock   
com.actionbarsherlock.app   
com.actionbarsherlock.internal.app   
com.actionbarsherlock.internal.view   
com.actionbarsherlock.view   
 

Uses of MenuInflater in android.support.v4.app
 

Methods in android.support.v4.app that return MenuInflater
abstract  MenuInflater Watson.getSupportMenuInflater()
           
 

Methods in android.support.v4.app with parameters of type MenuInflater
 void Watson.OnCreateOptionsMenuListener.onCreateOptionsMenu(Menu menu, MenuInflater inflater)
           
 

Uses of MenuInflater in com.actionbarsherlock
 

Fields in com.actionbarsherlock declared as MenuInflater
protected  MenuInflater ActionBarSherlock.mMenuInflater
          Reference to our custom menu inflater which supports action items.
 

Methods in com.actionbarsherlock that return MenuInflater
 MenuInflater ActionBarSherlock.getMenuInflater()
          Get a menu inflater instance which supports the newer menu attributes.
 

Uses of MenuInflater in com.actionbarsherlock.app
 

Methods in com.actionbarsherlock.app that return MenuInflater
 MenuInflater SherlockPreferenceActivity.getSupportMenuInflater()
           
 MenuInflater SherlockListActivity.getSupportMenuInflater()
           
 MenuInflater SherlockFragmentActivity.getSupportMenuInflater()
           
 MenuInflater SherlockExpandableListActivity.getSupportMenuInflater()
           
 MenuInflater SherlockActivity.getSupportMenuInflater()
           
 

Methods in com.actionbarsherlock.app with parameters of type MenuInflater
 void SherlockListFragment.onCreateOptionsMenu(Menu menu, MenuInflater inflater)
           
 void SherlockFragment.onCreateOptionsMenu(Menu menu, MenuInflater inflater)
           
 void SherlockDialogFragment.onCreateOptionsMenu(Menu menu, MenuInflater inflater)
           
 

Uses of MenuInflater in com.actionbarsherlock.internal.app
 

Methods in com.actionbarsherlock.internal.app that return MenuInflater
 MenuInflater ActionBarImpl.ActionModeImpl.getMenuInflater()
           
 

Uses of MenuInflater in com.actionbarsherlock.internal.view
 

Methods in com.actionbarsherlock.internal.view that return MenuInflater
 MenuInflater StandaloneActionMode.getMenuInflater()
           
 

Uses of MenuInflater in com.actionbarsherlock.view
 

Methods in com.actionbarsherlock.view that return MenuInflater
abstract  MenuInflater ActionMode.getMenuInflater()
          Returns a MenuInflater with the ActionMode's context.
 



Copyright © 2012-2013. All Rights Reserved.