Class UnInstallPluginWizard
- java.lang.Object
-
- com.biglybt.ui.swt.wizard.Wizard
-
- com.biglybt.ui.swt.pluginsuninstaller.UnInstallPluginWizard
-
public class UnInstallPluginWizard extends Wizard
-
-
Constructor Summary
Constructors Constructor Description UnInstallPluginWizard(org.eclipse.swt.widgets.Display display)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List
getPluginList()
void
onClose()
void
performUnInstall()
void
setPluginList(java.util.List _plugins)
-
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
-
-