Uses of Interface
com.biglybt.pif.ui.UIManager
-
-
Uses of UIManager in com.biglybt.pif
Methods in com.biglybt.pif that return UIManager Modifier and Type Method Description UIManager
PluginInterface. getUIManager()
access to UI extension features -
Uses of UIManager in com.biglybt.pif.utils
Methods in com.biglybt.pif.utils that return UIManager Modifier and Type Method Description static UIManager
StaticUtilities. getUIManager(long millis_to_wait_for_attach)
gets the default UI manager and also waits for up to a specified time for a UI instance to attach. -
Uses of UIManager in com.biglybt.pifimpl.local
Methods in com.biglybt.pifimpl.local that return UIManager Modifier and Type Method Description UIManager
PluginInterfaceImpl. getUIManager()
-
Uses of UIManager in com.biglybt.pifimpl.local.ui
Classes in com.biglybt.pifimpl.local.ui that implement UIManager Modifier and Type Class Description class
UIManagerImpl
-
Uses of UIManager in com.biglybt.pifimpl.remote
Methods in com.biglybt.pifimpl.remote that return UIManager Modifier and Type Method Description UIManager
RPPluginInterface. getUIManager()
-
Uses of UIManager in com.biglybt.plugin.net.buddy.swt
Methods in com.biglybt.plugin.net.buddy.swt with parameters of type UIManager Modifier and Type Method Description private static MdiEntry
SBC_ChatOverview. createChatMdiEntry(UIManager ui_manager, BuddyPluginBeta.ChatInstance chat)
private void
ChatMDIEntry. setupMdiEntry(UIManager ui_manager)
Constructors in com.biglybt.plugin.net.buddy.swt with parameters of type UIManager Constructor Description ChatMDIEntry(UIManager _ui_manager, BuddyPluginBeta.ChatInstance _chat, MdiEntry _entry)
-
Uses of UIManager in com.biglybt.ui.swt.devices
Fields in com.biglybt.ui.swt.devices declared as UIManager Modifier and Type Field Description private UIManager
DeviceManagerUI. ui_manager
-
Uses of UIManager in com.biglybt.ui.swt.search
Fields in com.biglybt.ui.swt.search declared as UIManager Modifier and Type Field Description private UIManager
SearchUI. ui_manager
-
Uses of UIManager in com.biglybt.ui.swt.subscriptions
Fields in com.biglybt.ui.swt.subscriptions declared as UIManager Modifier and Type Field Description private UIManager
SubscriptionManagerUI. ui_manager
-