org.gudy.azureus2.ui.swt.maketorrent
Class MultiTrackerEditor

java.lang.Object
  extended by org.gudy.azureus2.ui.swt.maketorrent.MultiTrackerEditor

public class MultiTrackerEditor
extends Object

Author:
Olivier

Constructor Summary
MultiTrackerEditor(org.eclipse.swt.widgets.Shell parent_shell, String name, List<List<String>> trackers, TrackerEditorListener listener)
           
MultiTrackerEditor(org.eclipse.swt.widgets.Shell parent_shell, String name, List<List<String>> trackers, TrackerEditorListener listener, boolean anonymous)
           
MultiTrackerEditor(org.eclipse.swt.widgets.Shell parent_shell, String name, List<List<String>> trackers, TrackerEditorListener listener, boolean _anonymous, boolean _showTemplates)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiTrackerEditor

public MultiTrackerEditor(org.eclipse.swt.widgets.Shell parent_shell,
                          String name,
                          List<List<String>> trackers,
                          TrackerEditorListener listener)

MultiTrackerEditor

public MultiTrackerEditor(org.eclipse.swt.widgets.Shell parent_shell,
                          String name,
                          List<List<String>> trackers,
                          TrackerEditorListener listener,
                          boolean anonymous)

MultiTrackerEditor

public MultiTrackerEditor(org.eclipse.swt.widgets.Shell parent_shell,
                          String name,
                          List<List<String>> trackers,
                          TrackerEditorListener listener,
                          boolean _anonymous,
                          boolean _showTemplates)