Package com.biglybt.ui.swt
Class BlockedIpsWindow
- java.lang.Object
-
- com.biglybt.ui.swt.BlockedIpsWindow
-
public class BlockedIpsWindow extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description private
BlockedIpsWindow()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static org.eclipse.swt.widgets.Shell
create(Core _core, org.eclipse.swt.widgets.Display display, java.lang.String ipsBlocked, java.lang.String ipsBanned)
static void
show(Core _core, org.eclipse.swt.widgets.Display display, java.lang.String ipsBlocked, java.lang.String ipsBanned)
static void
showBlockedIps(Core core, org.eclipse.swt.widgets.Shell mainWindow)
-
-
-
Field Detail
-
core
static Core core
-
instance
static org.eclipse.swt.widgets.Shell instance
-
-
Method Detail
-
show
public static void show(Core _core, org.eclipse.swt.widgets.Display display, java.lang.String ipsBlocked, java.lang.String ipsBanned)
-
create
private static org.eclipse.swt.widgets.Shell create(Core _core, org.eclipse.swt.widgets.Display display, java.lang.String ipsBlocked, java.lang.String ipsBanned)
-
showBlockedIps
public static void showBlockedIps(Core core, org.eclipse.swt.widgets.Shell mainWindow)
-
-