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
|
MenuHelper |
Interface for a helper capable of presenting a menu.
|
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 |
---|---|
ActionMenu | |
ActionMenuItem | |
ActionMenuItemView | |
ActionMenuItemView.PopupCallback | |
BaseMenuPresenter |
Base class for MenuPresenters that have a consistent container view and item
views.
|
ContextMenuBuilder |
Implementation of the
ContextMenu interface. |
ExpandedMenuView |
The expanded menu view is a list-like menu with all of the available menu items.
|
IconMenuItemView |
The item view for each item in the
IconMenuView . |
IconMenuPresenter |
MenuPresenter for the classic "six-pack" icon menu.
|
IconMenuView |
The icon menu view is an icon-based menu usually with a subset of all the menu items.
|
IconMenuView.LayoutParams |
Layout parameters specific to IconMenuView (stores the left, top, right, bottom from the
measure pass).
|
ListMenuItemView |
The item view for each item in the ListView-based MenuViews.
|
ListMenuPresenter |
MenuPresenter for list-style menus.
|
MenuAdapter | |
MenuBuilder |
Implementation of the
Menu interface for creating a
standard menu UI. |
MenuDialogHelper |
Presents a menu as a modal dialog.
|
MenuItemImpl | |
MenuPopup |
Base class for a menu popup abstraction - i.e., some type of menu, housed in a popup window
environment.
|
MenuPopupHelper |
Presents a menu as a small, simple popup anchored to another view.
|
SubMenuBuilder |
The model for a sub menu, which is an extension of the menu.
|