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 Object

Author:
TuxPaper

Field Summary
static Class DATASOURCE_TYPE
           
 
Constructor Summary
TrackerCellUtils()
           
 
Method Summary
static 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 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 String getTooltipText(TableCell cell,
                                    DownloadManager dm,
                                    boolean show_errors)