Package com.biglybt.ui.swt.plugininstall
Class SimplePluginInstallWindow
- java.lang.Object
-
- com.biglybt.ui.swt.plugininstall.SimplePluginInstallWindow
-
- All Implemented Interfaces:
SimplePluginInstallerListener
public class SimplePluginInstallWindow extends java.lang.Object implements SimplePluginInstallerListener
-
-
Field Summary
Fields Modifier and Type Field Description private VuzeMessageBox
box
private static boolean
FAKE_DELAY
private SimplePluginInstaller
installer
private org.eclipse.swt.widgets.ProgressBar
progressBar
private java.lang.String
progressText
private java.lang.String
resource_prefix
private SWTSkinObjectText
soInstallPct
private SWTSkinObjectText
soProgressText
-
Constructor Summary
Constructors Constructor Description SimplePluginInstallWindow(SimplePluginInstaller _installer, java.lang.String _resource_prefix)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
failed(java.lang.Throwable e)
void
finished()
void
open()
void
progress(int percent)
-
-
-
Field Detail
-
FAKE_DELAY
private static final boolean FAKE_DELAY
-
box
private VuzeMessageBox box
-
progressBar
private org.eclipse.swt.widgets.ProgressBar progressBar
-
soProgressText
private SWTSkinObjectText soProgressText
-
progressText
private java.lang.String progressText
-
soInstallPct
private SWTSkinObjectText soInstallPct
-
installer
private SimplePluginInstaller installer
-
resource_prefix
private java.lang.String resource_prefix
-
-
Constructor Detail
-
SimplePluginInstallWindow
public SimplePluginInstallWindow(SimplePluginInstaller _installer, java.lang.String _resource_prefix)
-
-
Method Detail
-
open
public void open()
-
failed
public void failed(java.lang.Throwable e)
- 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
-
-