Uses of Class
com.alee.laf.combobox.WebComboBox

Packages that use WebComboBox
com.alee.laf.combobox   
com.alee.laf.filechooser   
com.alee.laf.tree   
 

Uses of WebComboBox in com.alee.laf.combobox
 

Methods in com.alee.laf.combobox that return WebComboBox
 WebComboBox WebComboBox.changeFontSize(int change)
          Changes font size of the specified component.
 WebComboBox WebComboBox.setBoldFont()
          Sets bold font for the component.
 WebComboBox WebComboBox.setBoldFont(boolean apply)
          Sets bold font for the component.
 WebComboBox WebComboBox.setFontName(java.lang.String fontName)
          Sets component font name.
 WebComboBox WebComboBox.setFontSize(int fontSize)
          Sets component font size.
 WebComboBox WebComboBox.setFontSizeAndStyle(int fontSize, boolean bold, boolean italic)
          Sets font size and style for the specified component.
 WebComboBox WebComboBox.setFontSizeAndStyle(int fontSize, int style)
          Sets font size and style for the specified component.
 WebComboBox WebComboBox.setFontStyle(boolean bold, boolean italic)
          Sets component font style.
 WebComboBox WebComboBox.setFontStyle(int style)
          Sets component font style.
 WebComboBox WebComboBox.setItalicFont()
          Sets italic or plain font for the component.
 WebComboBox WebComboBox.setItalicFont(boolean apply)
          Sets italic or plain font for the component.
 WebComboBox WebComboBox.setMinimumHeight(int minimumHeight)
          Sets component minimum height.
 WebComboBox WebComboBox.setMinimumWidth(int minimumWidth)
          Sets component minimum width.
 WebComboBox WebComboBox.setPlainFont()
          Sets plain font for the component.
 WebComboBox WebComboBox.setPlainFont(boolean apply)
          Sets plain font for the component.
 WebComboBox WebComboBox.setPreferredHeight(int preferredHeight)
          Sets component preferred height.
 WebComboBox WebComboBox.setPreferredWidth(int preferredWidth)
          Sets component preferred width.
 

Uses of WebComboBox in com.alee.laf.filechooser
 

Fields in com.alee.laf.filechooser declared as WebComboBox
protected  WebComboBox WebFileChooserPanel.fileFilters
           
 

Uses of WebComboBox in com.alee.laf.tree
 

Constructors in com.alee.laf.tree with parameters of type WebComboBox
WebTreeCellEditor(WebComboBox comboBox)
          Constructs tree cell editor with a specified combo box as editor.