org.gudy.azureus2.ui.swt
Class OpenTorrentWindow
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
bSkipDataDirModify
protected boolean bSkipDataDirModify
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)