org.gudy.azureus2.ui.swt.maketorrent
Class BYOPanel
java.lang.Object
org.gudy.azureus2.ui.swt.wizard.AbstractWizardPanel<NewTorrentWizard>
org.gudy.azureus2.ui.swt.maketorrent.BYOPanel
- All Implemented Interfaces:
- IWizardPanel<NewTorrentWizard>
public class BYOPanel
- extends AbstractWizardPanel<NewTorrentWizard>
- Author:
- Olivier
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BYOPanel
public BYOPanel(NewTorrentWizard wizard,
IWizardPanel<NewTorrentWizard> previous)
show
public void show()
editSelected
protected void editSelected()
addFilename
protected void addFilename(File file)
addFilename
protected void addFilename(File file,
org.eclipse.swt.widgets.TreeItem parent)
addFilename
protected void addFilename(File file,
String name,
org.eclipse.swt.widgets.TreeItem parent,
boolean init)
getNextPanel
public IWizardPanel<NewTorrentWizard> getNextPanel()
- Specified by:
getNextPanel
in interface IWizardPanel<NewTorrentWizard>
- Overrides:
getNextPanel
in class AbstractWizardPanel<NewTorrentWizard>