org.gudy.azureus2.ui.swt.update
Class UpdateProgressWindow

java.lang.Object
  extended by org.gudy.azureus2.ui.swt.update.UpdateProgressWindow
All Implemented Interfaces:
UpdateManagerListener

Deprecated. This class is no longer maintained and may be removed sometime in the future; its functionality has been replaced by the new implementation of ProgressReportingWindow and ProgressReporter usage. KN

public class UpdateProgressWindow
extends Object
implements UpdateManagerListener

Author:
parg

Field Summary
protected  ArrayList current_instances
          Deprecated.  
protected  org.eclipse.swt.widgets.Display display
          Deprecated.  
protected  UpdateManager manager
          Deprecated.  
protected  org.eclipse.swt.custom.StyledText text_area
          Deprecated.  
protected  org.eclipse.swt.widgets.Shell window
          Deprecated.  
 
Constructor Summary
UpdateProgressWindow()
          Deprecated.  
 
Method Summary
protected  void addInstance(UpdateCheckInstance instance)
          Deprecated.  
 void checkInstanceCreated(UpdateCheckInstance instance)
          Deprecated.  
protected  void log(String str)
          Deprecated.  
protected  void log(UpdateChecker checker, String str)
          Deprecated.  
protected  void log(UpdateCheckInstance instance, String str)
          Deprecated.  
static void show(UpdateCheckInstance[] instances, org.eclipse.swt.widgets.Shell shell)
          Deprecated.  
protected  void showSupport(UpdateCheckInstance[] instances, org.eclipse.swt.widgets.Shell shell)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

display

protected org.eclipse.swt.widgets.Display display
Deprecated. 

window

protected org.eclipse.swt.widgets.Shell window
Deprecated. 

text_area

protected org.eclipse.swt.custom.StyledText text_area
Deprecated. 

manager

protected UpdateManager manager
Deprecated. 

current_instances

protected ArrayList current_instances
Deprecated. 
Constructor Detail

UpdateProgressWindow

public UpdateProgressWindow()
Deprecated. 
Method Detail

show

public static void show(UpdateCheckInstance[] instances,
                        org.eclipse.swt.widgets.Shell shell)
Deprecated. 

showSupport

protected void showSupport(UpdateCheckInstance[] instances,
                           org.eclipse.swt.widgets.Shell shell)
Deprecated. 

log

protected void log(UpdateCheckInstance instance,
                   String str)
Deprecated. 

log

protected void log(UpdateChecker checker,
                   String str)
Deprecated. 

log

protected void log(String str)
Deprecated. 

checkInstanceCreated

public void checkInstanceCreated(UpdateCheckInstance instance)
Deprecated. 
Specified by:
checkInstanceCreated in interface UpdateManagerListener

addInstance

protected void addInstance(UpdateCheckInstance instance)
Deprecated.