org.gudy.azureus2.ui.common
Class UIConst

java.lang.Object
  extended by org.gudy.azureus2.ui.common.UIConst

public class UIConst
extends Object

Author:
tobi To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Field Summary
static Date startTime
           
static HashMap UIS
           
 
Constructor Summary
UIConst()
           
 
Method Summary
static AzureusCore getAzureusCore()
           
static GlobalManager getGlobalManager()
           
static void setAzureusCore(AzureusCore _azureus_core)
           
static void shutdown()
           
static boolean startUI(String ui, String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

startTime

public static Date startTime

UIS

public static HashMap UIS
Constructor Detail

UIConst

public UIConst()
Method Detail

setAzureusCore

public static void setAzureusCore(AzureusCore _azureus_core)

getAzureusCore

public static AzureusCore getAzureusCore()

getGlobalManager

public static GlobalManager getGlobalManager()

shutdown

public static void shutdown()

startUI

public static boolean startUI(String ui,
                              String[] args)