Package com.biglybt.ui.swt.beta
Class BetaWizard
- java.lang.Object
-
- com.biglybt.ui.swt.wizard.Wizard
-
- com.biglybt.ui.swt.beta.BetaWizard
-
public class BetaWizard extends Wizard
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
beta_enabled
private boolean
beta_was_enabled
private boolean
finished
-
Constructor Summary
Constructors Constructor Description BetaWizard()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
finish()
protected boolean
getBetaEnabled()
void
onClose()
protected void
setBetaEnabled(boolean b)
-
Methods inherited from class com.biglybt.ui.swt.wizard.Wizard
addListener, close, getCurrentPanel, getDisplay, getErrorMessage, getPanel, getWizardWindow, removeListener, setCurrentInfo, setErrorMessage, setFinishEnabled, setFirstPanel, setNextEnabled, setPreviousEnabled, setTitle, setTitleAsResourceID, switchToClose, switchToClose
-
-