public final class MenuCustomizationsHelper
extends java.lang.Object
| Modifier and Type | Method and Description | 
|---|---|
static java.util.List<java.lang.String> | 
hiddenActionAndMenuIds()
Returns the list of hidden menu and action ids as an unmodifiable list. 
 | 
static boolean | 
isHidden(java.lang.String actionId)
Indicates whether a given action or menu id has been hidden using the
  
menu-customizations hook, or by another filter added to the menu
 bar. | 
public static final boolean isHidden(java.lang.String actionId)
menu-customizations hook, or by another filter added to the menu
 bar. If the supplied action id is null, false is returned.actionId - the action id or menu idtrue if the item is hidden, false otherwisepublic static final java.util.List<java.lang.String> hiddenActionAndMenuIds()