org.gudy.azureus2.ui.swt.progress
Class ProgressWindow

java.lang.Object
  extended by org.gudy.azureus2.ui.swt.progress.ProgressWindow

public class ProgressWindow
extends Object


Field Summary
protected  int curSpinIndex
           
 
Constructor Summary
protected ProgressWindow(AzureusCoreOperation operation)
           
  ProgressWindow(org.eclipse.swt.widgets.Shell _parent, String _resource, int _style, int _delay_millis)
           
 
Method Summary
 void destroy()
           
static void register(AzureusCore core)
           
protected  void showDialog(org.eclipse.swt.widgets.Shell _shell)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

curSpinIndex

protected int curSpinIndex
Constructor Detail

ProgressWindow

protected ProgressWindow(AzureusCoreOperation operation)

ProgressWindow

public ProgressWindow(org.eclipse.swt.widgets.Shell _parent,
                      String _resource,
                      int _style,
                      int _delay_millis)
Method Detail

register

public static void register(AzureusCore core)

showDialog

protected void showDialog(org.eclipse.swt.widgets.Shell _shell)

destroy

public void destroy()