Class SavePathPanel
java.lang.Object
com.biglybt.ui.swt.wizard.AbstractWizardPanel<NewTorrentWizard>
com.biglybt.ui.swt.maketorrent.SavePathPanel
- All Implemented Interfaces:
IWizardPanel<NewTorrentWizard>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected longprotected longprotected longFields inherited from class AbstractWizardPanel
previousPanel, wizard -
Constructor Summary
ConstructorsConstructorDescriptionSavePathPanel(NewTorrentWizard wizard, AbstractWizardPanel<NewTorrentWizard> _previousPanel) -
Method Summary
Modifier and TypeMethodDescriptionbooleanThis method is called when the "finish" button is pressed.voidshow()Methods inherited from class AbstractWizardPanel
cancelled, finish, getNextPanel, getPreviousPanel, isFinishEnabled, isNextEnabled, isPreviousEnabled
-
Field Details
-
file_size
protected long file_size -
piece_size
protected long piece_size -
piece_count
protected long piece_count
-
-
Constructor Details
-
SavePathPanel
-
-
Method Details
-
show
public void show() -
getFinishPanel
- Specified by:
getFinishPanelin interfaceIWizardPanel<NewTorrentWizard>- Overrides:
getFinishPanelin classAbstractWizardPanel<NewTorrentWizard>
-
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<NewTorrentWizard>- Overrides:
isFinishSelectionOKin classAbstractWizardPanel<NewTorrentWizard>- Returns:
- true - carry on and show the finish panel; false - operation failed, leave on current panel
-