com.explodingpixels.widgets
Class TableUtils

java.lang.Object
  extended by com.explodingpixels.widgets.TableUtils

public class TableUtils
extends Object


Method Summary
static void repaintSelection(JTable table)
          Repaints the selection.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

repaintSelection

public static void repaintSelection(JTable table)
Repaints the selection. This allows the row selection to have a background color that changes based on the focus state of the component.

Parameters:
table - the JTable to repaint the selection of.