Package com.biglybt.ui.swt
Class UISwitcherUtil
- java.lang.Object
-
- com.biglybt.ui.swt.UISwitcherUtil
-
public class UISwitcherUtil extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static java.util.ArrayList
listeners
private static java.lang.String
switchedToUI
private static long
UPTIME_NEWUSER
-
Constructor Summary
Constructors Constructor Description UISwitcherUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
_openSwitcherWindow()
static void
addListener(UISwitcherListener l)
static java.lang.String
calcUIMode()
static void
openSwitcherWindow()
static void
removeListener(UISwitcherListener l)
static void
triggerListeners(java.lang.String ui)
-
-
-
Field Detail
-
UPTIME_NEWUSER
private static final long UPTIME_NEWUSER
- See Also:
- Constant Field Values
-
listeners
private static java.util.ArrayList listeners
-
switchedToUI
private static java.lang.String switchedToUI
-
-
Method Detail
-
addListener
public static void addListener(UISwitcherListener l)
-
removeListener
public static void removeListener(UISwitcherListener l)
-
openSwitcherWindow
public static void openSwitcherWindow()
-
triggerListeners
public static void triggerListeners(java.lang.String ui)
-
calcUIMode
public static java.lang.String calcUIMode()
-
_openSwitcherWindow
public static void _openSwitcherWindow()
-
-