Package com.biglybt.ui.swt.update
Class FullUpdateWindow
- java.lang.Object
-
- com.biglybt.ui.swt.update.FullUpdateWindow
-
public class FullUpdateWindow extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static BrowserWrapper.BrowserFunction
browserFunction
(package private) static org.eclipse.swt.widgets.Shell
current_shell
-
Constructor Summary
Constructors Constructor Description FullUpdateWindow()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
handleUpdate(java.lang.String url, UIFunctions.actionListener listener)
static void
open(java.lang.String url, UIFunctions.actionListener listener)
-
-
-
Field Detail
-
current_shell
static org.eclipse.swt.widgets.Shell current_shell
-
browserFunction
static BrowserWrapper.BrowserFunction browserFunction
-
-
Method Detail
-
handleUpdate
public static void handleUpdate(java.lang.String url, UIFunctions.actionListener listener)
-
open
public static void open(java.lang.String url, UIFunctions.actionListener listener)
-
-