Uses of Interface
com.biglybt.ui.UIFunctions
-
Packages that use UIFunctions Package Description com.biglybt.ui com.biglybt.ui.common.table.impl com.biglybt.ui.swt com.biglybt.ui.swt.mainwindow com.biglybt.ui.swt.shells.main -
-
Uses of UIFunctions in com.biglybt.ui
Fields in com.biglybt.ui declared as UIFunctions Modifier and Type Field Description private static UIFunctions
UIFunctionsManager. instance
Methods in com.biglybt.ui that return UIFunctions Modifier and Type Method Description static UIFunctions
UIFunctionsManager. getUIFunctions()
Methods in com.biglybt.ui with parameters of type UIFunctions Modifier and Type Method Description void
UIFunctionsManager.UIFCallback. run(UIFunctions functions)
static void
UIFunctionsManager. setUIFunctions(UIFunctions uiFunctions)
-
Uses of UIFunctions in com.biglybt.ui.common.table.impl
Fields in com.biglybt.ui.common.table.impl declared as UIFunctions Modifier and Type Field Description private static UIFunctions
TableColumnImpl. uiFunctions
-
Uses of UIFunctions in com.biglybt.ui.swt
Subinterfaces of UIFunctions in com.biglybt.ui.swt Modifier and Type Interface Description interface
UIFunctionsSWT
-
Uses of UIFunctions in com.biglybt.ui.swt.mainwindow
Fields in com.biglybt.ui.swt.mainwindow declared as UIFunctions Modifier and Type Field Description (package private) UIFunctions
MainStatusBar. uiFunctions
-
Uses of UIFunctions in com.biglybt.ui.swt.shells.main
Classes in com.biglybt.ui.swt.shells.main that implement UIFunctions Modifier and Type Class Description private class
MainWindowDelayStub.UIFunctionsSWTImpl
class
UIFunctionsImpl
-