Class ImportTorrentWizardInputPanel
- java.lang.Object
-
- com.biglybt.ui.swt.wizard.AbstractWizardPanel
-
- com.biglybt.ui.swt.importtorrent.wizard.ImportTorrentWizardInputPanel
-
- All Implemented Interfaces:
IWizardPanel
public class ImportTorrentWizardInputPanel extends AbstractWizardPanel
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
file_valid
-
Fields inherited from class com.biglybt.ui.swt.wizard.AbstractWizardPanel
previousPanel, wizard
-
-
Constructor Summary
Constructors Constructor Description ImportTorrentWizardInputPanel(Wizard wizard, IWizardPanel previous)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IWizardPanel
getNextPanel()
boolean
isNextEnabled()
void
show()
-
Methods inherited from class com.biglybt.ui.swt.wizard.AbstractWizardPanel
cancelled, finish, getFinishPanel, getPreviousPanel, isFinishEnabled, isFinishSelectionOK, isPreviousEnabled
-
-
-
-
Constructor Detail
-
ImportTorrentWizardInputPanel
public ImportTorrentWizardInputPanel(Wizard wizard, IWizardPanel previous)
-
-
Method Detail
-
show
public void show()
-
getNextPanel
public IWizardPanel getNextPanel()
- Specified by:
getNextPanel
in interfaceIWizardPanel
- Overrides:
getNextPanel
in classAbstractWizardPanel
-
isNextEnabled
public boolean isNextEnabled()
- Specified by:
isNextEnabled
in interfaceIWizardPanel
- Overrides:
isNextEnabled
in classAbstractWizardPanel
-
-