Class SimplePluginInstallWindow
java.lang.Object
com.biglybt.ui.swt.plugininstall.SimplePluginInstallWindow
- All Implemented Interfaces:
SimplePluginInstallerListener
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate VuzeMessageBoxprivate static final booleanprivate SimplePluginInstallerprivate org.eclipse.swt.widgets.ProgressBarprivate Stringprivate Stringprivate SWTSkinObjectTextprivate 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:
failedin interfaceSimplePluginInstallerListener
-
finished
public void finished()- Specified by:
finishedin interfaceSimplePluginInstallerListener
-
progress
public void progress(int percent) - Specified by:
progressin interfaceSimplePluginInstallerListener
-