Uses of Class
org.jvnet.flamingo.ribbon.RibbonApplicationMenuEntrySecondary

Packages that use RibbonApplicationMenuEntrySecondary
org.jvnet.flamingo.ribbon   
 

Uses of RibbonApplicationMenuEntrySecondary in org.jvnet.flamingo.ribbon
 

Methods in org.jvnet.flamingo.ribbon that return types with arguments of type RibbonApplicationMenuEntrySecondary
 java.util.List<RibbonApplicationMenuEntrySecondary> RibbonApplicationMenuEntryPrimary.getSecondaryGroupEntries(int groupIndex)
          Returns an unmodifiable list of menu entries of the secondary menu group at the specified index.
 

Methods in org.jvnet.flamingo.ribbon with parameters of type RibbonApplicationMenuEntrySecondary
 void RibbonApplicationMenuEntryPrimary.addSecondaryMenuGroup(java.lang.String groupName, RibbonApplicationMenuEntrySecondary... entries)
          Adds a titled group of secondary menu entries.