org.gudy.azureus2.plugins.ui.tables
Class TableCellRefresher

java.lang.Object
  extended by org.gudy.azureus2.plugins.ui.tables.TableCellRefresher

public class TableCellRefresher
extends Object

Provides a simple way to get a TableCell refreshed more often than the normal GUI refresh cycle It always clocks at 100ms as well as time synchronization methods for cells showing animated icons

Author:
olivier

Method Summary
static void addCell(TableColumn column, TableCell cell)
           
static int getRefreshIndex(int refreshEvery100ms, int nbIndices)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

addCell

public static void addCell(TableColumn column,
                           TableCell cell)

getRefreshIndex

public static int getRefreshIndex(int refreshEvery100ms,
                                  int nbIndices)