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
 

Fields in com.alee.laf.table with type parameters of type WebTable
protected  ToolTipProvider<? extends WebTable> WebTable.toolTipProvider
          Custom WebLaF tooltip provider.
 

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.
 

Methods in com.alee.laf.table that return types with arguments of type WebTable
protected  ToolTipProvider<? extends WebTable> WebTableUI.getToolTipProvider()
          Returns custom WebLaF tooltip provider.
 ToolTipProvider<? extends WebTable> WebTable.getToolTipProvider()
          Returns custom WebLaF tooltip provider.
 

Methods in com.alee.laf.table with parameters of type WebTable
 TooltipWay TableToolTipProvider.getDirection(WebTable component, java.lang.Object value, int index, int column, boolean isSelected)
           
 java.awt.Rectangle TableToolTipProvider.getSourceBounds(WebTable table, java.lang.Object value, int index, int column, boolean isSelected)
           
protected  java.lang.Object TableToolTipProvider.getValue(WebTable table, int index, int column)
           
protected  boolean TableToolTipProvider.isSelected(WebTable table, int index, int column)
           
 

Method parameters in com.alee.laf.table with type arguments of type WebTable
 void WebTable.setToolTipProvider(ToolTipProvider<? extends WebTable> provider)
          Sets custom WebLaF tooltip provider.