Uses of Class
com.biglybt.pifimpl.local.ui.UIManagerImpl
-
Packages that use UIManagerImpl Package Description com.biglybt.pifimpl.local.ui.menus com.biglybt.pifimpl.local.ui.model com.biglybt.pifimpl.local.ui.tables -
-
Uses of UIManagerImpl in com.biglybt.pifimpl.local.ui.menus
Fields in com.biglybt.pifimpl.local.ui.menus declared as UIManagerImpl Modifier and Type Field Description private UIManagerImpl
MenuManagerImpl. ui_manager
Constructors in com.biglybt.pifimpl.local.ui.menus with parameters of type UIManagerImpl Constructor Description MenuManagerImpl(UIManagerImpl _ui_manager)
-
Uses of UIManagerImpl in com.biglybt.pifimpl.local.ui.model
Fields in com.biglybt.pifimpl.local.ui.model declared as UIManagerImpl Modifier and Type Field Description private UIManagerImpl
BasicPluginConfigModelImpl. ui_manager
private UIManagerImpl
BasicPluginViewModelImpl. ui_manager
Constructors in com.biglybt.pifimpl.local.ui.model with parameters of type UIManagerImpl Constructor Description BasicPluginConfigModelImpl(UIManagerImpl _ui_manager, java.lang.String _parent_section, java.lang.String _section)
BasicPluginViewModelImpl(UIManagerImpl _ui_manager, java.lang.String _name)
-
Uses of UIManagerImpl in com.biglybt.pifimpl.local.ui.tables
Fields in com.biglybt.pifimpl.local.ui.tables declared as UIManagerImpl Modifier and Type Field Description private UIManagerImpl
TableManagerImpl. ui_manager
Constructors in com.biglybt.pifimpl.local.ui.tables with parameters of type UIManagerImpl Constructor Description TableManagerImpl(UIManagerImpl _ui_manager)
-