Uses of Interface
com.biglybt.pif.ui.components.UIButton
-
Packages that use UIButton Package Description com.biglybt.pif.ui.model com.biglybt.pifimpl.local.ui.components com.biglybt.pifimpl.local.ui.model -
-
Uses of UIButton in com.biglybt.pif.ui.model
Methods in com.biglybt.pif.ui.model that return UIButton Modifier and Type Method Description UIButton
BasicPluginViewModel. addButton()
Methods in com.biglybt.pif.ui.model that return types with arguments of type UIButton Modifier and Type Method Description java.util.List<UIButton>
BasicPluginViewModel. getButtons()
-
Uses of UIButton in com.biglybt.pifimpl.local.ui.components
Classes in com.biglybt.pifimpl.local.ui.components that implement UIButton Modifier and Type Class Description class
UIButtonImpl
-
Uses of UIButton in com.biglybt.pifimpl.local.ui.model
Fields in com.biglybt.pifimpl.local.ui.model with type parameters of type UIButton Modifier and Type Field Description private java.util.List<UIButton>
BasicPluginViewModelImpl. buttons
Methods in com.biglybt.pifimpl.local.ui.model that return UIButton Modifier and Type Method Description UIButton
BasicPluginViewModelImpl. addButton()
Methods in com.biglybt.pifimpl.local.ui.model that return types with arguments of type UIButton Modifier and Type Method Description java.util.List<UIButton>
BasicPluginViewModelImpl. getButtons()
-