Uses of Class
com.alee.laf.menu.WebMenu

Packages that use WebMenu
com.alee.laf.menu   
com.alee.utils.swing.menu   
 

Uses of WebMenu in com.alee.laf.menu
 

Methods in com.alee.laf.menu that return WebMenu
 WebMenu WebMenu.changeFontSize(int change)
          Changes font size of the specified component.
 WebMenu WebMenu.setBoldFont()
          Sets bold font for the component.
 WebMenu WebMenu.setBoldFont(boolean apply)
          Sets bold font for the component.
 WebMenu WebMenu.setFontName(java.lang.String fontName)
          Sets component font name.
 WebMenu WebMenu.setFontSize(int fontSize)
          Sets component font size.
 WebMenu WebMenu.setFontSizeAndStyle(int fontSize, boolean bold, boolean italic)
          Sets font size and style for the specified component.
 WebMenu WebMenu.setFontSizeAndStyle(int fontSize, int style)
          Sets font size and style for the specified component.
 WebMenu WebMenu.setFontStyle(boolean bold, boolean italic)
          Sets component font style.
 WebMenu WebMenu.setFontStyle(int style)
          Sets component font style.
 WebMenu WebMenu.setItalicFont()
          Sets italic or plain font for the component.
 WebMenu WebMenu.setItalicFont(boolean apply)
          Sets italic or plain font for the component.
 WebMenu WebMenu.setPlainFont()
          Sets plain font for the component.
 WebMenu WebMenu.setPlainFont(boolean apply)
          Sets plain font for the component.
 

Uses of WebMenu in com.alee.utils.swing.menu
 

Methods in com.alee.utils.swing.menu that return WebMenu
protected  WebMenu AbstractMenuGenerator.createSubMenu(java.lang.Object icon, java.lang.String text, boolean enabled, java.awt.event.ActionListener actionListener)
          Returns newly created menu.
 

Constructors in com.alee.utils.swing.menu with parameters of type WebMenu
MenuGenerator(WebMenu menu)
          Constructs new menu generator using the specified menu.