Uses of Interface
com.biglybt.pif.ui.components.UITextArea
-
Packages that use UITextArea Package Description com.biglybt.pif.ui.model com.biglybt.pifimpl.local.ui.components com.biglybt.pifimpl.local.ui.config com.biglybt.pifimpl.local.ui.model -
-
Uses of UITextArea in com.biglybt.pif.ui.model
Methods in com.biglybt.pif.ui.model that return UITextArea Modifier and Type Method Description UITextArea
BasicPluginConfigModel. addTextArea(java.lang.String resource_name)
Creates a read-only text area similar to a label, but typically allows scrollbars and copying of portions of text.UITextArea
BasicPluginViewModel. getLogArea()
-
Uses of UITextArea in com.biglybt.pifimpl.local.ui.components
Classes in com.biglybt.pifimpl.local.ui.components that implement UITextArea Modifier and Type Class Description class
UITextAreaImpl
-
Uses of UITextArea in com.biglybt.pifimpl.local.ui.config
Classes in com.biglybt.pifimpl.local.ui.config that implement UITextArea Modifier and Type Class Description class
UITextAreaImpl
-
Uses of UITextArea in com.biglybt.pifimpl.local.ui.model
Fields in com.biglybt.pifimpl.local.ui.model declared as UITextArea Modifier and Type Field Description private UITextArea
BasicPluginViewModelImpl. log
Methods in com.biglybt.pifimpl.local.ui.model that return UITextArea Modifier and Type Method Description UITextArea
BasicPluginConfigModelImpl. addTextArea(java.lang.String resource_name)
UITextArea
BasicPluginViewModelImpl. getLogArea()
-