com.aelitis.azureus.ui.swt.views.skin
Class SB_Transfers

java.lang.Object
  extended by com.aelitis.azureus.ui.swt.views.skin.SB_Transfers

public class SB_Transfers
extends Object

Transfers Sidebar aka "My Torrents" aka "Files"

Author:
TuxPaper

Nested Class Summary
protected static interface SB_Transfers.countRefreshListener
           
static class SB_Transfers.stats
           
 
Constructor Summary
SB_Transfers()
           
 
Method Summary
protected static void addCountRefreshListener(SB_Transfers.countRefreshListener l)
           
protected static void addHeaderMenu()
           
protected static MdiEntry createDownloadingEntry(MultipleDocumentInterface mdi)
           
protected static MdiEntry createSeedingEntry(MultipleDocumentInterface mdi)
           
protected static MdiEntry createUnopenedEntry(MultipleDocumentInterface mdi)
           
static String getTableIdFromFilterMode(int torrentFilterMode, boolean big)
           
static void setup(MultipleDocumentInterface mdi)
           
static MdiEntry setupTag(Tag tag)
           
protected static void setupViewTitleWithCore(AzureusCore _core)
           
static void triggerCountRefreshListeners()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SB_Transfers

public SB_Transfers()
Method Detail

setup

public static void setup(MultipleDocumentInterface mdi)

addHeaderMenu

protected static void addHeaderMenu()

createUnopenedEntry

protected static MdiEntry createUnopenedEntry(MultipleDocumentInterface mdi)

createSeedingEntry

protected static MdiEntry createSeedingEntry(MultipleDocumentInterface mdi)
Parameters:
mdi -
Returns:
Since:
4.5.1.1

createDownloadingEntry

protected static MdiEntry createDownloadingEntry(MultipleDocumentInterface mdi)

setupViewTitleWithCore

protected static void setupViewTitleWithCore(AzureusCore _core)

setupTag

public static MdiEntry setupTag(Tag tag)

addCountRefreshListener

protected static void addCountRefreshListener(SB_Transfers.countRefreshListener l)

triggerCountRefreshListeners

public static void triggerCountRefreshListeners()

getTableIdFromFilterMode

public static String getTableIdFromFilterMode(int torrentFilterMode,
                                              boolean big)