org.gudy.azureus2.ui.swt.views.tableitems.mytorrents
Class TrackerCellUtils

java.lang.Object
  extended by org.gudy.azureus2.ui.swt.views.tableitems.mytorrents.TrackerCellUtils

public class TrackerCellUtils
extends java.lang.Object

Author:
TuxPaper

Field Summary
static java.lang.Class DATASOURCE_TYPE
           
 
Constructor Summary
TrackerCellUtils()
           
 
Method Summary
static java.lang.String getTooltipText(TableCell cell, DownloadManager dm, boolean show_errors)
           
static void updateColor(TableCell cell, DownloadManager dm, boolean show_errors)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DATASOURCE_TYPE

public static final java.lang.Class DATASOURCE_TYPE
Constructor Detail

TrackerCellUtils

public TrackerCellUtils()
Method Detail

updateColor

public static void updateColor(TableCell cell,
                               DownloadManager dm,
                               boolean show_errors)

getTooltipText

public static java.lang.String getTooltipText(TableCell cell,
                                              DownloadManager dm,
                                              boolean show_errors)