Uses of Interface
com.biglybt.pif.ui.UIInstance
Packages that use UIInstance
Package
Description
-
Uses of UIInstance in com.biglybt.pif.ui
Methods in com.biglybt.pif.ui that return UIInstanceModifier and TypeMethodDescriptionUIInstanceFactory.getInstance(PluginInterface plugin_interface) Some UI instances need to understand which plugin they are associated with.UIManager.getUIInstances()Returns an array of all currently attached user interfaces.Methods in com.biglybt.pif.ui with parameters of type UIInstanceModifier and TypeMethodDescriptionvoidUIManagerListener.UIAttached(UIInstance instance) Triggered when an UI is attachedvoidUIManagerListener2.UIAttachedComplete(UIInstance instance) Triggered after allUIManagerListener.UIAttached(UIInstance)listeners are calledvoidUIManagerListener.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 -
Uses of UIInstance in com.biglybt.plugin.net.buddy
Methods in com.biglybt.plugin.net.buddy with parameters of type UIInstance -
Uses of UIInstance in com.biglybt.plugin.net.netstatus
Methods in com.biglybt.plugin.net.netstatus with parameters of type UIInstance -
Uses of UIInstance in com.biglybt.ui.common
Subinterfaces of UIInstance in com.biglybt.ui.commonModifier and TypeInterfaceDescriptioninterfaceStuff 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 UIInstanceMethods in com.biglybt.ui.console that return UIInstance -
Uses of UIInstance in com.biglybt.ui.swt.pif
Subinterfaces of UIInstance in com.biglybt.ui.swt.pif -
Uses of UIInstance in com.biglybt.ui.swt.pifimpl
Classes in com.biglybt.ui.swt.pifimpl that implement UIInstanceModifier and TypeClassDescriptionclassprotected static class -
Uses of UIInstance in com.biglybt.ui.swt.plugin.magnet.swt
Constructors in com.biglybt.ui.swt.plugin.magnet.swt with parameters of type UIInstanceModifierConstructorDescriptionMagnetPluginUISWT(UIInstance instance, TableContextMenuItem[] menus) -
Uses of UIInstance in com.biglybt.ui.swt.plugin.net.buddy.swt
Fields in com.biglybt.ui.swt.plugin.net.buddy.swt declared as UIInstanceMethods in com.biglybt.ui.swt.plugin.net.buddy.swt with parameters of type UIInstanceModifier and TypeMethodDescriptionprivate voidBuddyPluginView.init(BuddyPlugin _plugin, UIInstance _ui_instance) Constructors in com.biglybt.ui.swt.plugin.net.buddy.swt with parameters of type UIInstanceModifierConstructorDescriptionBuddyPluginView(BuddyPlugin _plugin, UIInstance _ui_instance) Called via reflection inBuddyPluginprotectedBuddyPluginViewInstance(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.ui.swt.plugin.net.netstatus.swt
Methods in com.biglybt.ui.swt.plugin.net.netstatus.swt with parameters of type UIInstanceModifier and TypeMethodDescriptionstatic voidNetStatusPluginView.initSWTUI(UIInstance _ui) Called via reflection fromNetStatusPlugin