Package com.biglybt.ui.common
Class UserInterfaceFactory
- java.lang.Object
-
- com.biglybt.ui.common.UserInterfaceFactory
-
public class UserInterfaceFactory extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description UserInterfaceFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IUserInterface
getUI(java.lang.String ui)
Creates a new instance of UserInterfaceFactory
-
-
-
Method Detail
-
getUI
public static IUserInterface getUI(java.lang.String ui)
Creates a new instance of UserInterfaceFactory
-
-