Uses of Interface
com.actionbarsherlock.internal.view.menu.MenuPresenter

Packages that use MenuPresenter
com.actionbarsherlock.internal.view.menu   
 

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

Classes in com.actionbarsherlock.internal.view.menu that implement MenuPresenter
 class ActionMenuPresenter
          MenuPresenter for building action menus as seen in the action bar and action modes.
 class BaseMenuPresenter
          Base class for MenuPresenters that have a consistent container view and item views.
 class MenuPopupHelper
          Presents a menu as a small, simple popup anchored to another view.
 

Methods in com.actionbarsherlock.internal.view.menu with parameters of type MenuPresenter
 void MenuBuilder.addMenuPresenter(MenuPresenter presenter)
          Add a presenter to this menu.
 void MenuBuilder.removeMenuPresenter(MenuPresenter presenter)
          Remove a presenter from this menu.
 



Copyright © 2012-2013. All Rights Reserved.