Uses of Interface
com.biglybt.pif.ui.UIInstance
-
-
Uses of UIInstance in com.biglybt.pif.ui
Methods in com.biglybt.pif.ui that return UIInstance Modifier and Type Method Description UIInstance
UIInstanceFactory. getInstance(PluginInterface plugin_interface)
Some UI instances need to understand which plugin they are associated with.UIInstance[]
UIManager. getUIInstances()
Returns an array of all currently attached user interfaces.Methods in com.biglybt.pif.ui with parameters of type UIInstance Modifier and Type Method Description void
UIManagerListener. UIAttached(UIInstance instance)
Triggered when an UI is attachedvoid
UIManagerListener2. UIAttachedComplete(UIInstance instance)
Triggered after allUIManagerListener.UIAttached(UIInstance)
listeners are calledvoid
UIManagerListener. UIDetached(UIInstance instance)
Triggered when an UI is detached -
Uses of UIInstance in com.biglybt.pifimpl.local.ui
Methods in com.biglybt.pifimpl.local.ui that return UIInstance Modifier and Type Method Description UIInstance[]
UIManagerImpl. getUIInstances()
-
Uses of UIInstance in com.biglybt.plugin.magnet.swt
Constructors in com.biglybt.plugin.magnet.swt with parameters of type UIInstance Constructor Description MagnetPluginUISWT(UIInstance instance, TableContextMenuItem[] menus)
-
Uses of UIInstance in com.biglybt.plugin.net.buddy
Methods in com.biglybt.plugin.net.buddy with parameters of type UIInstance Modifier and Type Method Description protected void
BuddyPlugin. setupDisablePrompt(UIInstance ui)
-
Uses of UIInstance in com.biglybt.plugin.net.buddy.swt
Fields in com.biglybt.plugin.net.buddy.swt declared as UIInstance Modifier and Type Field Description private UIInstance
BuddyPluginViewInstance. ui_instance
Methods in com.biglybt.plugin.net.buddy.swt with parameters of type UIInstance Modifier and Type Method Description private void
BuddyPluginView. init(BuddyPlugin _plugin, UIInstance _ui_instance)
Constructors in com.biglybt.plugin.net.buddy.swt with parameters of type UIInstance Constructor Description BuddyPluginView(BuddyPlugin _plugin, UIInstance _ui_instance)
Called via reflection inBuddyPlugin
BuddyPluginViewInstance(BuddyPluginView _view, BuddyPlugin _plugin, UIInstance _ui_instance, org.eclipse.swt.widgets.Composite _composite)
FriendsView(BuddyPluginView _buddyPluginView, BuddyPlugin _plugin, UIInstance _ui_instance)
-
Uses of UIInstance in com.biglybt.plugin.net.netstatus
Methods in com.biglybt.plugin.net.netstatus with parameters of type UIInstance Modifier and Type Method Description void
NetStatusPluginViewInterface. detach(UIInstance ui)
-
Uses of UIInstance in com.biglybt.plugin.net.netstatus.swt
Methods in com.biglybt.plugin.net.netstatus.swt with parameters of type UIInstance Modifier and Type Method Description static void
NetStatusPluginView. initSWTUI(UIInstance _ui)
Called via reflection fromNetStatusPlugin
-
Uses of UIInstance in com.biglybt.ui.common
Subinterfaces of UIInstance in com.biglybt.ui.common Modifier and Type Interface Description interface
UIInstanceBase
Stuff that all UIInstances need to implements, but not visible to plugins -
Uses of UIInstance in com.biglybt.ui.console
Classes in com.biglybt.ui.console that implement UIInstance Modifier and Type Class Description class
UI
Methods in com.biglybt.ui.console that return UIInstance Modifier and Type Method Description UIInstance
UI. getInstance(PluginInterface plugin_interface)
-
Uses of UIInstance in com.biglybt.ui.swt.pif
Subinterfaces of UIInstance in com.biglybt.ui.swt.pif Modifier and Type Interface Description interface
UISWTInstance
Tools to manage a SWT Instance -
Uses of UIInstance in com.biglybt.ui.swt.pifimpl
Classes in com.biglybt.ui.swt.pifimpl that implement UIInstance Modifier and Type Class Description class
UISWTInstanceImpl
protected static class
UISWTInstanceImpl.instanceWrapper
-