Uses of Class
com.alee.laf.list.WebList

Packages that use WebList
com.alee.extended.list   
com.alee.laf.list   
 

Uses of WebList in com.alee.extended.list
 

Subclasses of WebList in com.alee.extended.list
 class WebCheckBoxList
          This component offers a checkbox list functionality.
 class WebFileList
          Special list component that simplifies files rendering.
 

Uses of WebList in com.alee.laf.list
 

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