org.gudy.azureus2.ui.swt.pluginsinstaller
Class InstallPluginWizard
java.lang.Object
  
org.gudy.azureus2.ui.swt.wizard.Wizard
      
org.gudy.azureus2.ui.swt.pluginsinstaller.InstallPluginWizard
public class InstallPluginWizard
- extends Wizard
 
- Author:
 
  - Olivier Chalouhi
 
 
 
 
 
| Methods inherited from class org.gudy.azureus2.ui.swt.wizard.Wizard | 
addListener, close, getCurrentPanel, getDisplay, getErrorMessage, getPanel, getWizardWindow, removeListener, setCurrentInfo, setErrorMessage, setFinishEnabled, setFirstPanel, setNextEnabled, setPreviousEnabled, setTitle, setTitleAsResourceID, setTitleKey, switchToClose, switchToClose | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
InstallPluginWizard
public InstallPluginWizard()
InstallPluginWizard
public InstallPluginWizard(String reason,
                           StandardPlugin plugin)
register
public static void register(AzureusCore core,
                            org.eclipse.swt.widgets.Display display)
 
getStandardPlugins
protected StandardPlugin[] getStandardPlugins(AzureusCore core)
                                       throws PluginException
- Throws:
 PluginException
 
getListTitleText
protected String getListTitleText()
 
onClose
public void onClose()
- Overrides:
 onClose in class Wizard
 
 
setPluginList
public void setPluginList(List<InstallablePlugin> _plugins)
 
getPluginList
public List<InstallablePlugin> getPluginList()
 
performInstall
public void performInstall()