Package com.biglybt.ui.swt
Class PasswordWindow
- java.lang.Object
-
- com.biglybt.ui.swt.PasswordWindow
-
public class PasswordWindow extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static boolean
bOk
protected static AESemaphore
class_sem
private static long
lastSuccess
private static long
REMEMBER_SUCCESS_MS
private org.eclipse.swt.widgets.Shell
shell
private static PasswordWindow
window
-
Constructor Summary
Constructors Modifier Constructor Description protected
PasswordWindow(org.eclipse.swt.widgets.Display display)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description private void
close()
static void
main(java.lang.String[] args)
private void
open()
protected void
run()
static boolean
showPasswordWindow(org.eclipse.swt.widgets.Display display)
-
-
-
Field Detail
-
shell
private org.eclipse.swt.widgets.Shell shell
-
bOk
private static boolean bOk
-
lastSuccess
private static long lastSuccess
-
REMEMBER_SUCCESS_MS
private static final long REMEMBER_SUCCESS_MS
- See Also:
- Constant Field Values
-
class_sem
protected static AESemaphore class_sem
-
window
private static PasswordWindow window
-
-