| Interface | Description |
|---|---|
| ActionMenuView.ActionMenuChildView | |
| MenuBuilder.Callback |
Called by menu to notify of close and selection changes.
|
| MenuBuilder.ItemInvoker |
Called by menu items to execute their associated action
|
| MenuPresenter |
A MenuPresenter is responsible for building views for a Menu object.
|
| MenuPresenter.Callback |
Called by menu implementation to notify another component of open/close events.
|
| MenuView |
Minimal interface for a menu view.
|
| MenuView.ItemView |
Minimal interface for a menu item view.
|
| Class | Description |
|---|---|
| ActionMenu | |
| ActionMenuItem | |
| ActionMenuItemView | |
| ActionMenuPresenter |
MenuPresenter for building action menus as seen in the action bar and action modes.
|
| ActionMenuView | |
| ActionMenuView.LayoutParams | |
| BaseMenuPresenter |
Base class for MenuPresenters that have a consistent container view and item
views.
|
| ListMenuItemView |
The item view for each item in the ListView-based MenuViews.
|
| MenuBuilder |
Implementation of the
Menu interface for creating a
standard menu UI. |
| MenuItemImpl | |
| MenuItemWrapper | |
| MenuPopupHelper |
Presents a menu as a small, simple popup anchored to another view.
|
| MenuWrapper | |
| SubMenuBuilder |
The model for a sub menu, which is an extension of the menu.
|
| SubMenuWrapper |
Copyright © 2011–2014. All rights reserved.