Uses of Class
com.alee.laf.table.WebTable

Packages that use WebTable
com.alee.extended.filechooser   
com.alee.laf.table   
 

Uses of WebTable in com.alee.extended.filechooser
 

Subclasses of WebTable in com.alee.extended.filechooser
 class WebFileTable
          File table component.
 

Uses of WebTable in com.alee.laf.table
 

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