Package com.biglybt.ui.swt.plugininstall
Class SimplePluginInstallWindow
java.lang.Object
com.biglybt.ui.swt.plugininstall.SimplePluginInstallWindow
- All Implemented Interfaces:
SimplePluginInstallerListener
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate VuzeMessageBox
private static final boolean
private SimplePluginInstaller
private org.eclipse.swt.widgets.ProgressBar
private String
private String
private SWTSkinObjectText
private SWTSkinObjectText
-
Constructor Summary
ConstructorsConstructorDescriptionSimplePluginInstallWindow
(SimplePluginInstaller _installer, String _resource_prefix) -
Method Summary
-
Field Details
-
FAKE_DELAY
private static final boolean FAKE_DELAY -
box
-
progressBar
private org.eclipse.swt.widgets.ProgressBar progressBar -
soProgressText
-
progressText
-
soInstallPct
-
installer
-
resource_prefix
-
-
Constructor Details
-
SimplePluginInstallWindow
-
-
Method Details
-
open
public void open() -
failed
- Specified by:
failed
in interfaceSimplePluginInstallerListener
-
finished
public void finished()- Specified by:
finished
in interfaceSimplePluginInstallerListener
-
progress
public void progress(int percent) - Specified by:
progress
in interfaceSimplePluginInstallerListener
-