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 WebTreeFilterField.matchCaseItem
           
protected  WebCheckBoxMenuItem WebTreeFilterField.searchFromStartItem
           
protected  WebCheckBoxMenuItem WebTreeFilterField.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 AbstractMenuGenerator.addCheckItem(java.lang.Object icon, java.lang.String text, boolean selected, java.awt.event.ActionListener actionListener)
           
 WebCheckBoxMenuItem AbstractMenuGenerator.addCheckItem(java.lang.Object icon, java.lang.String text, boolean enabled, boolean selected, java.awt.event.ActionListener actionListener)
           
 WebCheckBoxMenuItem AbstractMenuGenerator.addCheckItem(java.lang.Object icon, java.lang.String text, HotkeyData hotkey, boolean selected, java.awt.event.ActionListener actionListener)
           
 WebCheckBoxMenuItem MenuBarGenerator.addCheckItem(java.lang.Object icon, java.lang.String text, HotkeyData hotkey, boolean enabled, boolean selected, java.awt.event.ActionListener actionListener)
          Adds checkbox menu item into menu.
 WebCheckBoxMenuItem AbstractMenuGenerator.addCheckItem(java.lang.Object icon, java.lang.String text, HotkeyData hotkey, boolean enabled, boolean selected, java.awt.event.ActionListener actionListener)
          Adds checkbox menu item into menu.
 WebCheckBoxMenuItem AbstractMenuGenerator.addCheckItem(java.lang.String text, boolean selected, java.awt.event.ActionListener actionListener)
           
 WebCheckBoxMenuItem AbstractMenuGenerator.addCheckItem(java.lang.String text, boolean enabled, boolean selected, java.awt.event.ActionListener actionListener)
           
 WebCheckBoxMenuItem AbstractMenuGenerator.addCheckItem(java.lang.String text, HotkeyData hotkey, boolean selected, java.awt.event.ActionListener actionListener)
           
 WebCheckBoxMenuItem AbstractMenuGenerator.addCheckItem(java.lang.String text, HotkeyData hotkey, boolean enabled, boolean selected, java.awt.event.ActionListener actionListener)
           
protected  WebCheckBoxMenuItem AbstractMenuGenerator.createCheckItem(java.lang.Object icon, java.lang.String text, HotkeyData hotkey, boolean enabled, boolean selected, java.awt.event.ActionListener actionListener)
          Returns newly created checkbox menu item.