org.arakhne.neteditor.android.actionmode.creation
protected class TextDecorationCreationMode.ActionBar extends AbstractAndroidCreationMode.ActionBar
redoItem, undoItem| Constructor and Description |
|---|
TextDecorationCreationMode.ActionBar() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
onCreateActionMode(android.view.ActionMode mode,
android.view.Menu menu)
Invoked when the action mode is created, ie. when
startActionMode() was called. |
onActionItemClicked, onDestroyActionMode, onPrepareActionMode, undoListChangedpublic TextDecorationCreationMode.ActionBar()
public boolean onCreateActionMode(android.view.ActionMode mode,
android.view.Menu menu)
startActionMode() was called.onCreateActionMode in interface android.view.ActionMode.CallbackonCreateActionMode in class AbstractAndroidCreationMode.ActionBarmode - is the new action mode.menu - is the menu to populate with action buttons.true if the action mode should
be created, false if entering this mode
should be aborted.Copyright © 2001-2013 NetEditor Developers. 
NetEditor API Documentation by NetEditor Developers is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License.
Based on a work at www.arakhne.org/neteditor