Interface | Description |
---|---|
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.
|
ShowableListMenu |
A list menu which can be shown and hidden and which is internally represented by a ListView.
|
Class | Description |
---|---|
ActionMenuItem | |
ActionMenuItemView | |
ActionMenuItemView.PopupCallback | |
BaseMenuPresenter |
Base class for MenuPresenters that have a consistent container view and item views.
|
ExpandedMenuView |
The expanded menu view is a list-like menu with all of the available menu items.
|
ListMenuItemView |
The item view for each item in the ListView-based MenuViews.
|
ListMenuPresenter |
MenuPresenter for list-style menus.
|
MenuAdapter | |
MenuBuilder |
Implementation of the
SupportMenu interface for creating a
standard menu UI. |
MenuItemImpl | |
MenuItemWrapperICS |
Wraps a support
SupportMenuItem as a framework MenuItem |
MenuPopupHelper |
Presents a menu as a small, simple popup anchored to another view.
|
MenuWrapperFactory | |
SubMenuBuilder |
The model for a sub menu, which is an extension of the menu.
|