Uses of Interface
com.biglybt.pif.ui.UIInstanceFactory
Packages that use UIInstanceFactory
Package
Description
-
Uses of UIInstanceFactory in com.biglybt.pif.ui
Methods in com.biglybt.pif.ui with parameters of type UIInstanceFactoryModifier and TypeMethodDescriptionvoid
UIManager.attachUI
(UIInstanceFactory factory) attach a new UIvoid
UIManager.detachUI
(UIInstanceFactory factory) detach a UI - can fail if the UI doesn't support detaching -
Uses of UIInstanceFactory in com.biglybt.pifimpl.local.ui
Fields in com.biglybt.pifimpl.local.ui with type parameters of type UIInstanceFactoryModifier and TypeFieldDescriptionprotected static List<UIInstanceFactory>
UIManagerImpl.ui_factories
Methods in com.biglybt.pifimpl.local.ui with parameters of type UIInstanceFactoryModifier and TypeMethodDescriptionvoid
UIManagerImpl.attachUI
(UIInstanceFactory factory) void
UIManagerImpl.attachUI
(UIInstanceFactory factory, IUIIntializer init) void
UIManagerImpl.detachUI
(UIInstanceFactory factory) -
Uses of UIInstanceFactory in com.biglybt.ui.console
Classes in com.biglybt.ui.console that implement UIInstanceFactory -
Uses of UIInstanceFactory in com.biglybt.ui.swt.pifimpl
Classes in com.biglybt.ui.swt.pifimpl that implement UIInstanceFactory