com.aelitis.azureus.ui.swt.shells.opentorrent
Class OpenTorrentWindow

java.lang.Object
  extended by com.aelitis.azureus.ui.swt.shells.opentorrent.OpenTorrentWindow
All Implemented Interfaces:
UIUpdatable, TorrentDownloaderCallBackInterface

public class OpenTorrentWindow
extends java.lang.Object
implements TorrentDownloaderCallBackInterface, UIUpdatable


Field Summary
protected static java.lang.String CONFIG_REFERRER_DEFAULT
           
 
Constructor Summary
OpenTorrentWindow(org.eclipse.swt.widgets.Shell parent)
           
 
Method Summary
protected  void dispose()
           
 java.lang.String getUpdateUIName()
          A name for this UIUpdatable so we can track who's being bad
static void main(java.lang.String[] args)
           
protected  void openTorrent(java.lang.String text, java.lang.String newReferrer)
           
 void TorrentDownloaderEvent(int state, TorrentDownloader inf)
           
 void updateUI()
          Update your UI!
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONFIG_REFERRER_DEFAULT

protected static java.lang.String CONFIG_REFERRER_DEFAULT
Constructor Detail

OpenTorrentWindow

public OpenTorrentWindow(org.eclipse.swt.widgets.Shell parent)
Method Detail

openTorrent

protected void openTorrent(java.lang.String text,
                           java.lang.String newReferrer)

dispose

protected void dispose()

main

public static void main(java.lang.String[] args)

TorrentDownloaderEvent

public void TorrentDownloaderEvent(int state,
                                   TorrentDownloader inf)
Specified by:
TorrentDownloaderEvent in interface TorrentDownloaderCallBackInterface

updateUI

public void updateUI()
Description copied from interface: UIUpdatable
Update your UI!

Specified by:
updateUI in interface UIUpdatable

getUpdateUIName

public java.lang.String getUpdateUIName()
Description copied from interface: UIUpdatable
A name for this UIUpdatable so we can track who's being bad

Specified by:
getUpdateUIName in interface UIUpdatable
Returns:
some name