Uses of Interface
com.biglybt.pif.ui.components.UITextField
-
Packages that use UITextField Package Description com.biglybt.pif.ui.model com.biglybt.pifimpl.local.ui.components com.biglybt.pifimpl.local.ui.model com.biglybt.plugin.dht com.biglybt.plugin.extseed -
-
Uses of UITextField in com.biglybt.pif.ui.model
Methods in com.biglybt.pif.ui.model that return UITextField Modifier and Type Method Description UITextField
BasicPluginViewModel. getActivity()
UITextField
BasicPluginViewModel. getStatus()
All UI Components are initially enabled - disable if not required -
Uses of UITextField in com.biglybt.pifimpl.local.ui.components
Classes in com.biglybt.pifimpl.local.ui.components that implement UITextField Modifier and Type Class Description class
UITextFieldImpl
-
Uses of UITextField in com.biglybt.pifimpl.local.ui.model
Fields in com.biglybt.pifimpl.local.ui.model declared as UITextField Modifier and Type Field Description private UITextField
BasicPluginViewModelImpl. activity
private UITextField
BasicPluginViewModelImpl. status
Methods in com.biglybt.pifimpl.local.ui.model that return UITextField Modifier and Type Method Description UITextField
BasicPluginViewModelImpl. getActivity()
UITextField
BasicPluginViewModelImpl. getStatus()
-
Uses of UITextField in com.biglybt.plugin.dht
Methods in com.biglybt.plugin.dht with parameters of type UITextField Modifier and Type Method Description protected void
DHTPlugin. initComplete(UITextField status_area, boolean logging, java.lang.String override_ip)
-
Uses of UITextField in com.biglybt.plugin.extseed
Fields in com.biglybt.plugin.extseed declared as UITextField Modifier and Type Field Description private UITextField
ExternalSeedPlugin. status_field
-