org.gudy.azureus2.ui.swt.importtorrent.wizard
Class ImportTorrentWizardOutputPanel
java.lang.Object
org.gudy.azureus2.ui.swt.wizard.AbstractWizardPanel
org.gudy.azureus2.ui.swt.importtorrent.wizard.ImportTorrentWizardOutputPanel
- All Implemented Interfaces:
- IWizardPanel
public class ImportTorrentWizardOutputPanel
- extends AbstractWizardPanel
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
file_valid
protected boolean file_valid
ImportTorrentWizardOutputPanel
public ImportTorrentWizardOutputPanel(Wizard wizard,
IWizardPanel previous)
show
public void show()
pathSet
protected void pathSet(java.lang.String path)
isFinishEnabled
public boolean isFinishEnabled()
- Specified by:
isFinishEnabled
in interface IWizardPanel
- Overrides:
isFinishEnabled
in class AbstractWizardPanel
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 interface IWizardPanel
- Overrides:
isFinishSelectionOK
in class AbstractWizardPanel
- Returns:
- true - carry on and show the finish panel; false - operation failed,
leave on current panel
getFinishPanel
public IWizardPanel getFinishPanel()
- Specified by:
getFinishPanel
in interface IWizardPanel
- Overrides:
getFinishPanel
in class AbstractWizardPanel