com.aelitis.azureus.ui.swt.feature
Class FeatureManagerUI

java.lang.Object
  extended by com.aelitis.azureus.ui.swt.feature.FeatureManagerUI

public class FeatureManagerUI
extends Object


Field Summary
static boolean enabled
           
 
Constructor Summary
FeatureManagerUI()
           
 
Method Summary
static String appendFeatureManagerURLParams(String url)
           
static void closeLicenceValidatingWindow()
           
static void createTrial()
           
static long getPlusExpiryTimeStamp()
          Needs to stay here as used by burn plugin
static void openLicenceActivationDeniedWindow(FeatureManager.Licence licence)
           
static void openLicenceCancelledWindow(FeatureManager.Licence licence)
           
static void openLicenceEntryWindow(boolean trytwo, String prefillWith)
           
protected static void openLicenceFailedWindow(int licenceState, String code)
           
static void openLicenceRevokedWindow(FeatureManager.Licence licence)
           
static void openLicenceSuccessWindow()
           
static void openLicenceValidatingWindow()
           
static void openStreamPlusWindow(String referal)
           
static void openTrialAskWindow()
           
static void registerWithFeatureManager()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

enabled

public static boolean enabled
Constructor Detail

FeatureManagerUI

public FeatureManagerUI()
Method Detail

registerWithFeatureManager

public static void registerWithFeatureManager()

openTrialAskWindow

public static void openTrialAskWindow()

createTrial

public static void createTrial()

openLicenceEntryWindow

public static void openLicenceEntryWindow(boolean trytwo,
                                          String prefillWith)

openLicenceSuccessWindow

public static void openLicenceSuccessWindow()

openLicenceRevokedWindow

public static void openLicenceRevokedWindow(FeatureManager.Licence licence)

openLicenceActivationDeniedWindow

public static void openLicenceActivationDeniedWindow(FeatureManager.Licence licence)

openLicenceCancelledWindow

public static void openLicenceCancelledWindow(FeatureManager.Licence licence)

openLicenceFailedWindow

protected static void openLicenceFailedWindow(int licenceState,
                                              String code)

openLicenceValidatingWindow

public static void openLicenceValidatingWindow()

closeLicenceValidatingWindow

public static void closeLicenceValidatingWindow()

openStreamPlusWindow

public static void openStreamPlusWindow(String referal)

appendFeatureManagerURLParams

public static String appendFeatureManagerURLParams(String url)

getPlusExpiryTimeStamp

public static long getPlusExpiryTimeStamp()
Needs to stay here as used by burn plugin