Class InstallPluginWizard
- java.lang.Object
-
- com.biglybt.ui.swt.wizard.Wizard
-
- com.biglybt.ui.swt.plugininstaller.InstallPluginWizard
-
public class InstallPluginWizard extends Wizard
-
-
Constructor Summary
Constructors Constructor Description InstallPluginWizard()
InstallPluginWizard(java.lang.String file)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<InstallablePlugin>
getPluginList()
void
onClose()
void
performInstall()
void
setPluginList(java.util.List<InstallablePlugin> _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
-
-
-
-
Field Detail
-
plugins
java.util.List<InstallablePlugin> plugins
-
shared
boolean shared
-
-
Method Detail
-
setPluginList
public void setPluginList(java.util.List<InstallablePlugin> _plugins)
-
getPluginList
public java.util.List<InstallablePlugin> getPluginList()
-
performInstall
public void performInstall()
-
-