Interface | Description |
---|---|
ActionMode.Callback |
Callback interface for action modes.
|
ActionProvider.SubUiVisibilityListener | |
CollapsibleActionView |
When a
View implements this interface it will receive callbacks
when expanded or collapsed as an action view alongside the optional,
app-specified callbacks to OnActionExpandListener . |
Menu |
Interface for managing the items in a menu.
|
MenuItem |
Interface for direct access to a previously created menu item.
|
MenuItem.OnActionExpandListener |
Interface definition for a callback to be invoked when a menu item
marked with
MenuItem.SHOW_AS_ACTION_COLLAPSE_ACTION_VIEW is
expanded or collapsed. |
MenuItem.OnMenuItemClickListener |
Interface definition for a callback to be invoked when a menu item is
clicked.
|
SubMenu |
Subclass of
Menu for sub menus. |
Window.Callback |
Class | Description |
---|---|
ActionMode |
Represents a contextual mode of the user interface.
|
ActionProvider |
This class is a mediator for accomplishing a given task, for example sharing a file.
|
MenuInflater |
This class is used to instantiate menu XML files into Menu objects.
|
Window |
Abstract base class for a top-level window look and behavior policy.
|
Copyright © 2011–2014. All rights reserved.