Class ExportTorrentWizardOutputPanel
- java.lang.Object
-
- com.biglybt.ui.swt.wizard.AbstractWizardPanel
-
- com.biglybt.ui.swt.exporttorrent.wizard.ExportTorrentWizardOutputPanel
-
- All Implemented Interfaces:
IWizardPanel
public class ExportTorrentWizardOutputPanel 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 ExportTorrentWizardOutputPanel(Wizard wizard, IWizardPanel previous)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IWizardPanel
getFinishPanel()
boolean
isFinishEnabled()
boolean
isFinishSelectionOK()
This method is called when the "finish" button is pressed.protected void
pathSet(java.lang.String path)
void
show()
-
Methods inherited from class com.biglybt.ui.swt.wizard.AbstractWizardPanel
cancelled, finish, getNextPanel, getPreviousPanel, isNextEnabled, isPreviousEnabled
-
-
-
-
Constructor Detail
-
ExportTorrentWizardOutputPanel
public ExportTorrentWizardOutputPanel(Wizard wizard, IWizardPanel previous)
-
-
Method Detail
-
show
public void show()
-
pathSet
protected void pathSet(java.lang.String path)
-
isFinishEnabled
public boolean isFinishEnabled()
- Specified by:
isFinishEnabled
in interfaceIWizardPanel
- Overrides:
isFinishEnabled
in classAbstractWizardPanel
-
isFinishSelectionOK
public boolean isFinishSelectionOK()
Description copied from interface:IWizardPanel
This method is called when the "finish" button is pressed. It allows operations to be carried out before the "finish" panel is shown.- Specified by:
isFinishSelectionOK
in interfaceIWizardPanel
- Overrides:
isFinishSelectionOK
in classAbstractWizardPanel
- Returns:
- true - carry on and show the finish panel; false - operation failed, leave on current panel
-
getFinishPanel
public IWizardPanel getFinishPanel()
- Specified by:
getFinishPanel
in interfaceIWizardPanel
- Overrides:
getFinishPanel
in classAbstractWizardPanel
-
-