Package com.biglybt.ui.swt.maketorrent
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 long
protected long
protected long
Fields inherited from class com.biglybt.ui.swt.wizard.AbstractWizardPanel
previousPanel, wizard
-
Constructor Summary
ConstructorsConstructorDescriptionSavePathPanel
(NewTorrentWizard wizard, AbstractWizardPanel<NewTorrentWizard> _previousPanel) -
Method Summary
Modifier and TypeMethodDescriptionboolean
This method is called when the "finish" button is pressed.void
show()
Methods inherited from class com.biglybt.ui.swt.wizard.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:
getFinishPanel
in interfaceIWizardPanel<NewTorrentWizard>
- Overrides:
getFinishPanel
in classAbstractWizardPanel<NewTorrentWizard>
-
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<NewTorrentWizard>
- Overrides:
isFinishSelectionOK
in classAbstractWizardPanel<NewTorrentWizard>
- Returns:
- true - carry on and show the finish panel; false - operation failed, leave on current panel
-