FileDocCategorySizeDatePackage
IWizardPanel.javaAPI DocAzureus 3.0.3.41543Mon Oct 13 09:44:20 BST 2003org.gudy.azureus2.ui.swt.wizard

IWizardPanel

public interface IWizardPanel
author
Olivier

Fields Summary
Constructors Summary
Methods Summary
public voidfinish()

public org.gudy.azureus2.ui.swt.wizard.IWizardPanelgetFinishPanel()

public org.gudy.azureus2.ui.swt.wizard.IWizardPanelgetNextPanel()

public org.gudy.azureus2.ui.swt.wizard.IWizardPanelgetPreviousPanel()

public booleanisFinishEnabled()

public booleanisFinishSelectionOK()
This method is called when the "finish" button is pressed. It allows operations to be carried out before the "finish" panel is shown.

return
true - carry on and show the finish panel; false - operation failed, leave on current panel

public booleanisNextEnabled()

public booleanisPreviousEnabled()

public voidshow()