Class ImportTorrentWizardOutputPanel
java.lang.Object
com.biglybt.ui.swt.wizard.AbstractWizardPanel
com.biglybt.ui.swt.importtorrent.wizard.ImportTorrentWizardOutputPanel
- All Implemented Interfaces:
IWizardPanel
-
Field Summary
FieldsFields inherited from class AbstractWizardPanel
previousPanel, wizard -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanThis method is called when the "finish" button is pressed.protected voidvoidshow()Methods inherited from class AbstractWizardPanel
cancelled, finish, getNextPanel, getPreviousPanel, isNextEnabled, isPreviousEnabled
-
Field Details
-
file_valid
protected boolean file_valid
-
-
Constructor Details
-
ImportTorrentWizardOutputPanel
-
-
Method Details
-
show
public void show() -
pathSet
-
isFinishEnabled
public boolean isFinishEnabled()- Specified by:
isFinishEnabledin interfaceIWizardPanel- Overrides:
isFinishEnabledin classAbstractWizardPanel
-
isFinishSelectionOK
public boolean isFinishSelectionOK()Description copied from interface:IWizardPanelThis method is called when the "finish" button is pressed. It allows operations to be carried out before the "finish" panel is shown.- Specified by:
isFinishSelectionOKin interfaceIWizardPanel- Overrides:
isFinishSelectionOKin classAbstractWizardPanel- Returns:
- true - carry on and show the finish panel; false - operation failed, leave on current panel
-
getFinishPanel
- Specified by:
getFinishPanelin interfaceIWizardPanel- Overrides:
getFinishPanelin classAbstractWizardPanel
-