Uses of Interface
com.biglybt.ui.swt.UIFunctionsSWT
-
Packages that use UIFunctionsSWT Package Description com.biglybt.ui.swt com.biglybt.ui.swt.mainwindow com.biglybt.ui.swt.pifimpl com.biglybt.ui.swt.shells.main com.biglybt.ui.swt.systray -
-
Uses of UIFunctionsSWT in com.biglybt.ui.swt
Methods in com.biglybt.ui.swt that return UIFunctionsSWT Modifier and Type Method Description static UIFunctionsSWT
UIFunctionsManagerSWT. getUIFunctionsSWT()
-
Uses of UIFunctionsSWT in com.biglybt.ui.swt.mainwindow
Methods in com.biglybt.ui.swt.mainwindow that return UIFunctionsSWT Modifier and Type Method Description private static UIFunctionsSWT
MenuFactory. getUIFunctionSWT()
-
Uses of UIFunctionsSWT in com.biglybt.ui.swt.pifimpl
Fields in com.biglybt.ui.swt.pifimpl declared as UIFunctionsSWT Modifier and Type Field Description private UIFunctionsSWT
UISWTInstanceImpl.instanceWrapper. ui_functions
private UIFunctionsSWT
UISWTInstanceImpl. uiFunctions
Constructors in com.biglybt.ui.swt.pifimpl with parameters of type UIFunctionsSWT Constructor Description instanceWrapper(PluginInterface _pi, UIFunctionsSWT _ui_functions, UISWTInstanceImpl _delegate)
-
Uses of UIFunctionsSWT in com.biglybt.ui.swt.shells.main
Classes in com.biglybt.ui.swt.shells.main that implement UIFunctionsSWT Modifier and Type Class Description private class
MainWindowDelayStub.UIFunctionsSWTImpl
class
UIFunctionsImpl
Fields in com.biglybt.ui.swt.shells.main declared as UIFunctionsSWT Modifier and Type Field Description private UIFunctionsSWT
MainWindowDelayStub. delayed_uif
Methods in com.biglybt.ui.swt.shells.main with parameters of type UIFunctionsSWT Modifier and Type Method Description void
MainWindowDelayStub.Fixup3. fix(UIFunctionsSWT uif)
java.lang.Object
MainWindowDelayStub.Fixup4. fix(UIFunctionsSWT uif)
-
Uses of UIFunctionsSWT in com.biglybt.ui.swt.systray
Fields in com.biglybt.ui.swt.systray declared as UIFunctionsSWT Modifier and Type Field Description (package private) UIFunctionsSWT
SystemTraySWT. uiFunctions
-