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

Packages that use WebCheckBoxMenuItem
com.alee.extended.tree   
com.alee.laf.menu   
com.alee.utils.swing.menu   
 

Uses of WebCheckBoxMenuItem in com.alee.extended.tree
 

Fields in com.alee.extended.tree declared as WebCheckBoxMenuItem
protected  WebCheckBoxMenuItem WebAsyncTreeFilterField.matchCaseItem
           
protected  WebCheckBoxMenuItem WebAsyncTreeFilterField.searchFromStartItem
           
protected  WebCheckBoxMenuItem WebAsyncTreeFilterField.useSpaceAsSeparatorItem
           
 

Uses of WebCheckBoxMenuItem in com.alee.laf.menu
 

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

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

Methods in com.alee.utils.swing.menu that return WebCheckBoxMenuItem
 WebCheckBoxMenuItem PopupMenuGenerator.addCheckItem(java.lang.String icon, java.lang.String text, HotkeyData hotkey, boolean enabled, boolean selected, java.awt.event.ActionListener actionListener)
           
 WebCheckBoxMenuItem AbstractMenuGenerator.createCheckBoxItem(java.lang.String icon, java.lang.String text, HotkeyData hotkey, boolean enabled, boolean selected, java.awt.event.ActionListener actionListener)
          Returns newly created checkbox menu item.