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

java.lang.Object
  extended by org.gudy.azureus2.ui.swt.wizard.AbstractWizardPanel<NewTorrentWizard>
      extended by org.gudy.azureus2.ui.swt.maketorrent.MultiTrackerPanel
All Implemented Interfaces:
TrackerEditorListener, IWizardPanel<NewTorrentWizard>

public class MultiTrackerPanel
extends AbstractWizardPanel<NewTorrentWizard>
implements TrackerEditorListener

Author:
Olivier

Field Summary
 
Fields inherited from class org.gudy.azureus2.ui.swt.wizard.AbstractWizardPanel
previousPanel, wizard
 
Constructor Summary
MultiTrackerPanel(NewTorrentWizard wizard, AbstractWizardPanel<NewTorrentWizard> previous)
           
 
Method Summary
 IWizardPanel getNextPanel()
           
 boolean isNextEnabled()
           
 void show()
           
 void trackersChanged(String oldName, String newName, List trackers)
           
 
Methods inherited from class org.gudy.azureus2.ui.swt.wizard.AbstractWizardPanel
cancelled, finish, getFinishPanel, getPreviousPanel, isFinishEnabled, isFinishSelectionOK, isPreviousEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiTrackerPanel

public MultiTrackerPanel(NewTorrentWizard wizard,
                         AbstractWizardPanel<NewTorrentWizard> previous)
Method Detail

show

public void show()
Specified by:
show in interface IWizardPanel<NewTorrentWizard>

getNextPanel

public IWizardPanel getNextPanel()
Specified by:
getNextPanel in interface IWizardPanel<NewTorrentWizard>
Overrides:
getNextPanel in class AbstractWizardPanel<NewTorrentWizard>

isNextEnabled

public boolean isNextEnabled()
Specified by:
isNextEnabled in interface IWizardPanel<NewTorrentWizard>
Overrides:
isNextEnabled in class AbstractWizardPanel<NewTorrentWizard>

trackersChanged

public void trackersChanged(String oldName,
                            String newName,
                            List trackers)
Specified by:
trackersChanged in interface TrackerEditorListener