Class ExportTorrentWizardOutputPanel
java.lang.Object
com.biglybt.ui.swt.wizard.AbstractWizardPanel
com.biglybt.ui.swt.exporttorrent.wizard.ExportTorrentWizardOutputPanel
- All Implemented Interfaces:
IWizardPanel
-
Field Summary
FieldsFields inherited from class com.biglybt.ui.swt.wizard.AbstractWizardPanel
previousPanel, wizard
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
This method is called when the "finish" button is pressed.protected void
void
show()
Methods inherited from class com.biglybt.ui.swt.wizard.AbstractWizardPanel
cancelled, finish, getNextPanel, getPreviousPanel, isNextEnabled, isPreviousEnabled
-
Field Details
-
file_valid
protected boolean file_valid
-
-
Constructor Details
-
ExportTorrentWizardOutputPanel
-
-
Method Details
-
show
public void show() -
pathSet
-
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
- Specified by:
getFinishPanel
in interfaceIWizardPanel
- Overrides:
getFinishPanel
in classAbstractWizardPanel
-