org.gudy.azureus2.ui.swt
Class PasswordWindow

java.lang.Object
  extended by org.gudy.azureus2.ui.swt.PasswordWindow

public class PasswordWindow
extends java.lang.Object

Author:
Olivier

Field Summary
protected static AESemaphore class_sem
           
 
Constructor Summary
protected PasswordWindow(org.eclipse.swt.widgets.Display display)
           
 
Method Summary
static void main(java.lang.String[] args)
           
protected  void run()
           
static boolean showPasswordWindow(org.eclipse.swt.widgets.Display display)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

class_sem

protected static AESemaphore class_sem
Constructor Detail

PasswordWindow

protected PasswordWindow(org.eclipse.swt.widgets.Display display)
Method Detail

showPasswordWindow

public static boolean showPasswordWindow(org.eclipse.swt.widgets.Display display)

run

protected void run()

main

public static void main(java.lang.String[] args)