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

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

public class OpenTorrentOptionsWindow
extends Object
implements UIUpdatable


Nested Class Summary
protected  class OpenTorrentOptionsWindow.OpenTorrentInstance
           
static interface OpenTorrentOptionsWindow.OpenTorrentInstanceListener
           
 
Field Summary
protected  Map<String,com.aelitis.azureus.ui.swt.shells.opentorrent.OpenTorrentOptionsWindow.DiscoveredTag> listDiscoveredTags
           
protected  List<String> listTagsToCreate
           
static String TABLEID_FILES
           
static String TABLEID_TORRENTS
           
 
Method Summary
static OpenTorrentOptionsWindow addTorrent(TorrentOpenOptions torrentOptions)
           
 boolean checkAlreadyHaveTag(List<Tag> initialTags, String tagName)
           
protected  void dispose()
           
 String getUpdateUIName()
          A name for this UIUpdatable so we can track who's being bad
static void main(String[] args)
           
protected  void swt_addTorrent(HashWrapper hash, TorrentOpenOptions torrentOptions)
           
 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

TABLEID_TORRENTS

public static final String TABLEID_TORRENTS
See Also:
Constant Field Values

TABLEID_FILES

public static final String TABLEID_FILES
See Also:
Constant Field Values

listDiscoveredTags

protected Map<String,com.aelitis.azureus.ui.swt.shells.opentorrent.OpenTorrentOptionsWindow.DiscoveredTag> listDiscoveredTags

listTagsToCreate

protected List<String> listTagsToCreate
Method Detail

main

public static void main(String[] args)

addTorrent

public static OpenTorrentOptionsWindow addTorrent(TorrentOpenOptions torrentOptions)

swt_addTorrent

protected void swt_addTorrent(HashWrapper hash,
                              TorrentOpenOptions torrentOptions)

updateUI

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

Specified by:
updateUI in interface UIUpdatable

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

dispose

protected void dispose()

checkAlreadyHaveTag

public boolean checkAlreadyHaveTag(List<Tag> initialTags,
                                   String tagName)