org.gudy.azureus2.ui.swt.wizard
Class Wizard
java.lang.Object
org.gudy.azureus2.ui.swt.wizard.Wizard
- Direct Known Subclasses:
- BetaWizard, ConfigureWizard, ExportTorrentWizard, ImportTorrentWizard, InstallPluginWizard, IpCheckerWizard, NewTorrentWizard, SpeedTestWizard, UnInstallPluginWizard
public class Wizard
- extends Object
- Author:
- Olivier
Field Summary |
protected org.eclipse.swt.widgets.Button |
cancel
|
protected org.eclipse.swt.widgets.Button |
finish
|
protected org.eclipse.swt.widgets.Button |
next
|
protected org.eclipse.swt.widgets.Button |
previous
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
previous
protected org.eclipse.swt.widgets.Button previous
next
protected org.eclipse.swt.widgets.Button next
finish
protected org.eclipse.swt.widgets.Button finish
cancel
protected org.eclipse.swt.widgets.Button cancel
Wizard
public Wizard(String keyTitle)
Wizard
public Wizard(String keyTitle,
boolean modal)
Wizard
public Wizard(String keyTitle,
boolean modal,
int width)
Wizard
public Wizard(boolean modal)
Wizard
public Wizard(boolean modal,
int width)
getPanel
public org.eclipse.swt.widgets.Composite getPanel()
setTitle
public void setTitle(String title)
setTitleAsResourceID
public void setTitleAsResourceID(String id)
setCurrentInfo
public void setCurrentInfo(String currentInfo)
setErrorMessage
public void setErrorMessage(String errorMessage)
setTitleKey
public void setTitleKey(String key)
setNextEnabled
public void setNextEnabled(boolean enabled)
setPreviousEnabled
public void setPreviousEnabled(boolean enabled)
setFinishEnabled
public void setFinishEnabled(boolean enabled)
setFirstPanel
public void setFirstPanel(IWizardPanel<?> panel)
getWizardWindow
public org.eclipse.swt.widgets.Shell getWizardWindow()
getErrorMessage
public String getErrorMessage()
getDisplay
public org.eclipse.swt.widgets.Display getDisplay()
switchToClose
public void switchToClose()
switchToClose
public void switchToClose(Runnable do_it)
close
public void close()
onClose
public void onClose()
getCurrentPanel
public IWizardPanel<?> getCurrentPanel()
- Returns:
- Returns the currentPanel.
addListener
public void addListener(WizardListener l)
removeListener
public void removeListener(WizardListener l)