org.gudy.azureus2.ui.swt
Class OpenTorrentWindow

java.lang.Object
  extended by org.gudy.azureus2.ui.swt.OpenTorrentWindow
All Implemented Interfaces:
UIUpdatable, TorrentDownloaderCallBackInterface

public class OpenTorrentWindow
extends Object
implements TorrentDownloaderCallBackInterface, UIUpdatable

Torrent Opener Window.

Author:
TuxPaper TODO Category Option

Field Summary
protected  boolean bSkipDataDirModify
           
 
Method Summary
protected  void changeFileDestination(int[] indexes)
           
protected  void cmbDataDirChanged()
           
 String getUpdateUIName()
          A name for this UIUpdatable so we can track who's being bad
static void main(String[] args)
           
protected  void okPressed()
           
protected  void setSelectedQueueLocation(int iLocation)
           
protected  void setSelectedStartMode(int iStartID)
           
 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

bSkipDataDirModify

protected boolean bSkipDataDirModify
Method Detail

cmbDataDirChanged

protected void cmbDataDirChanged()

okPressed

protected void okPressed()

setSelectedQueueLocation

protected void setSelectedQueueLocation(int iLocation)
Parameters:
iLocation -

setSelectedStartMode

protected void setSelectedStartMode(int iStartID)
Parameters:
iStartID -

changeFileDestination

protected void changeFileDestination(int[] indexes)
Parameters:
indexes -

TorrentDownloaderEvent

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

getUpdateUIName

public 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

updateUI

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

Specified by:
updateUI in interface UIUpdatable

main

public static void main(String[] args)