Added in API level 11
ActionMode
public
abstract
class
ActionMode
extends Object
| java.lang.Object | |
| ↳ | android.view.ActionMode |
Represents a contextual mode of the user interface. Action modes can be used to provide alternative interaction modes and replace parts of the normal UI until finished. Examples of good action modes include text selection and contextual actions.
Developer Guides
For information about how to provide contextual actions with ActionMode,
read the Menus
developer guide.
Summary
Nested classes | |
|---|---|
interface |
ActionMode.Callback
Callback interface for action modes. |
class |
ActionMode.Callback2
Extension of |
Constants | |
|---|---|
int |
DEFAULT_HIDE_DURATION
|