org.gudy.azureus2.ui.swt.exporttorrent.wizard
Class ExportTorrentWizardOutputPanel

java.lang.Object
  extended by org.gudy.azureus2.ui.swt.wizard.AbstractWizardPanel
      extended by org.gudy.azureus2.ui.swt.exporttorrent.wizard.ExportTorrentWizardOutputPanel
All Implemented Interfaces:
IWizardPanel

public class ExportTorrentWizardOutputPanel
extends AbstractWizardPanel


Field Summary
protected  boolean file_valid
           
 
Fields inherited from class org.gudy.azureus2.ui.swt.wizard.AbstractWizardPanel
previousPanel, wizard
 
Constructor Summary
ExportTorrentWizardOutputPanel(Wizard wizard, IWizardPanel previous)
           
 
Method Summary
 IWizardPanel getFinishPanel()
           
 boolean isFinishEnabled()
           
 boolean isFinishSelectionOK()
          This method is called when the "finish" button is pressed.
protected  void pathSet(java.lang.String path)
           
 void show()
           
 
Methods inherited from class org.gudy.azureus2.ui.swt.wizard.AbstractWizardPanel
cancelled, finish, getNextPanel, getPreviousPanel, isNextEnabled, isPreviousEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

file_valid

protected boolean file_valid
Constructor Detail

ExportTorrentWizardOutputPanel

public ExportTorrentWizardOutputPanel(Wizard wizard,
                                      IWizardPanel previous)
Method Detail

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