Uses of Class
org.pentaho.platform.api.ui.IMenuCustomization.CustomizationType

Packages that use IMenuCustomization.CustomizationType
org.pentaho.platform.api.ui   
org.pentaho.platform.util   
 

Uses of IMenuCustomization.CustomizationType in org.pentaho.platform.api.ui
 

Methods in org.pentaho.platform.api.ui that return IMenuCustomization.CustomizationType
 IMenuCustomization.CustomizationType IMenuCustomization.getCustomizationType()
          Deprecated.  
static IMenuCustomization.CustomizationType IMenuCustomization.CustomizationType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IMenuCustomization.CustomizationType[] IMenuCustomization.CustomizationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.pentaho.platform.api.ui with parameters of type IMenuCustomization.CustomizationType
 void IMenuCustomization.setCustomizationType(IMenuCustomization.CustomizationType customizationType)
          Deprecated.  
 

Uses of IMenuCustomization.CustomizationType in org.pentaho.platform.util
 

Methods in org.pentaho.platform.util that return IMenuCustomization.CustomizationType
 IMenuCustomization.CustomizationType MenuCustomization.getCustomizationType()
           
 

Methods in org.pentaho.platform.util with parameters of type IMenuCustomization.CustomizationType
 void MenuCustomization.setCustomizationType(IMenuCustomization.CustomizationType customizationType)
           
 

Constructors in org.pentaho.platform.util with parameters of type IMenuCustomization.CustomizationType
MenuCustomization(String id, String anchorId, String label, String command, IMenuCustomization.ItemType itemType, IMenuCustomization.CustomizationType customizationType)