Modifier and Type | Method and Description |
---|---|
abstract boolean |
_ActionBarSherlockTrojanHorse.onCreateOptionsMenu(Menu menu) |
void |
_ActionBarSherlockTrojanHorse.OnCreateOptionsMenuListener.onCreateOptionsMenu(Menu menu,
MenuInflater inflater) |
boolean |
_ActionBarSherlockTrojanHorse.onCreatePanelMenu(int featureId,
Menu menu) |
abstract boolean |
_ActionBarSherlockTrojanHorse.onPrepareOptionsMenu(Menu menu) |
void |
_ActionBarSherlockTrojanHorse.OnPrepareOptionsMenuListener.onPrepareOptionsMenu(Menu menu) |
boolean |
_ActionBarSherlockTrojanHorse.onPreparePanel(int featureId,
android.view.View view,
Menu menu) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
ActionBarSherlock.callbackCreateOptionsMenu(Menu menu)
Internal method to trigger the menu creation process.
|
protected boolean |
ActionBarSherlock.callbackPrepareOptionsMenu(Menu menu)
Internal method to trigger the menu preparation process.
|
boolean |
ActionBarSherlock.OnCreateOptionsMenuListener.onCreateOptionsMenu(Menu menu) |
boolean |
ActionBarSherlock.OnCreatePanelMenuListener.onCreatePanelMenu(int featureId,
Menu menu) |
boolean |
ActionBarSherlock.OnPrepareOptionsMenuListener.onPrepareOptionsMenu(Menu menu) |
boolean |
ActionBarSherlock.OnPreparePanelListener.onPreparePanel(int featureId,
android.view.View view,
Menu menu) |
Modifier and Type | Method and Description |
---|---|
boolean |
SherlockPreferenceActivity.onCreateOptionsMenu(Menu menu) |
boolean |
SherlockListActivity.onCreateOptionsMenu(Menu menu) |
boolean |
SherlockFragmentActivity.onCreateOptionsMenu(Menu menu) |
boolean |
SherlockExpandableListActivity.onCreateOptionsMenu(Menu menu) |
boolean |
SherlockActivity.onCreateOptionsMenu(Menu menu) |
void |
SherlockListFragment.onCreateOptionsMenu(Menu menu,
MenuInflater inflater) |
void |
SherlockFragment.onCreateOptionsMenu(Menu menu,
MenuInflater inflater) |
void |
SherlockDialogFragment.onCreateOptionsMenu(Menu menu,
MenuInflater inflater) |
boolean |
SherlockPreferenceActivity.onCreatePanelMenu(int featureId,
Menu menu) |
boolean |
SherlockListActivity.onCreatePanelMenu(int featureId,
Menu menu) |
boolean |
SherlockExpandableListActivity.onCreatePanelMenu(int featureId,
Menu menu) |
boolean |
SherlockActivity.onCreatePanelMenu(int featureId,
Menu menu) |
boolean |
SherlockPreferenceActivity.onPrepareOptionsMenu(Menu menu) |
void |
SherlockListFragment.onPrepareOptionsMenu(Menu menu) |
boolean |
SherlockListActivity.onPrepareOptionsMenu(Menu menu) |
boolean |
SherlockFragmentActivity.onPrepareOptionsMenu(Menu menu) |
void |
SherlockFragment.onPrepareOptionsMenu(Menu menu) |
boolean |
SherlockExpandableListActivity.onPrepareOptionsMenu(Menu menu) |
void |
SherlockDialogFragment.onPrepareOptionsMenu(Menu menu) |
boolean |
SherlockActivity.onPrepareOptionsMenu(Menu menu) |
boolean |
SherlockPreferenceActivity.onPreparePanel(int featureId,
android.view.View view,
Menu menu) |
boolean |
SherlockListActivity.onPreparePanel(int featureId,
android.view.View view,
Menu menu) |
boolean |
SherlockExpandableListActivity.onPreparePanel(int featureId,
android.view.View view,
Menu menu) |
boolean |
SherlockActivity.onPreparePanel(int featureId,
android.view.View view,
Menu menu) |
Modifier and Type | Method and Description |
---|---|
Menu |
ActionBarImpl.ActionModeImpl.getMenu() |
Modifier and Type | Method and Description |
---|---|
Menu |
StandaloneActionMode.getMenu() |
Modifier and Type | Class and Description |
---|---|
class |
ActionMenu |
class |
MenuBuilder
Implementation of the
Menu interface for creating a
standard menu UI. |
class |
MenuWrapper |
class |
SubMenuBuilder
The model for a sub menu, which is an extension of the menu.
|
class |
SubMenuWrapper |
Modifier and Type | Method and Description |
---|---|
Menu |
SubMenuBuilder.getParentMenu() |
Modifier and Type | Method and Description |
---|---|
void |
ActionBarView.setMenu(Menu menu,
MenuPresenter.Callback cb) |
Modifier and Type | Interface and Description |
---|---|
interface |
SubMenu
Subclass of
Menu for sub menus. |
Modifier and Type | Method and Description |
---|---|
abstract Menu |
ActionMode.getMenu()
Returns the menu of actions that this action mode presents.
|
Modifier and Type | Method and Description |
---|---|
void |
MenuInflater.inflate(int menuRes,
Menu menu)
Inflate a menu hierarchy from the specified XML resource.
|
boolean |
ActionMode.Callback.onCreateActionMode(ActionMode mode,
Menu menu)
Called when action mode is first created.
|
boolean |
ActionMode.Callback.onPrepareActionMode(ActionMode mode,
Menu menu)
Called to refresh an action mode's action menu whenever it is invalidated.
|
Copyright © 2011–2014. All rights reserved.