Uses of Interface
com.biglybt.ui.common.IUserInterface
-
Packages that use IUserInterface Package Description com.biglybt.ui com.biglybt.ui.common com.biglybt.ui.console com.biglybt.ui.swt com.biglybt.ui.telnet -
-
Uses of IUserInterface in com.biglybt.ui
Fields in com.biglybt.ui declared as IUserInterface Modifier and Type Field Description private static IUserInterface
Main. newUI
Methods in com.biglybt.ui with parameters of type IUserInterface Modifier and Type Method Description static void
Main. setNewUI(IUserInterface newUI)
-
Uses of IUserInterface in com.biglybt.ui.common
Classes in com.biglybt.ui.common that implement IUserInterface Modifier and Type Class Description class
UITemplate
class
UITemplateHeadless
Fields in com.biglybt.ui.common with type parameters of type IUserInterface Modifier and Type Field Description static java.util.LinkedHashMap<java.lang.String,IUserInterface>
UIConst. UIS
Methods in com.biglybt.ui.common that return IUserInterface Modifier and Type Method Description static IUserInterface
UserInterfaceFactory. getUI(java.lang.String ui)
Creates a new instance of UserInterfaceFactory -
Uses of IUserInterface in com.biglybt.ui.console
Classes in com.biglybt.ui.console that implement IUserInterface Modifier and Type Class Description class
UI
-
Uses of IUserInterface in com.biglybt.ui.swt
Classes in com.biglybt.ui.swt that implement IUserInterface Modifier and Type Class Description class
UI
Created by TuxPaper on 7/4/2017. -
Uses of IUserInterface in com.biglybt.ui.telnet
Classes in com.biglybt.ui.telnet that implement IUserInterface Modifier and Type Class Description class
UI
this is a telnet UI that starts up a server socket that listens for new connections on a (configurable) port.
-